DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_TRANSACTION_HEADERS

Line 737: from fa_transaction_headers

733:
734: CURSOR c_check_amortized (c_asset_id number
735: , c_book_type_code varchar2) IS
736: select 1
737: from fa_transaction_headers
738: where asset_id = c_asset_id
739: and book_type_code = c_book_type_code
740: and transaction_subtype = 'AMORTIZED';
741: