DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on MO_UTILS

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

1005: OPEN c_fund_ledger(l_utilization_rec.fund_id);
1006: FETCH c_fund_ledger INTO l_fund_ledger;
1007: CLOSE c_fund_ledger;
1008: --get the order's ledger id
1009: mo_utils.Get_Ledger_Info (p_operating_unit => l_utilization_rec.org_id
1010: ,p_ledger_id => l_order_ledger
1011: ,p_ledger_name => l_ord_ledger_name);
1012: IF l_utilization_rec.org_id IS NULL THEN
1013: IF g_debug_flag = 'Y' THEN

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

1865:
1866: ozf_utility_pvt.write_conc_log (' l_act_budgets_rec.org_id '||l_act_util_rec.org_id);
1867:
1868: --get the order's ledger id
1869: mo_utils.Get_Ledger_Info (p_operating_unit => l_act_util_rec.org_id
1870: ,p_ledger_id => l_ledger_id
1871: ,p_ledger_name => l_ledger_name);
1872:
1873: ozf_utility_pvt.write_conc_log (' l_ledger_id '||l_ledger_id);