DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_WF_DEBUG_PKG

Line 89: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

85: BEGIN
86:
87: x_progress := 'PO_POAPPROVAL_INIT1.Get_PO_Attributes: 01';
88: IF (g_po_wf_debug = 'Y') THEN
89: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
90: END IF;
91:
92:
93: -- Do nothing in cancel or timeout mode

Line 199: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

195: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
196: --
197: x_progress := 'PO_POAPPROVAL_INIT1.Get_PO_Attributes: 02';
198: IF (g_po_wf_debug = 'Y') THEN
199: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
200: END IF;
201:
202:
203: EXCEPTION

Line 242: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

238: BEGIN
239:
240: x_progress := 'PO_POAPPROVAL_INIT1.Is_this_new_doc: 01';
241: IF (g_po_wf_debug = 'Y') THEN
242: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
243: END IF;
244:
245:
246: -- Do nothing in cancel or timeout mode

Line 304: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

300: --
301:
302: x_progress := 'PO_POAPPROVAL_INIT1.Is_this_new_doc: 02: ' || l_is_new_document;
303: IF (g_po_wf_debug = 'Y') THEN
304: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
305: END IF;
306:
307:
308: EXCEPTION

Line 350: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

346: BEGIN
347:
348: x_progress := 'PO_POAPPROVAL_INIT1.Is_Acceptance_Required: 01';
349: IF (g_po_wf_debug = 'Y') THEN
350: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
351: END IF;
352:
353:
354: -- Do nothing in cancel or timeout mode

Line 410: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

406: END IF;
407:
408: x_progress := 'PO_POAPPROVAL_INIT1.Is_Acceptance_Required: 02';
409: IF (g_po_wf_debug = 'Y') THEN
410: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
411: END IF;
412:
413: EXCEPTION
414: WHEN OTHERS THEN

Line 440: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

436: BEGIN
437:
438: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 01';
439: IF (g_po_wf_debug = 'Y') THEN
440: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
441: END IF;
442:
443:
444: -- CLM Aprvl

Line 468: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

464: -- CLM Aprvl
465:
466: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 02';
467: IF (g_po_wf_debug = 'Y') THEN
468: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
469: END IF;
470:
471: SetPOHdrAttributes(itemtype, itemkey);
472:

Line 475: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

471: SetPOHdrAttributes(itemtype, itemkey);
472:
473: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 03';
474: IF (g_po_wf_debug = 'Y') THEN
475: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
476: END IF;
477:
478: EXCEPTION
479: WHEN OTHERS THEN

Line 554: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

550: BEGIN
551:
552: x_progress := 'PO_POAPPROVAL_INIT1.SetPOHdrAttributes: 01';
553: IF (g_po_wf_debug = 'Y') THEN
554: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
555: END IF;
556: -- CLM Apprvl. The document_number has to be set to draft_id in case of modifications
557: l_draft_id := PO_WF_UTIL_PKG.GetItemAttrText ( itemtype => itemtype,
558: itemkey => itemkey,

Line 689: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

685: /* bug12665187 : Resetting message text so that it could stick to limit x_progress(100); */
686: x_progress := 'SetPOHdrAttributes: 02. Values';
687:
688: IF (g_po_wf_debug = 'Y') THEN
689: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
690: END IF;
691:
692: /* Bug 979454 */
693: -- CLM Apprvl..For modification document the changed amount only needs to be displayed

Line 712: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

708: POHdr_rec.currency_code,30));
709:
710: x_progress := 'l_po_amount: '||l_po_amount||'l_po_amount_disp: '||l_po_amount_disp;
711: IF (g_po_wf_debug = 'Y') THEN
712: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
713: END IF;
714:
715: wf_engine.SetItemAttrText ( itemtype => itemtype,
716: itemkey => itemkey,

Line 892: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

888:
889:
890: x_progress := 'PO_POAPPROVAL_INIT1.GetRelAttributes: 01';
891: IF (g_po_wf_debug = 'Y') THEN
892: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
893: END IF;
894:
895: /* Fetch the Release Header, then set the attributes. */
896: open GetRelHdr_csr(p_rel_header_id);

Line 902: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

898: close GetRelHdr_csr;
899:
900: x_progress := 'PO_POAPPROVAL_INIT1.GetRelAttributes: 02';
901: IF (g_po_wf_debug = 'Y') THEN
902: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
903: END IF;
904:
905: SetRelHdrAttributes(itemtype, itemkey);
906:

Line 909: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

905: SetRelHdrAttributes(itemtype, itemkey);
906:
907: x_progress := 'PO_POAPPROVAL_INIT1.GetReLattributes: 03';
908: IF (g_po_wf_debug = 'Y') THEN
909: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
910: END IF;
911:
912: EXCEPTION
913: WHEN OTHERS THEN

Line 995: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

991: BEGIN
992:
993: x_progress := 'PO_POAPPROVAL_INIT1.SetPOHdrAttributes : 01';
994: IF (g_po_wf_debug = 'Y') THEN
995: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
996: END IF;
997:
998:
999: wf_engine.SetItemAttrText ( itemtype => itemtype,

Line 1720: PO_WF_DEBUG_PKG.insert_debug ( itemtype, itemkey,

1716: itemkey => itemkey,
1717: aname => 'DOCUMENT_SUBTYPE');
1718:
1719: IF (g_po_wf_debug = 'Y') THEN
1720: PO_WF_DEBUG_PKG.insert_debug ( itemtype, itemkey,
1721: g_pkg_name||'.'||l_proc_name||': document type: ' || l_document_type
1722: || ', document subtype: ' || l_document_subtype );
1723: END IF;
1724:

Line 1859: PO_WF_DEBUG_PKG.insert_debug ( p_item_type, p_item_key,

1855: l_document_number PO_HEADERS_ALL.segment1%TYPE;
1856: l_create_cwk_url VARCHAR2(500);
1857: BEGIN
1858: IF (g_po_wf_debug = 'Y') THEN
1859: PO_WF_DEBUG_PKG.insert_debug ( p_item_type, p_item_key,
1860: substrb (
1861: g_pkg_name||'.'||l_proc_name||': p_item_type: '||p_item_type
1862: ||', p_item_key: '||p_item_key||', p_process: '||p_process
1863: ||', p_po_line_id: '||p_po_line_id,