DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on PO_MOAC_UTILS_PVT

Line 76: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --

72:
73: -- If it is NULL and the org context's org_id is not null, then copy
74: -- org_context's org_id.
75: IF l_expense_rules_org_id IS NULL THEN
76: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
77: END IF;
78: --< Shared Proc FPJ End >
79:
80: --

Line 310: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --

306:
307: -- If it is NULL and the org context's org_id is not null, then copy
308: -- org_context's org_id.
309: IF l_expense_rules_org_id IS NULL THEN
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,

Line 567: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --

563:
564: -- If it is NULL and the org context's org_id is not null, then copy
565: -- org_context's org_id.
566: IF l_expense_rules_org_id IS NULL THEN
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,