DBA Data[Home] [Help]

APPS.JAI_OM_RG_PKG dependencies on GL_LEDGERS

Line 18: gl_ledgers gl

14: */
15: CURSOR get_curr_code (p_org_id IN NUMBER , p_loc_id IN NUMBER ) IS
16: SELECT fnd.currency_code
17: FROM fnd_currencies fnd,
18: gl_ledgers gl
19: WHERE gl.currency_code = fnd.currency_code
20: AND gl.ledger_id IN (SELECT org.set_of_books_id
21: FROM org_organization_definitions org ,
22: jai_cmn_rg_balances rg ,