DBA Data[Home] [Help]

APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on FA_BOOK_CONTROLS

Line 23: -- IFA_BOOK_CONTROLS_BRU

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

Line 983: fa_book_controls fbc,

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'
987: and fbc.book_type_code = x_book_type_code