DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on FND_MESSAGE

Line 541: l_message_subject := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_SUBJECT');

537: itemkey => l_item_key,
538: aname => '#FROM_ROLE',
539: avalue => 'Asset Tracking Super User');
540:
541: l_message_subject := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_SUBJECT');
542: debug('message subject : '||l_message_subject);
543: WF_ENGINE.SetItemAttrText (
544: itemtype => l_item_type,
545: itemkey => l_item_key,

Line 549: l_message_body := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_MSG');

545: itemkey => l_item_key,
546: aname => 'MESSAGE_SUBJECT',
547: avalue => l_message_subject);
548:
549: l_message_body := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_MSG');
550: debug('message body : '||l_message_body);
551: WF_ENGINE.SetItemAttrText (
552: itemtype => l_item_type,
553: itemkey => l_item_key,