DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on PO_WF_DEBUG_PKG

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

35:
36:
37: x_progress := 'PO_WF_PO_RULE_ACC.get_default_requester_acc: 01';
38: IF (g_po_wf_debug = 'Y') THEN
39: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
40: END IF;
41:
42:
43: -- Do nothing in cancel or timeout mode

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

252:
253: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: 01';
254:
255: IF (g_po_wf_debug = 'Y') THEN
256: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
257: END IF;
258:
259: if (funcmode <> wf_engine.eng_run) then
260: result := wf_engine.eng_null;

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

263:
264: -- Verify if the user has access to Favorite charge account function
265: IF NOT FND_FUNCTION.TEST('POR_FAV_CHG_ACCT') THEN
266: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: Favorite charge account functionality not provided';
267: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
268: result := 'COMPLETE:FAILURE'; -- Bug 3626954 Return failure instead of success
269: RETURN;
270: END IF;
271:

Line 371: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);

367:
368: l_progress := 'PO_WF_PO_RULE_ACC.IF_RULE_EXIST_FOR_ALL_SEGMENTS: 01';
369:
370: IF (g_po_wf_debug = 'Y') THEN
371: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
372: END IF;
373:
374: if (funcmode <> wf_engine.eng_run) then
375: result := wf_engine.eng_null;

Line 408: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

404: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
405: END IF;
406:
407: IF (g_po_wf_debug = 'Y') THEN
408: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
409: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
410: 'l_expense_rules_org_id='||l_expense_rules_org_id);
411: END IF;
412:

Line 419: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

415: -- create table l_segment_table for expense account rule
416: get_segment_records(itemtype, itemkey, l_get_result);
417:
418: IF (g_po_wf_debug = 'Y') THEN
419: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
420: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
421: 'get_segment_records->result='||l_get_result);
422: END IF;
423:

Line 538: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

534:
535: end if;
536:
537: IF (g_po_wf_debug = 'Y') THEN
538: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
539: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
540: 'result='||result);
541: END IF;
542:

Line 551: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

547: EXCEPTION
548: WHEN OTHERS THEN
549:
550: IF (g_po_wf_debug = 'Y') THEN
551: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
552: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
553: 'EXCEPTION at '|| l_progress);
554: END IF;
555:

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

573: BEGIN
574:
575: x_progress := 'PO_WF_PO_RULE_ACC.get_category_account_segment: 01';
576: IF (g_po_wf_debug = 'Y') THEN
577: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
578: END IF;
579:
580: -- Do nothing in cancel or timeout mode
581: --

Line 665: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

661: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
662: END IF;
663:
664: IF (g_po_wf_debug = 'Y') THEN
665: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
666: 'PO_WF_PO_RULE_ACC.get_segment_records '||
667: 'l_expense_rules_org_id='||l_expense_rules_org_id);
668: END IF;
669:

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

875:
876: x_progress := 'PO_WF_PO_RULE_ACC.IS_OVERRIDE_CHARGE_ACCOUNT : 01';
877:
878: IF (g_po_wf_debug = 'Y') THEN
879: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
880: END IF;
881:
882:
883: -- Do nothing in cancel or timeout mode

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

890: end if;
891: x_progress := 'PO_WF_PO_RULE_ACC.IS_OVERRIDE_CHARGE_ACCOUNT : 02';
892:
893: IF (g_po_wf_debug = 'Y') THEN
894: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
895: END IF;
896:
897:
898: override_charge_account := FND_PROFILE.VALUE('POR_OVERRIDE_CHARGE_ACCOUNT');

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

899:
900: x_progress := 'PO_WF_PO_RULE_ACC.IS_OVERRIDE_CHARGE_ACCOUNT : 03 ' ;
901:
902: -- IF (g_po_wf_debug = 'Y') THEN
903: -- /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
904: -- /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,override_charge_account);
905: -- END IF;
906:
907:

Line 904: -- /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,override_charge_account);

900: x_progress := 'PO_WF_PO_RULE_ACC.IS_OVERRIDE_CHARGE_ACCOUNT : 03 ' ;
901:
902: -- IF (g_po_wf_debug = 'Y') THEN
903: -- /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
904: -- /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,override_charge_account);
905: -- END IF;
906:
907:
908: