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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: package compilation problem

Re: package compilation problem

From: Dennis M. Heisler <dheisler_at_binghamton.edu>
Date: Sat, 22 Jun 2002 13:13:19 -0800
Message-ID: <F001.00484D78.20020622131319@fatcity.com>


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

Original text of this message

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