DBA Data[Home] [Help]

APPS.POR_CANCEL_NOTIF_PVT dependencies on PO_WF_DEBUG_PKG

Line 36: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(l_itemtype,l_itemkey,g_module_prefix || l_api_name || l_progress);

32:
33: l_progress := 'POR_CANCEL_NOTIFICATION_PKG.Start_WF_Process: 01';
34:
35: IF (g_po_wf_debug = 'Y') THEN
36: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(l_itemtype,l_itemkey,g_module_prefix || l_api_name || l_progress);
37: END IF;
38:
39: -- Check if any process created before with the same wf item type and
40: -- wf item key

Line 52: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(l_itemtype,l_itemkey,g_module_prefix || l_api_name || l_progress);

48: IF (l_wf_created = 0) THEN
49:
50: l_progress := 'POR_CANCEL_NOTIFICATION_PKG.Start_WF_Process: 02';
51: IF (g_po_wf_debug = 'Y') THEN
52: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(l_itemtype,l_itemkey,g_module_prefix || l_api_name || l_progress);
53: END IF;
54: wf_engine.CreateProcess( ItemType => l_itemtype,
55: ItemKey => l_itemkey,
56: process => l_wf_process );

Line 104: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);

100: BEGIN
101:
102: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.Is_any_supplier_notified: 01';
103: IF (g_po_wf_debug = 'Y') THEN
104: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);
105: END IF;
106:
107: -- Do nothing in cancel or timeout mode
108: --

Line 218: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);

214: BEGIN
215:
216: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_notification_attributes: 01';
217: IF (g_po_wf_debug = 'Y') THEN
218: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);
219: END IF;
220:
221:
222: -- Do nothing in cancel or timeout mode

Line 255: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);

251:
252: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_notification_attributes: 03';
253:
254: IF (g_po_wf_debug = 'Y') THEN
255: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);
256: END IF;
257:
258: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_notification_attributes: 05';
259:

Line 295: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress || l_cont_status);

291: avalue => l_contact_info);
292:
293:
294: IF (g_po_wf_debug = 'Y') THEN
295: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress || l_cont_status);
296: END IF;
297:
298: IF (l_cont_status = 'PENDING') THEN
299: update po_requisition_suppliers

Line 333: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);

329: BEGIN
330:
331: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_supplier: 01';
332: IF (g_po_wf_debug = 'Y') THEN
333: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);
334: END IF;
335:
336: -- Do nothing in cancel or timeout mode
337: --

Line 376: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

372:
373: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_supplier: 05';
374:
375: IF g_po_wf_debug = 'Y' THEN
376: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
377: g_module_prefix || l_api_name || 'PERFORMER: ' || l_performer);
378: END IF;
379:
380: IF (l_performer IS NULL) THEN

Line 386: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

382:
383: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_supplier: 06';
384:
385: IF g_po_wf_debug = 'Y' THEN
386: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
387: g_module_prefix || l_api_name || 'PERFORMER: ' || l_performer);
388: END IF;
389: END IF;
390:

Line 423: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

419: PO_REQAPPROVAL_INIT1.LOCATE_NOTIFIER(l_req_line_id, 'RQ', l_performer);
420: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_supplier: 08';
421:
422: IF g_po_wf_debug = 'Y' THEN
423: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
424: g_module_prefix || l_api_name || 'PERFORMER: ' || l_performer);
425: END IF;
426:
427: IF (l_performer IS NULL) THEN

Line 433: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

429:
430: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.set_supplier: 09';
431:
432: IF g_po_wf_debug = 'Y' THEN
433: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
434: g_module_prefix || l_api_name || 'PERFORMER: ' || l_performer);
435: END IF;
436: END IF;
437:

Line 484: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);

480: BEGIN
481:
482: l_progress := 'POR_CANCEL_NOTIFICATION_PVT.post_notification_process: 01';
483: IF (g_po_wf_debug = 'Y') THEN
484: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,g_module_prefix || l_api_name || l_progress);
485: END IF;
486:
487:
488: -- Do nothing in cancel or timeout mode