Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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...

  1. #1
    Peterson is offline Junior Member Array
    Join Date
    Feb 2007
    Answers
    1

    usage of FND_MESSAGE

    FND_MESSAGE.GET_STRING('GENERAL LEDGER','MSG_NEW','Y');

    It says wrong number or type of argument


  2. #2
    siva sankar is offline Member Array
    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


Latest Article

Network Security Risk Assessment and Measurement

Read More...