
- Forum
- ERP
- Oracle Apps
- usage of FND_MESSAGE
usage of FND_MESSAGE
This is a discussion on usage of FND_MESSAGE within the Oracle Apps forums, part of the ERP category; FND_MESSAGE.GET_STRING('GENERAL LEDGER','MSG_NEW','Y'); It says wrong number or type of argument...
-
usage of FND_MESSAGE
FND_MESSAGE.GET_STRING('GENERAL LEDGER','MSG_NEW','Y');
It says wrong number or type of argument
-
02-28-2007, 03:44 AM #2
- Join Date
- Feb 2007
- Answers
- 31
Hi,
Try this ...
Fnd_Message.Set_Name('SQLAP', '<message name>');
Fnd_Message.Get(message_text);
then check whether you are able to get the desired message
Thanks,
Siva sankar

Reply With Quote





