DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on MO_UTILS

Line 1260: mo_utils.Get_Ledger_Info (p_operating_unit => l_utilization_rec.org_id

1256: OPEN c_fund_ledger(l_utilization_rec.fund_id);
1257: FETCH c_fund_ledger INTO l_fund_ledger;
1258: CLOSE c_fund_ledger;
1259: --get the order's ledger id
1260: mo_utils.Get_Ledger_Info (p_operating_unit => l_utilization_rec.org_id
1261: ,p_ledger_id => l_order_ledger
1262: ,p_ledger_name => l_ord_ledger_name);
1263: IF l_utilization_rec.org_id IS NULL THEN
1264: IF g_debug_flag = 'Y' THEN

Line 2297: mo_utils.Get_Ledger_Info (p_operating_unit => l_act_util_rec.org_id

2293: ozf_utility_pvt.write_conc_log (' l_act_budgets_rec.org_id '||l_act_util_rec.org_id);
2294: END IF;
2295:
2296: --get the order's ledger id
2297: mo_utils.Get_Ledger_Info (p_operating_unit => l_act_util_rec.org_id
2298: ,p_ledger_id => l_ledger_id
2299: ,p_ledger_name => l_ledger_name);
2300: IF g_debug_flag = 'Y' THEN
2301: ozf_utility_pvt.write_conc_log (' l_ledger_id '||l_ledger_id);

Line 6836: mo_utils.Get_Ledger_Info (

6832: END IF;
6833:
6834: --functional
6835: --get the order's ledger id
6836: mo_utils.Get_Ledger_Info (
6837: p_operating_unit => p_util_org_id
6838: ,p_ledger_id => l_order_ledger
6839: ,p_ledger_name => l_ord_ledger_name);
6840: