Custom.pll attached library package not found
I receive a program Unit Not Found Error When Calling Attached Library From CUSTOM.pll
Eventhough it is attached to CUSTOM.pll it cannot find the package in the library.
Custom.pll event procedure and call:
----------------------------------------
procedure event(event_name varchar2) is
DEAMS_CUSTOM.event(event_name);
Error:
---------
ORA-06508: PL/SQL: could not find program unit being called
Path: (CUSTOM.PLL IS IN /tusa1i/applmgr/fs2/EBSapps/appl/au/12.0.0/resource)
-------------------------------------------------------------------------------
echo $FORMS_PATH
/tusa1i/applmgr/fs2/EBSapps/appl/au/12.0.0/resource:/tusa1i/applmgr/fs2/EBSapps/appl/au/12.0.0/resource/stub
Could there be a configuration issue. Am I looking at the right path?