DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_FINDAPPRV1 dependencies on FND_MESSAGE

Line 379: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');

375: /* Set the Subject of the Approval notification to "requires your approval".
376: ** Since the user did not enter a forward-to, then set the
377: ** "Invalid Forward-to" message to NULL.
378: */
379: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
380: l_error_msg := fnd_message.get;
381:
382: wf_engine.SetItemAttrText ( itemtype => itemType,
383: itemkey => itemkey,

Line 380: l_error_msg := fnd_message.get;

376: ** Since the user did not enter a forward-to, then set the
377: ** "Invalid Forward-to" message to NULL.
378: */
379: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
380: l_error_msg := fnd_message.get;
381:
382: wf_engine.SetItemAttrText ( itemtype => itemType,
383: itemkey => itemkey,
384: aname => 'REQUIRES_APPROVAL_MSG' ,

Line 598: fnd_message.set_name('PO', 'PO_WF_NOTIF_INVALID_FORWARD');

594: IF (g_po_wf_debug = 'Y') THEN
595: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
596: END IF;
597:
598: fnd_message.set_name('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
599: l_error_msg := fnd_message.get;
600:
601: wf_engine.SetItemAttrText (itemtype => itemtype,
602: itemkey => itemkey,

Line 599: l_error_msg := fnd_message.get;

595: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
596: END IF;
597:
598: fnd_message.set_name('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
599: l_error_msg := fnd_message.get;
600:
601: wf_engine.SetItemAttrText (itemtype => itemtype,
602: itemkey => itemkey,
603: aname => 'REQUIRES_APPROVAL_MSG',

Line 712: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');

708: /* Set the Subject of the Approval notification to "requires your approval".
709: ** Since the user entered a valid forward-to, then set the
710: ** "Invalid Forward-to" message to NULL.
711: */
712: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
713: l_error_msg := fnd_message.get;
714:
715: wf_engine.SetItemAttrText ( itemtype => itemType,
716: itemkey => itemkey,

Line 713: l_error_msg := fnd_message.get;

709: ** Since the user entered a valid forward-to, then set the
710: ** "Invalid Forward-to" message to NULL.
711: */
712: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
713: l_error_msg := fnd_message.get;
714:
715: wf_engine.SetItemAttrText ( itemtype => itemType,
716: itemkey => itemkey,
717: aname => 'REQUIRES_APPROVAL_MSG' ,

Line 739: fnd_message.set_name ('PO','PO_WF_NOTIF_INVALID_FORWARD');

735: /* Set the Subject of the Approval notification to "Invalid forward-to"
736: ** Since the user entered an invalid forward-to, then set the
737: ** "requires your approval" message to NULL.
738: */
739: fnd_message.set_name ('PO','PO_WF_NOTIF_INVALID_FORWARD');
740: l_error_msg := fnd_message.get;
741:
742: wf_engine.SetItemAttrText ( itemtype => itemType,
743: itemkey => itemkey,

Line 740: l_error_msg := fnd_message.get;

736: ** Since the user entered an invalid forward-to, then set the
737: ** "requires your approval" message to NULL.
738: */
739: fnd_message.set_name ('PO','PO_WF_NOTIF_INVALID_FORWARD');
740: l_error_msg := fnd_message.get;
741:
742: wf_engine.SetItemAttrText ( itemtype => itemType,
743: itemkey => itemkey,
744: aname => 'REQUIRES_APPROVAL_MSG' ,