DBA Data[Home] [Help]

APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on GL_SETS_OF_BOOKS

Line 982: from gl_sets_of_books sob,

978: select --sob.currency_code
979: fc.precision
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'