Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem PRE-FORM and Stored Procedure
I can only presume that, as you've hinted at that the PRE-FORM trigger is
executed before attached library information is loaded. Hence when you try
to call the procedure it does not yet know of any library to load.
Is this a once only event. If so then try the When-New-Form_instance trigger.
--
Alan D. Mills
barry_chase_at_my-dejanews.com wrote in message
<714pv6$mbt$1_at_nnrp1.dejanews.com>...
>Subject: Problem PRE-FORM and Stored Procedure
>
>I have created a procedure called POP_LIST, which 3 parameters are passed
and
>then populate a list_item. When running under debug, it runs fine without
>error, but when under normal conditions it displays error :
>
>ORA-06508 PL/SQL: could not find program unit being called
>
Received on Tue Oct 27 1998 - 10:59:41 CST