Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FND_MESSAGE.GET_String does not print Attribute name.

675082Oct 20 2010 — edited Sep 30 2011
Hi ,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2011
Added on Oct 20 2010
5 comments
1,699 views