DBA Data[Home] [Help]

APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FND_CURRENCIES

Line 379: fnd_currencies fc

375: select
376: fc.precision
377: from gl_sets_of_books sob,
378: fa_book_controls fbc,
379: fnd_currencies fc
380: where fc.currency_code = sob.currency_code
381: and fc.enabled_flag = 'Y'
382: and fbc.book_type_code = p_book_type_code
383: and fbc.set_of_books_id = sob.set_of_books_id;