DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_WF_DEBUG_PKG

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

70: BEGIN
71:
72: x_progress := 'PO_POAPPROVAL_INIT1.Get_PO_Attributes: 01';
73: IF (g_po_wf_debug = 'Y') THEN
74: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
75: END IF;
76:
77:
78: -- Do nothing in cancel or timeout mode

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

126: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
127: --
128: x_progress := 'PO_POAPPROVAL_INIT1.Get_PO_Attributes: 02';
129: IF (g_po_wf_debug = 'Y') THEN
130: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
131: END IF;
132:
133:
134: EXCEPTION

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

169: BEGIN
170:
171: x_progress := 'PO_POAPPROVAL_INIT1.Is_this_new_doc: 01';
172: IF (g_po_wf_debug = 'Y') THEN
173: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
174: END IF;
175:
176:
177: -- Do nothing in cancel or timeout mode

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

231: --
232:
233: x_progress := 'PO_POAPPROVAL_INIT1.Is_this_new_doc: 02: ' || l_is_new_document;
234: IF (g_po_wf_debug = 'Y') THEN
235: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
236: END IF;
237:
238:
239: EXCEPTION

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

277: BEGIN
278:
279: x_progress := 'PO_POAPPROVAL_INIT1.Is_Acceptance_Required: 01';
280: IF (g_po_wf_debug = 'Y') THEN
281: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
282: END IF;
283:
284:
285: -- Do nothing in cancel or timeout mode

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

337: END IF;
338:
339: x_progress := 'PO_POAPPROVAL_INIT1.Is_Acceptance_Required: 02';
340: IF (g_po_wf_debug = 'Y') THEN
341: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
342: END IF;
343:
344: EXCEPTION
345: WHEN OTHERS THEN

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

366: BEGIN
367:
368: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 01';
369: IF (g_po_wf_debug = 'Y') THEN
370: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
371: END IF;
372:
373: /* Fetch the PO Header, then set the attributes. */
374: open GetPOHdr_csr(p_po_header_id);

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

376: close GetPOHdr_csr;
377:
378: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 02';
379: IF (g_po_wf_debug = 'Y') THEN
380: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
381: END IF;
382:
383: SetPOHdrAttributes(itemtype, itemkey);
384:

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

383: SetPOHdrAttributes(itemtype, itemkey);
384:
385: x_progress := 'PO_POAPPROVAL_INIT1.GetPOAttributes: 03';
386: IF (g_po_wf_debug = 'Y') THEN
387: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
388: END IF;
389:
390: EXCEPTION
391: WHEN OTHERS THEN

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

459: BEGIN
460:
461: x_progress := 'PO_POAPPROVAL_INIT1.SetPOHdrAttributes: 01';
462: IF (g_po_wf_debug = 'Y') THEN
463: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
464: END IF;
465:
466:
467: wf_engine.SetItemAttrText ( itemtype => itemtype,

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

579:
580: */
581: x_progress := 'SetPOHdrAttributes: 02. Values= ' || l_doc_type;
582: IF (g_po_wf_debug = 'Y') THEN
583: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
584: END IF;
585:
586: /* Bug 979454 */
587:

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

688:
689:
690: x_progress := 'PO_POAPPROVAL_INIT1.GetRelAttributes: 01';
691: IF (g_po_wf_debug = 'Y') THEN
692: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
693: END IF;
694:
695: /* Fetch the Release Header, then set the attributes. */
696: open GetRelHdr_csr(p_rel_header_id);

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

698: close GetRelHdr_csr;
699:
700: x_progress := 'PO_POAPPROVAL_INIT1.GetRelAttributes: 02';
701: IF (g_po_wf_debug = 'Y') THEN
702: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
703: END IF;
704:
705: SetRelHdrAttributes(itemtype, itemkey);
706:

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

705: SetRelHdrAttributes(itemtype, itemkey);
706:
707: x_progress := 'PO_POAPPROVAL_INIT1.GetReLattributes: 03';
708: IF (g_po_wf_debug = 'Y') THEN
709: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
710: END IF;
711:
712: EXCEPTION
713: WHEN OTHERS THEN

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

785: BEGIN
786:
787: x_progress := 'PO_POAPPROVAL_INIT1.SetPOHdrAttributes : 01';
788: IF (g_po_wf_debug = 'Y') THEN
789: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
790: END IF;
791:
792:
793: wf_engine.SetItemAttrText ( itemtype => itemtype,

Line 1485: PO_WF_DEBUG_PKG.insert_debug ( itemtype, itemkey,

1481: itemkey => itemkey,
1482: aname => 'DOCUMENT_SUBTYPE');
1483:
1484: IF (g_po_wf_debug = 'Y') THEN
1485: PO_WF_DEBUG_PKG.insert_debug ( itemtype, itemkey,
1486: g_pkg_name||'.'||l_proc_name||': document type: ' || l_document_type
1487: || ', document subtype: ' || l_document_subtype );
1488: END IF;
1489:

Line 1615: PO_WF_DEBUG_PKG.insert_debug ( p_item_type, p_item_key,

1611: l_document_number PO_HEADERS_ALL.segment1%TYPE;
1612: l_create_cwk_url VARCHAR2(500);
1613: BEGIN
1614: IF (g_po_wf_debug = 'Y') THEN
1615: PO_WF_DEBUG_PKG.insert_debug ( p_item_type, p_item_key,
1616: substrb (
1617: g_pkg_name||'.'||l_proc_name||': p_item_type: '||p_item_type
1618: ||', p_item_key: '||p_item_key||', p_process: '||p_process
1619: ||', p_po_line_id: '||p_po_line_id,