FND_Message
how to set warning message on oracle database and to be shown on the form without raise??
I try this, but the message doesn't appear on the screen.
fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
fnd_message.set_token( 'MESSAGE', My_MSG ) ;