DBA Data[Home] [Help]

APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on FND_CURRENCIES

Line 980: fnd_currencies fc

976: --, fc.extended_precision
977: --, fc.minimum_accountable_unit
978: from gl_sets_of_books sob,
979: fa_book_controls fbc,
980: fnd_currencies fc
981: where fc.currency_code = sob.currency_code
982: and fc.enabled_flag = 'Y'
983: and fbc.book_type_code = x_book_type_code
984: and fbc.set_of_books_id = sob.set_of_books_id;