DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on WF_CORE

Line 1287: wf_core.context('PO_REQAPPROVAL_ACTION','MergeReserve_Autonomous', x_progress);

1283: g_error_message := g_error_message || ' erorr encountered is ' ||SQLCODE||' -ERROR- '||SQLERRM ;
1284: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: in exception block with error ' || g_error_message;
1285: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1286: ROLLBACK TO MergeReserve_Autonomous_SP;
1287: wf_core.context('PO_REQAPPROVAL_ACTION','MergeReserve_Autonomous', x_progress);
1288: RAISE;
1289: WHEN OTHERS THEN
1290: wf_core.Context('PO_DRAFT_MERGE_PKG','MergeReserve_Autonomous', x_progress);
1291: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: in exception block (when others) with error ' || g_error_message;

Line 1290: wf_core.Context('PO_DRAFT_MERGE_PKG','MergeReserve_Autonomous', x_progress);

1286: ROLLBACK TO MergeReserve_Autonomous_SP;
1287: wf_core.context('PO_REQAPPROVAL_ACTION','MergeReserve_Autonomous', x_progress);
1288: RAISE;
1289: WHEN OTHERS THEN
1290: wf_core.Context('PO_DRAFT_MERGE_PKG','MergeReserve_Autonomous', x_progress);
1291: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: in exception block (when others) with error ' || g_error_message;
1292: g_error_message := g_error_message || ' erorr encountered is ' ||SQLCODE||' -ERROR- '||SQLERRM ;
1293: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1294: ROLLBACK TO MergeReserve_Autonomous_SP;

Line 1350: wf_core.context('PO_DRAFT_MERGE_PKG','call_docnum_post_approval', x_progress);

1346: Exception
1347: When Others Then
1348: x_progress := 'PO_DRAFT_MERGE_PKG.call_docnum_post_approval: Exception ' || SQLERRM;
1349: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1350: wf_core.context('PO_DRAFT_MERGE_PKG','call_docnum_post_approval', x_progress);
1351: raise;
1352: END call_docnum_post_approval;
1353:
1354: procedure COPY_ATTACHMENTS(

Line 2426: wf_core.context('PO_DRAFT_MERGE_PKG','docnum_post_apprvl_autonomous', x_progress);

2422: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
2423:
2424: ROLLBACK TO docnum_post_apprvl_auto_SP;
2425:
2426: wf_core.context('PO_DRAFT_MERGE_PKG','docnum_post_apprvl_autonomous', x_progress);
2427: raise;
2428:
2429: END docnum_post_apprvl_autonomous;
2430: