DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on FND_MESSAGE

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

449: itemkey => l_item_key,
450: aname => '#FROM_ROLE',
451: avalue => 'Asset Tracking Super User');
452:
453: l_message_subject := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_SUBJECT');
454:
455: WF_ENGINE.SetItemAttrText (
456: itemtype => l_item_type,
457: itemkey => l_item_key,

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

457: itemkey => l_item_key,
458: aname => 'MESSAGE_SUBJECT',
459: avalue => l_message_subject);
460:
461: l_message_body := fnd_message.get_string('CSE', 'CSE_FA_NOTIFICATION_MSG');
462:
463: WF_ENGINE.SetItemAttrText (
464: itemtype => l_item_type,
465: itemkey => l_item_key,