DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on PO_WF_DEBUG_PKG

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

65:
66: --NOTE - This procedure is obsoleted from FPG onwards.
67: x_progress := 'PO_XML_DELIVERY.call_txn_delivery : 01';
68: IF (g_po_wf_debug = 'Y') THEN
69: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
70: END IF;
71:
72:
73: -- Do nothing in cancel or timeout mode

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

135:
136: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
137: x_progress := 'PO_XML_DELIVERY.call_txn_delivery: 03';
138: IF (g_po_wf_debug = 'Y') THEN
139: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
140: END IF;
141: EXCEPTION
142: WHEN OTHERS THEN
143: wf_core.context('PO_XML_DELIVERY','call_txn_delivery',x_progress);

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

344: end if;
345:
346: x_progress := 'PO_XML_DELIVERY.set_delivery_data : 01';
347: IF (g_po_wf_debug = 'Y') THEN
348: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
349: END IF;
350:
351:
352: -- Do nothing in cancel or timeout mode

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

570:
571: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
572: x_progress := 'PO_XML_DELIVERY.set_delivery_data: 03';
573: IF (g_po_wf_debug = 'Y') THEN
574: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
575: END IF;
576:
577: EXCEPTION
578: WHEN OTHERS THEN

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

612:
613: BEGIN
614: x_progress := 'PO_XML_DELIVERY.is_partner_setup : 01';
615: IF (g_po_wf_debug = 'Y') THEN
616: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
617: END IF;
618:
619: -- Do nothing in cancel or timeout mode
620: --

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

707: end if;
708:
709:
710: IF (g_po_wf_debug = 'Y') THEN
711: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
712: END IF;
713: exception
714:
715: when others then

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

714:
715: when others then
716: x_progress := 'PO_XML_DELIVERY.is_partner_setup : 04';
717: IF (g_po_wf_debug = 'Y') THEN
718: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
719: END IF;
720: resultout := 'COMPLETE:F';
721:
722: END is_partner_setup;

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

776: end if;
777: x_progress := 'PO_XML_DELIVERY.is_xml_chosen : 06';
778: exception when others then
779: IF (g_po_wf_debug = 'Y') THEN
780: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
781: END IF;
782: resultout := 'COMPLETE:F';
783: -- dbms_output.put_line (SQLERRM);
784: null;

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

1698: --end if;
1699:
1700: x_progress := 'PO_XML_DELIVERY.set_user_context : 001';
1701: IF (g_po_wf_debug = 'Y') THEN
1702: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1703: END IF;
1704:
1705:
1706: -- Do nothing in cancel or timeout mode

Line 1735: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress

1731: l_appl_id := to_number(PO_WF_UTIL_PKG.GetItemAttrText(itemtype=>itemtype, itemkey=>itemkey, aname=>'APPLICATION_ID'));
1732:
1733: x_progress := 'PO_XML_DELIVERY.set_user_context : 002';
1734: IF (g_po_wf_debug = 'Y') THEN
1735: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress
1736: || ':' || l_user_id || ':' || l_resp_id || ':' || l_appl_id);
1737: END IF;
1738:
1739: l_cur_user_id := fnd_global.user_id;

Line 1746: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress

1742:
1743:
1744: x_progress := 'PO_XML_DELIVERY.set_user_context : 003';
1745: IF (g_po_wf_debug = 'Y') THEN
1746: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress
1747: || ':' || l_cur_user_id || ':' || l_cur_resp_id
1748: || ':' || l_cur_appl_id);
1749: END IF;
1750:

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

1764: end if;
1765:
1766: x_progress := 'PO_XML_DELIVERY.set_user_context: 004 ' || resultout;
1767: IF (g_po_wf_debug = 'Y') THEN
1768: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1769: END IF;
1770:
1771: EXCEPTION
1772: WHEN OTHERS THEN