DBA Data[Home] [Help]

APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on FND_CURRENCIES

Line 984: fnd_currencies fc

980: --, fc.extended_precision
981: --, fc.minimum_accountable_unit
982: from gl_sets_of_books sob,
983: fa_book_controls fbc,
984: fnd_currencies fc
985: where fc.currency_code = sob.currency_code
986: and fc.enabled_flag = 'Y'
987: and fbc.book_type_code = x_book_type_code
988: and fbc.set_of_books_id = sob.set_of_books_id;