URGENT!!!!! ORA 04062 When button pressed [message #81389] |
Wed, 12 February 2003 22:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
chandra
Messages: 31 Registered: October 2000
|
Member |
|
|
Hi,
I have a form abc.fmx Ver5.0. and a package xyz_pkg.
Inside a button pressed trigger of abc.fmb, I have a call to a routine xyz_pkg.123 of xyz_pkg . I have passed a cursor as one of the parameter to the package inside this trigger.
The problem is every time the xyz_pkg is compiled i get ORA 04062 error in the form. Once the abc.fmb is compiled then it works fine.
But i want to disable the link between the package and form because of the timestamp.
Is there any command that i can use in Forms so that the fmx is independent of the pkg timestamp.
Also other ways to overcome this issue apart from creating that cursor inside the routine itself and passing just the parameters. (coz it did not work as desired).
Thanks
|
|
|
|