DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on WF_CORE

Line 1727: wf_core.context('PO_WF_PO_NOTIFICATION','Get_req_approval_msg_attribute',l_progress);

1723: EXCEPTION
1724: WHEN OTHERS THEN
1725: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
1726: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
1727: wf_core.context('PO_WF_PO_NOTIFICATION','Get_req_approval_msg_attribute',l_progress);
1728: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name,
1729: l_doc_string, sqlerrm, 'PO_WF_PO_NOTIFICATION.Get_po_approver_msg_attribute');
1730: raise;
1731: