DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on WF_CORE

Line 139: wf_core.context('PO_POAPPROVAL_INIT1','Get_PO_Attributes',x_progress);

135:
136: WHEN OTHERS THEN
137: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
138: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
139: wf_core.context('PO_POAPPROVAL_INIT1','Get_PO_Attributes',x_progress);
140: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.GET_PO_ATTRIBUTES');
141: raise;
142:
143: END Get_PO_Attributes;

Line 244: wf_core.context('PO_POAPPROVAL_INIT1','Is_this_new_doc',x_progress);

240:
241: WHEN OTHERS THEN
242: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
243: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
244: wf_core.context('PO_POAPPROVAL_INIT1','Is_this_new_doc',x_progress);
245: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.IS_THIS_NEW_DOC');
246: raise;
247:
248: END Is_this_new_doc;

Line 348: wf_core.context('PO_POAPPROVAL_INIT1','Is_Acceptance_Required',x_progress);

344: EXCEPTION
345: WHEN OTHERS THEN
346: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
347: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
348: wf_core.context('PO_POAPPROVAL_INIT1','Is_Acceptance_Required',x_progress);
349: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.IS_ACCEPTANCE_REQUIRED');
350: raise;
351:
352: END Is_Acceptance_Required;

Line 392: wf_core.context('PO_POAPPROVAL_INIT1','GetPOAttributes',x_progress);

388: END IF;
389:
390: EXCEPTION
391: WHEN OTHERS THEN
392: wf_core.context('PO_POAPPROVAL_INIT1','GetPOAttributes',x_progress);
393: raise;
394:
395: end GetPOAttributes;
396: --

Line 673: wf_core.context('PO_POAPPROVAL_INIT1','SetPOHdrAttributes',x_progress);

669: avalue => l_total_amount_disp);
670:
671: EXCEPTION
672: WHEN OTHERS THEN
673: wf_core.context('PO_POAPPROVAL_INIT1','SetPOHdrAttributes',x_progress);
674: raise;
675:
676:
677: end SetPOHdrAttributes;

Line 716: wf_core.context('PO_POAPPROVAL_INIT1','GetRelAttributes',x_progress);

712: EXCEPTION
713: WHEN OTHERS THEN
714: CLOSE GetRelHdr_csr;
715:
716: wf_core.context('PO_POAPPROVAL_INIT1','GetRelAttributes',x_progress);
717: raise;
718:
719: end GetRelAttributes;
720:

Line 973: wf_core.context('PO_POAPPROVAL_INIT1','SetRelHdrAttributes',x_progress);

969: avalue => l_total_amount_disp);
970:
971: EXCEPTION
972: WHEN OTHERS THEN
973: wf_core.context('PO_POAPPROVAL_INIT1','SetRelHdrAttributes',x_progress);
974: raise;
975:
976:
977: end SetRelHdrAttributes;

Line 1045: wf_core.context('PO_POAPPROVAL_INIT1',

1041: FROM po_requisition_headers
1042: WHERE requisition_header_id = doc_header_id;
1043:
1044: ELSE
1045: wf_core.context('PO_POAPPROVAL_INIT1',
1046: 'Reserve_Unreserve_Check - Invalid doctype', '004');
1047: app_exception.Raise_Exception;
1048:
1049: END IF;

Line 1106: wf_core.context('PO_POAPPROVAL_INIT1',

1102: RETURN FALSE;
1103: END IF;
1104:
1105: ELSE
1106: wf_core.context('PO_POAPPROVAL_INIT1',
1107: 'Reserve_Unreserve_Check - Invalid action', '004');
1108: app_exception.Raise_Exception;
1109:
1110: END IF;

Line 1116: wf_core.context('PO_POAPPROVAL_INIT1','Reserve_Unreserve_Check',l_progress);

1112: l_progress := '100';
1113:
1114: EXCEPTION
1115: WHEN OTHERS THEN
1116: wf_core.context('PO_POAPPROVAL_INIT1','Reserve_Unreserve_Check',l_progress);
1117: raise;
1118:
1119: end Reserve_Unreserve_Check;
1120:

Line 1383: wf_core.context( g_pkg_name, l_proc_name, l_progress );

1379: IF (l_line_dist_requesters_csr%ISOPEN) THEN
1380: CLOSE l_line_dist_requesters_csr;
1381: END IF;
1382:
1383: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1384: RAISE;
1385:
1386: END get_temp_labor_requester;
1387:

Line 1563: wf_core.context( g_pkg_name, l_proc_name, l_progress );

1559: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
1560:
1561: EXCEPTION
1562: WHEN OTHERS THEN
1563: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1564: RAISE;
1565: END launch_notify_tl_requesters;
1566:
1567: -------------------------------------------------------------------------------

Line 1738: wf_core.context( g_pkg_name, l_proc_name, l_progress );

1734: itemkey => p_item_key );
1735:
1736: EXCEPTION
1737: WHEN OTHERS THEN
1738: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1739: RAISE;
1740: END start_po_line_wf_process;
1741: --
1742: