FND_MESSAGE.GET_String does not print Attribute name.
675082Oct 20 2010 — edited Sep 30 2011Hi ,
I want to show the workflow notification messages through fnd_messages in application developer. Now, the issue is I am able to get the message as entered in message dictionary but not able to print the Name of the attribute .
for ex: from the below code MESSAGE 3 is an acknowledgement message which will show the approver name to which the po no has been routed . in the application developer the attribute &APPR_NAME is mentioned but when the workflow is triggered the notification does not print the name of the approver in specified attribute .
Message3:= FND_MESSAGE.GET_STRING ('XXAPL','MESSAGE3');
Wf_Engine.SetItemAttrText(itemtype => p_itemtype,
itemkey => p_itemkey ,
aname =>'APRR_BDY_MSG',
avalue => Message4 );
Please guide me .
Regards,
SKG