DBA Data[Home] [Help]

APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_ASSET_HISTORY

Line 528: , fa_asset_history ah

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