DBA Data[Home] [Help]

APPS.POR_AME_REQ_WF_PVT dependencies on FND_MESSAGE

Line 898: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED');

894: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, l_progress);
895: END IF;
896:
897: -- Note for Approve
898: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED');
899:
900: ame_api2.getAllApprovers7( applicationIdIn => applicationId,
901: transactionIdIn => l_req_header_id,
902: transactionTypeIn => ameTransactionType,

Line 1030: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED');

1026: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, l_progress);
1027: END IF;
1028:
1029: -- Note for rejection
1030: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED');
1031:
1032: wf_engine.AbortProcess(l_child_wf_cur.item_type ,l_child_wf_cur.item_key);
1033:
1034: -- update the action history table

Line 1907: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');

1903: l_document_subtype := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
1904: itemkey => itemkey,
1905: aname => 'DOCUMENT_SUBTYPE');
1906:
1907: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');
1908:
1909: -- Set the multi-org context
1910: l_org_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,
1911: itemkey => itemkey,

Line 2006: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED');

2002: l_response_action := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
2003: itemkey => itemkey,
2004: aname => 'AME_SUB_APPROVAL_RESPONSE');
2005: IF( l_response_action = 'APPROVE' ) THEN
2006: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED');
2007: ELSIF ( l_response_action = 'REJECT' ) THEN
2008: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED');
2009: ELSE
2010: l_note := NULL;

Line 2008: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED');

2004: aname => 'AME_SUB_APPROVAL_RESPONSE');
2005: IF( l_response_action = 'APPROVE' ) THEN
2006: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED');
2007: ELSIF ( l_response_action = 'REJECT' ) THEN
2008: l_note := fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED');
2009: ELSE
2010: l_note := NULL;
2011: END IF;
2012: