Global variables in Forms [message #243218] |
Wed, 06 June 2007 08:41  |
californiagirl
Messages: 79 Registered: May 2007
|
Member |
|
|
When I tried to run a form in Developer it raised an error:
FRM-40735 (the generic something went wrong error) caused by an
unhandled exception in the ON-ERROR Trigger which raised ORA-06508.
I wanted to know if there are some global variables that I need to set as well in forms when testing and running through Developer?
Any comments would be greatly appreciated.
California girl
|
|
|
|
Re: Global variables in Forms [message #243304 is a reply to message #243233] |
Wed, 06 June 2007 16:37  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Quote: | ORA-06508 PL/SQL: could not find program unit being called
Cause: An attempt was made to call a stored program that could not be found. The program may have been dropped or incompatibly modified, or have compiled with errors.
Action: Check that all referenced programs, including their package bodies, exist and are compatible.
|
|
|
|