DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on PO_MOAC_UTILS_PVT

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

86: -- org_context's org_id.
87: IF l_expense_rules_org_id IS NULL THEN
88:
89:
90: l_expense_rules_org_id := po_moac_utils_pvt.get_current_org_id; --
91:
92:
93: END IF;
94: --< Shared Proc FPJ End >

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

400:
401: -- If it is NULL and the org context's org_id is not null, then copy
402: -- org_context's org_id.
403: IF l_expense_rules_org_id IS NULL THEN
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,

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

657:
658: -- If it is NULL and the org context's org_id is not null, then copy
659: -- org_context's org_id.
660: IF l_expense_rules_org_id IS NULL THEN
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,