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 -> Re: Acessing functions in packages

Re: Acessing functions in packages

From: <sybrandb_at_yahoo.com>
Date: 24 May 2006 05:06:41 -0700
Message-ID: <1148472401.384373.22470@38g2000cwa.googlegroups.com>


Please read the error message *carefully* and don't dump it rightaway.

It says function ... doesn't exist *in this scope*

Is this is local function? Does it exist in the package spec? If it doesn't exist in the package spec, you simply can't call it from sql or other procedures.

No need also to dump the entire code for error message like this. The code has nothing to do with it.
The message is about *visibility*

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed May 24 2006 - 07:06:41 CDT

Original text of this message

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