DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FA_TRANSACTION_HEADERS

Line 859: from fa_transaction_headers th

855: -- before the transaction_date_entered for the request
856:
857: select count(*)
858: into l_count
859: from fa_transaction_headers th
860: where th.asset_id = l_asset_id(l_loop_count)
861: and th.book_type_code = l_book_type_code
862: and th.transaction_date_entered > l_trx_date_entered;
863: