Using App_exception for showing message on form [message #519991] |
Thu, 18 August 2011 01:49 |
isha1812
Messages: 16 Registered: January 2008
|
Junior Member |
|
|
Hi
I created a Procedure which raise a user exception.
This procedure is called in a trigger.
In exception block og trigger I am writing
when handle_exception then
FND_MESSAGE.SET_NAME('XXE','XXIB_FXX_NGUC');
FND_MESSAGE.SET_TOKEN('MSG',MSG);
APP_EXCEPTION.RAISE_EXCEPTION;
End;
But on my application :
The message is getting displayed,alongwith the error
ORA-04088 : error during execution of trigger.
How do I remove the error messages
|
|
|