Thursday, March 8, 2012

Custom Message in Oracle forms

FND_MESSAGE is used to display a custom message that needs user response in oracle forms. It's an alternative to "message" function in forms.



FND_MESSAGE.SET_NAME('FND','ERROR');
FND_MESSAGE.SET_TOKEN('MSG', 'Error Message');
FND_MESSAGE.SHOW;


No comments:

Post a Comment