FRM-40405:No changes to apply [message #569614] |
Tue, 30 October 2012 06:08 |
![](//www.gravatar.com/avatar/becf189cf1f1c059ee2d59973ab96492?s=64&d=mm&r=g) |
rjocmc
Messages: 14 Registered: December 2011
|
Junior Member |
|
|
Dear Sir
While saving data one after the other in the same session my application is giving this err
FRM-40405:No changes to apply
While checking the form saving is happening in another called form in the same session which is written like this:
"CALL_FORM('fmb_name',NO_HIDE,DO_REPLACE,NO_QUERY_ONLY,
Procedurename('P_MODE=U|P_xxxx='||
:xxxx||
'|P_yyyyy='||:yyyy));"
I have this doubt that if i do open the second form by open_form like
OPEN_FORM('fmb_name,ACTIVATE,SESSION');
this issue might be resolved.. but how can i pass the procedure name part as written in call_form above.
Will open_form work in my case?..
Please help..
|
|
|