DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_FINDAPPRV1 dependencies on FND_MESSAGE

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

257: /* Set the Subject of the Approval notification to "requires your approval".
258: ** Since the user did not enter a forward-to, then set the
259: ** "Invalid Forward-to" message to NULL.
260: */
261: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
262: l_error_msg := fnd_message.get;
263:
264: wf_engine.SetItemAttrText ( itemtype => itemType,
265: itemkey => itemkey,

Line 262: l_error_msg := fnd_message.get;

258: ** Since the user did not enter a forward-to, then set the
259: ** "Invalid Forward-to" message to NULL.
260: */
261: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
262: l_error_msg := fnd_message.get;
263:
264: wf_engine.SetItemAttrText ( itemtype => itemType,
265: itemkey => itemkey,
266: aname => 'REQUIRES_APPROVAL_MSG' ,

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

471: IF (g_po_wf_debug = 'Y') THEN
472: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
473: END IF;
474:
475: fnd_message.set_name('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
476: l_error_msg := fnd_message.get;
477:
478: wf_engine.SetItemAttrText (itemtype => itemtype,
479: itemkey => itemkey,

Line 476: l_error_msg := fnd_message.get;

472: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
473: END IF;
474:
475: fnd_message.set_name('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
476: l_error_msg := fnd_message.get;
477:
478: wf_engine.SetItemAttrText (itemtype => itemtype,
479: itemkey => itemkey,
480: aname => 'REQUIRES_APPROVAL_MSG',

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

566: /* Set the Subject of the Approval notification to "requires your approval".
567: ** Since the user entered a valid forward-to, then set the
568: ** "Invalid Forward-to" message to NULL.
569: */
570: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
571: l_error_msg := fnd_message.get;
572:
573: wf_engine.SetItemAttrText ( itemtype => itemType,
574: itemkey => itemkey,

Line 571: l_error_msg := fnd_message.get;

567: ** Since the user entered a valid forward-to, then set the
568: ** "Invalid Forward-to" message to NULL.
569: */
570: fnd_message.set_name ('PO','PO_WF_NOTIF_REQUIRES_APPROVAL');
571: l_error_msg := fnd_message.get;
572:
573: wf_engine.SetItemAttrText ( itemtype => itemType,
574: itemkey => itemkey,
575: aname => 'REQUIRES_APPROVAL_MSG' ,

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

593: /* Set the Subject of the Approval notification to "Invalid forward-to"
594: ** Since the user entered an invalid forward-to, then set the
595: ** "requires your approval" message to NULL.
596: */
597: fnd_message.set_name ('PO','PO_WF_NOTIF_INVALID_FORWARD');
598: l_error_msg := fnd_message.get;
599:
600: wf_engine.SetItemAttrText ( itemtype => itemType,
601: itemkey => itemkey,

Line 598: l_error_msg := fnd_message.get;

594: ** Since the user entered an invalid forward-to, then set the
595: ** "requires your approval" message to NULL.
596: */
597: fnd_message.set_name ('PO','PO_WF_NOTIF_INVALID_FORWARD');
598: l_error_msg := fnd_message.get;
599:
600: wf_engine.SetItemAttrText ( itemtype => itemType,
601: itemkey => itemkey,
602: aname => 'REQUIRES_APPROVAL_MSG' ,