DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on WF_CORE

Line 1610: WF_CORE.context('POR_AME_APPROVAL_LIST' , 'is_req_pre_approved', itemtype, itemkey, x_progress);

1606:
1607: WHEN OTHERS THEN
1608: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
1609: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
1610: WF_CORE.context('POR_AME_APPROVAL_LIST' , 'is_req_pre_approved', itemtype, itemkey, x_progress);
1611: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'POR_AME_APPROVAL_LIST.is_req_pre_approved');
1612: RAISE;
1613:
1614: END is_req_pre_approved;