DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on WF_CORE

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

204:
205: WHEN OTHERS THEN
206: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
207: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
208: wf_core.context('PO_POAPPROVAL_INIT1','Get_PO_Attributes',x_progress);
209: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.GET_PO_ATTRIBUTES');
210: raise;
211:
212: END Get_PO_Attributes;

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

309:
310: WHEN OTHERS THEN
311: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
312: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
313: wf_core.context('PO_POAPPROVAL_INIT1','Is_this_new_doc',x_progress);
314: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.IS_THIS_NEW_DOC');
315: raise;
316:
317: END Is_this_new_doc;

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

413: EXCEPTION
414: WHEN OTHERS THEN
415: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
416: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
417: wf_core.context('PO_POAPPROVAL_INIT1','Is_Acceptance_Required',x_progress);
418: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_POAPPROVAL_INIT1.IS_ACCEPTANCE_REQUIRED');
419: raise;
420:
421: END Is_Acceptance_Required;

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

476: END IF;
477:
478: EXCEPTION
479: WHEN OTHERS THEN
480: wf_core.context('PO_POAPPROVAL_INIT1','GetPOAttributes',x_progress);
481: raise;
482:
483: end GetPOAttributes;
484: --

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

869:
870:
871: EXCEPTION
872: WHEN OTHERS THEN
873: wf_core.context('PO_POAPPROVAL_INIT1','SetPOHdrAttributes',x_progress);
874: raise;
875:
876:
877: end SetPOHdrAttributes;

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

912: EXCEPTION
913: WHEN OTHERS THEN
914: CLOSE GetRelHdr_csr;
915:
916: wf_core.context('PO_POAPPROVAL_INIT1','GetRelAttributes',x_progress);
917: raise;
918:
919: end GetRelAttributes;
920:

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

1201: avalue => l_total_amount_disp);
1202:
1203: EXCEPTION
1204: WHEN OTHERS THEN
1205: wf_core.context('PO_POAPPROVAL_INIT1','SetRelHdrAttributes',x_progress);
1206: raise;
1207:
1208:
1209: end SetRelHdrAttributes;

Line 1277: wf_core.context('PO_POAPPROVAL_INIT1',

1273: FROM po_requisition_headers
1274: WHERE requisition_header_id = doc_header_id;
1275:
1276: ELSE
1277: wf_core.context('PO_POAPPROVAL_INIT1',
1278: 'Reserve_Unreserve_Check - Invalid doctype', '004');
1279: app_exception.Raise_Exception;
1280:
1281: END IF;

Line 1338: wf_core.context('PO_POAPPROVAL_INIT1',

1334: RETURN FALSE;
1335: END IF;
1336:
1337: ELSE
1338: wf_core.context('PO_POAPPROVAL_INIT1',
1339: 'Reserve_Unreserve_Check - Invalid action', '004');
1340: app_exception.Raise_Exception;
1341:
1342: END IF;

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

1344: l_progress := '100';
1345:
1346: EXCEPTION
1347: WHEN OTHERS THEN
1348: wf_core.context('PO_POAPPROVAL_INIT1','Reserve_Unreserve_Check',l_progress);
1349: raise;
1350:
1351: end Reserve_Unreserve_Check;
1352:

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

1611: IF (l_line_dist_requesters_csr%ISOPEN) THEN
1612: CLOSE l_line_dist_requesters_csr;
1613: END IF;
1614:
1615: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1616: RAISE;
1617:
1618: END get_temp_labor_requester;
1619:

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

1802: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
1803:
1804: EXCEPTION
1805: WHEN OTHERS THEN
1806: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1807: RAISE;
1808: END launch_notify_tl_requesters;
1809:
1810: -------------------------------------------------------------------------------

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

1986: itemkey => p_item_key );
1987:
1988: EXCEPTION
1989: WHEN OTHERS THEN
1990: wf_core.context( g_pkg_name, l_proc_name, l_progress );
1991: RAISE;
1992: END start_po_line_wf_process;
1993: --
1994: