DBA Data[Home] [Help]

APPS.POR_AME_RCO_WF_PVT dependencies on FND_MESSAGE

Line 1456: fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED'), NULL);

1452:
1453: -- If the setup is first responder wins, then once the first approver responds, the others will not be able to take decisions.
1454:
1455: UpdateActionHistory(l_doc_header_id, 'NO ACTION',
1456: fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_APPROVED'), NULL);
1457:
1458: wf_engine.SetItemAttrText( itemtype => itemtype,
1459: itemkey => itemkey,
1460: aname => 'AUTHORIZATION_STATUS',

Line 1539: fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED'), NULL);

1535:
1536: -- If the setup is first responder wins, then once the first approver responds, the others will not be able to take decisions.
1537:
1538: UpdateActionHistory(l_doc_header_id, 'NO ACTION',
1539: fnd_message.get_string('ICX', 'ICX_POR_REQ_ALREADY_REJECTED'), NULL);
1540:
1541: wf_engine.SetItemAttrText( itemtype => itemtype,
1542: itemkey => itemkey,
1543: aname => 'AUTHORIZATION_STATUS',