DBA Data[Home] [Help]

APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FND_CURRENCIES

Line 395: fnd_currencies fc

391: select
392: fc.precision
393: from gl_sets_of_books sob,
394: fa_book_controls fbc,
395: fnd_currencies fc
396: where fc.currency_code = sob.currency_code
397: and fc.enabled_flag = 'Y'
398: and fbc.book_type_code = p_book_type_code
399: and fbc.set_of_books_id = sob.set_of_books_id;