Home » Developer & Programmer » Forms » Using App_exception for showing message on form
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
Previous Topic: Forms 6i-To show detail block when a button is pressed
Next Topic: comparing date in form 6i
Goto Forum:
  


Current Time: Fri Jul 26 09:57:18 CDT 2024