DBA Data[Home] [Help]

APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on FA_BOOK_CONTROLS

Line 21: -- IFA_BOOK_CONTROLS_BRU

17: -- HIERARCHY to be called from any hierarchy process
18: -- x_asset_id = asset_id
19: -- x_attribute = attribute_name
20: -- DEPRECIAITION to be called from tirgger
21: -- IFA_BOOK_CONTROLS_BRU
22: -- book_type_code is passed
23: -- rest are null
24: -- CONCURRENT to be called when a conc. request
25: -- to create batch_transactions.

Line 979: fa_book_controls fbc,

975: fc.precision
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