DBA Data[Home] [Help]

APPS.PO_PAR_REQ_CREATE_UTIL dependencies on PO_WF_DEBUG_PKG

Line 551: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);

547: x_par_req_header_id NUMBER;
548: BEGIN
549: l_progress := 'po_par_req_create_util.create_dummy_req_wf Start';
550:
551: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);
552:
553: l_par_draft_id := po_wf_util_pkg.Getitemattrnumber (itemtype => itemtype,
554: itemkey => itemkey,
555: aname => 'DRAFT_ID');

Line 574: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);

570:
571: l_progress := 'po_par_req_create_util.create_dummy_req_wf Req created is '
572: || x_par_req_header_id;
573:
574: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);
575:
576: resultout := wf_engine.eng_completed;
577:
578: l_progress := 'po_par_req_create_util.create_dummy_req_wf End';

Line 580: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);

576: resultout := wf_engine.eng_completed;
577:
578: l_progress := 'po_par_req_create_util.create_dummy_req_wf End';
579:
580: po_wf_debug_pkg.Insert_debug(itemtype, itemkey, l_progress);
581: END create_dummy_req_wf;
582: PROCEDURE par_reserve_funds(p_par_req_header_id IN NUMBER,
583: P_RESULT_STATUS OUT nocopy VARCHAR2,
584: P_DETAILED_RESULTS OUT nocopy PO_FCOUT_TYPE,