Forms works differently when calling Database package from oracle forms 10g [message #629279] |
Fri, 05 December 2014 08:23 |
shekhar.salunkhe
Messages: 154 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Team,
I am calling a procedure which is in database package from POST-FORM trigger.
Within that procedure I have some update statement.
When executing the screen it throws error "FRM-40735 : POST-FORM trigger raised unhandled exception ORA-04091" after investigating further I can see the message from backtrace as "ORA-04091: table <<tablename>> is mutating, trigger/function may not see it ORA-06512"
The value which I am passing to database procedure is correct.
And the strange thing is when I am creating the same procedure in the form (program units) , the form works properly.
I have no idea why form behaving very different while calling from the same from database packge.
Please help me out.
Thanks
|
|
|
|
|
|
|
|