DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on WF_CORE

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

2560: EXCEPTION
2561: WHEN OTHERS THEN
2562: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
2563: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
2564: wf_core.context('PO_WF_PO_NOTIFICATION','Get_req_approval_msg_attribute',l_progress);
2565: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name,
2566: l_doc_string, sqlerrm, 'PO_WF_PO_NOTIFICATION.Get_po_approver_msg_attribute');
2567: raise;
2568:

Line 3079: wf_core.context('PO_WF_PO_NOTIFICATION','update_action_history',l_progress,sqlerrm);

3075:
3076: commit;
3077: EXCEPTION
3078: WHEN OTHERS THEN
3079: wf_core.context('PO_WF_PO_NOTIFICATION','update_action_history',l_progress,sqlerrm);
3080: RAISE;
3081: END;
3082:
3083: END PO_WF_PO_NOTIFICATION;