DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on PO_WF_DEBUG_PKG

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

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

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

158:
159: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: 01';
160:
161: IF (g_po_wf_debug = 'Y') THEN
162: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
163: END IF;
164:
165: if (funcmode <> wf_engine.eng_run) then
166: result := wf_engine.eng_null;

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

169:
170: -- Verify if the user has access to Favorite charge account function
171: IF NOT FND_FUNCTION.TEST('POR_FAV_CHG_ACCT') THEN
172: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: Favorite charge account functionality not provided';
173: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
174: result := 'COMPLETE:FAILURE'; -- Bug 3626954 Return failure instead of success
175: RETURN;
176: END IF;
177:

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

273:
274: l_progress := 'PO_WF_PO_RULE_ACC.IF_RULE_EXIST_FOR_ALL_SEGMENTS: 01';
275:
276: IF (g_po_wf_debug = 'Y') THEN
277: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
278: END IF;
279:
280: if (funcmode <> wf_engine.eng_run) then
281: result := wf_engine.eng_null;

Line 314: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

310: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
311: END IF;
312:
313: IF (g_po_wf_debug = 'Y') THEN
314: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
315: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
316: 'l_expense_rules_org_id='||l_expense_rules_org_id);
317: END IF;
318:

Line 325: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

321: -- create table l_segment_table for expense account rule
322: get_segment_records(itemtype, itemkey, l_get_result);
323:
324: IF (g_po_wf_debug = 'Y') THEN
325: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
326: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
327: 'get_segment_records->result='||l_get_result);
328: END IF;
329:

Line 444: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

440:
441: end if;
442:
443: IF (g_po_wf_debug = 'Y') THEN
444: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
445: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
446: 'result='||result);
447: END IF;
448:

Line 457: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

453: EXCEPTION
454: WHEN OTHERS THEN
455:
456: IF (g_po_wf_debug = 'Y') THEN
457: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
458: 'PO_WF_PO_RULE_ACC.if_rule_exist_for_all_segments '||
459: 'EXCEPTION at '|| l_progress);
460: END IF;
461:

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

479: BEGIN
480:
481: x_progress := 'PO_WF_PO_RULE_ACC.get_category_account_segment: 01';
482: IF (g_po_wf_debug = 'Y') THEN
483: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
484: END IF;
485:
486: -- Do nothing in cancel or timeout mode
487: --

Line 571: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

567: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
568: END IF;
569:
570: IF (g_po_wf_debug = 'Y') THEN
571: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,
572: 'PO_WF_PO_RULE_ACC.get_segment_records '||
573: 'l_expense_rules_org_id='||l_expense_rules_org_id);
574: END IF;
575: