DBA Data[Home] [Help]

APPS.IEX_CURRENCY_PVT dependencies on GL_LEDGERS_PUBLIC_V

Line 1203: gl_ledgers_public_v gll

1199: gll.ledger_id
1200: INTO g_functional_currency,
1201: g_set_of_books_id
1202: FROM ar_system_parameters sp,
1203: gl_ledgers_public_v gll
1204: WHERE gll.ledger_id = sp.set_of_books_id;
1205:
1206: x_functional_currency := g_functional_currency;
1207:

Line 1360: gl_ledgers_public_v gll

1356: BEGIN
1357: SELECT count(distinct gll.currency_code)
1358: INTO cnt_currency
1359: FROM ar_system_parameters sp,
1360: gl_ledgers_public_v gll
1361: WHERE gll.ledger_id = sp.set_of_books_id;
1362: Return (cnt_currency);
1363: EXCEPTION WHEN OTHERS THEN
1364: Return (Null);