FND_MESSAGE.SET_NAME( message directory)
kdFeb 19 2009 — edited Feb 19 2009hi ,
FND_MESSAGE.SET_NAME ('XXPC','XXDC_MANDATORY_NOTE');
FND_MESSAGE.ERROR;
i am using this code in a form .pll to get the defined message ..(message directory)
but i am getting the output as only the message Name XXDC_MANDATORY_NOTE
i am not getting the message_text which is written in the text field of message definition window ..
anyone can help me to fix this
Regards ,
Kumar