Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Acessing functions in packages
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 DBAReceived on Wed May 24 2006 - 07:06:41 CDT
![]() |
![]() |