DBA Data[Home] [Help]

APPS.POR_AME_RCO_WF_PVT dependencies on FND_MESSAGE

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

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

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

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