DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FA_TRANSACTION_HEADERS

Line 778: from fa_transaction_headers th

774: -- before the transaction_date_entered for the request
775:
776: select count(*)
777: into l_count
778: from fa_transaction_headers th
779: where th.asset_id = l_asset_id(l_loop_count)
780: and th.book_type_code = l_book_type_code
781: and th.transaction_date_entered > l_trx_date_entered;
782: