DBA Data[Home] [Help]

APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_ASSET_HISTORY

Line 526: , fa_asset_history ah

522: SELECT min(dp.period_counter)
523: INTO dummy
524: FROM fa_deprn_periods dp
525: , fa_transaction_headers th
526: , fa_asset_history ah
527: WHERE ah.asset_id = th.asset_id
528: AND dp.book_type_code = th.book_type_code
529: AND th.transaction_header_id >= ah.transaction_header_id_in
530: AND th.transaction_header_id < nvl(ah.transaction_header_id_out, th.transaction_header_id + 1)