DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETS_PVT dependencies on MO_UTILS

Line 1011: MO_UTILS.Get_Ledger_Info (

1007: || l_act_util_rec.org_id);
1008: END IF;
1009:
1010: IF l_act_util_rec.org_id IS NOT NULL THEN
1011: MO_UTILS.Get_Ledger_Info (
1012: p_operating_unit => l_act_util_rec.org_id,
1013: p_ledger_id => l_ledger_id,
1014: p_ledger_name => l_ledger_name
1015: );

Line 2800: MO_UTILS.Get_Ledger_Info (

2796:
2797: IF NVL(l_act_budgets_rec.approved_amount,0) <> 0 THEN
2798: -- R12: yzhao Oct. 10, 2005 get budget ledger when calculating functional currency
2799: IF l_act_util_rec.org_id IS NOT NULL THEN
2800: MO_UTILS.Get_Ledger_Info (
2801: p_operating_unit => l_act_util_rec.org_id,
2802: p_ledger_id => l_ledger_id,
2803: p_ledger_name => l_ledger_name
2804: );

Line 4282: MO_UTILS.Get_Ledger_Info (

4278:
4279: IF l_offerType IN ('LUMPSUM', 'SCAN_DATA' ) THEN
4280:
4281: -- Get the set_of_books_id for given org_id
4282: MO_UTILS.Get_Ledger_Info (
4283: p_operating_unit => l_offerOrgId,
4284: p_ledger_id => l_offerLedger,
4285: p_ledger_name => l_offerLedgerName
4286: );