Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Encountered The Symbol 'Create' - Attemping to write a PL/SQL Package

Encountered The Symbol 'Create' - Attemping to write a PL/SQL Package

From: absinth <absinth_at_gmail.com>
Date: 9 Jun 2005 17:27:05 -0700
Message-ID: <1118363225.899141.265030@z14g2000cwz.googlegroups.com>


I had some code in the package body but when taking it out I still encounter the error:

Compilation errors for PACKAGE SIEBEL.IF_DVA_INBOUND

Error: PLS-00103: Encountered the symbol "CREATE"

I have the following code:

CREATE OR REPLACE PACKAGE if_dva_inbound AS

    FUNCTION fetch_person_uid (vet_file_num in VARCHAR2)

             RETURN S_CONTACT.PERSON_UID%TYPE;     interface_name CONSTANT VARCHAR2(30) := 'dva_inbound';

END if_dva_inbound;

CREATE OR REPLACE PACKAGE BODY if_dva_inbound AS END if_dva_inbound;

Anyone give some tips? Received on Thu Jun 09 2005 - 19:27:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US