Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: package compilation problem
Check the spelling on your variables. In the package header, you have out_rcur_acct_noninvst_posn. In the package body, you define it as
out_rcur_acct_noninvst_pos.
Dennis
"Vijaya Chander V.S" wrote:
> I am having a package compilation problem . The package is like below
>
>
> the error it is giving is
>
> PLS-00323: subprogram or cursor 'CHECKING_ACCT_POSN_TEST' is declared in a package specification and must be defined in the package body
>
> can anyone help,
>
> vijay
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dennis M. Heisler INET: dheisler_at_binghamton.edu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sat Jun 22 2002 - 16:13:19 CDT