DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETS_PVT dependencies on MO_UTILS

Line 716: MO_UTILS.Get_Ledger_Info (

712: || l_act_util_rec.org_id);
713: END IF;
714:
715: IF l_act_util_rec.org_id IS NOT NULL THEN
716: MO_UTILS.Get_Ledger_Info (
717: p_operating_unit => l_act_util_rec.org_id,
718: p_ledger_id => l_ledger_id,
719: p_ledger_name => l_ledger_name
720: );

Line 2138: MO_UTILS.Get_Ledger_Info (

2134:
2135: IF NVL(l_act_budgets_rec.approved_amount,0) <> 0 THEN
2136: -- R12: yzhao Oct. 10, 2005 get budget ledger when calculating functional currency
2137: IF l_act_util_rec.org_id IS NOT NULL THEN
2138: MO_UTILS.Get_Ledger_Info (
2139: p_operating_unit => l_act_util_rec.org_id,
2140: p_ledger_id => l_ledger_id,
2141: p_ledger_name => l_ledger_name
2142: );

Line 3465: MO_UTILS.Get_Ledger_Info (

3461:
3462: IF l_offerType IN ('LUMPSUM', 'SCAN_DATA' ) THEN
3463:
3464: -- Get the set_of_books_id for given org_id
3465: MO_UTILS.Get_Ledger_Info (
3466: p_operating_unit => l_offerOrgId,
3467: p_ledger_id => l_offerLedger,
3468: p_ledger_name => l_offerLedgerName
3469: );