DBA Data[Home] [Help]

APPS.PN_MASS_APPR_PKG dependencies on GL_SETS_OF_BOOKS

Line 406: FROM gl_sets_of_books

402: -- get the functional currency
403: -------------------------------------------------------------------------------
404: CURSOR get_functional_currency IS
405: SELECT currency_code
406: FROM gl_sets_of_books
407: WHERE set_of_books_id
408: = TO_NUMBER(pn_mo_cache_utils.get_profile_value('PN_SET_OF_BOOKS_ID'
409: ,pn_mo_cache_utils.get_current_org_id));
410: