DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on PO_WF_DEBUG_PKG

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

30: begin
31:
32: x_progress := 'PO_WF_PO_ACCRUAL_ACC.destination_type: 01';
33: IF (g_po_wf_debug = 'Y') THEN
34: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
35: END IF;
36:
37:
38: -- Do nothing in cancel or timeout mode

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

94: begin
95:
96: x_progress := 'PO_WF_PO_ACCRUAL_ACC.AA_from_org : 01';
97: IF (g_po_wf_debug = 'Y') THEN
98: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
99: END IF;
100:
101:
102: -- Do nothing in cancel or timeout mode

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

215: begin
216:
217: x_progress := 'PO_WF_PO_ACCRUAL_ACC.AA_for_expense_item: 01';
218: IF (g_po_wf_debug = 'Y') THEN
219: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
220: END IF;
221:
222:
223: -- Do nothing in cancel or timeout mode

Line 374: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

370: itemkey => itemkey,
371: aname => 'PURCHASING_OU_ID');
372:
373: IF (g_po_wf_debug = 'Y') THEN
374: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
375: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account ' ||
376: 'l_purchasing_ou_id='||l_purchasing_ou_id);
377: END IF;
378:

Line 407: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

403:
404: l_progress := '040';
405:
406: IF (g_po_wf_debug = 'Y') THEN
407: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
408: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account result='||result);
409: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
410: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account l_account_id='||
411: l_account_id);

Line 409: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

405:
406: IF (g_po_wf_debug = 'Y') THEN
407: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
408: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account result='||result);
409: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
410: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account l_account_id='||
411: l_account_id);
412: END IF;
413: EXCEPTION

Line 416: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

412: END IF;
413: EXCEPTION
414: WHEN OTHERS THEN
415: IF (g_po_wf_debug = 'Y') THEN
416: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
417: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account EXCEPTION at '||
418: l_progress);
419: END IF;
420: WF_CORE.context('PO_WF_PO_ACCRUAL_ACC', 'get_SPS_accrual_account',

Line 467: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

463:
464: BEGIN
465: x_progress := 'PO_WF_PO_ACCRUAL_ACC.fsio_aa_for_expense_item: 01';
466: IF (g_po_wf_debug = 'Y') THEN
467: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
468: END IF;
469:
470: -- Condition Added for Bug 9890810
471: IF( fv_install.enabled) THEN

Line 481: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

477: END IF;
478:
479: x_progress := 'PO_WF_PO_ACCRUAL_ACC.fsio_aa_for_expense_item: 02';
480: IF (g_po_wf_debug = 'Y') THEN
481: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
482: END IF;
483:
484: IF (x_fsio_accrual_account IS NOT NULL) THEN
485: po_wf_util_pkg.setitemattrnumber