DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_TRANSACTION_HEADERS

Line 621: from fa_transaction_headers

617:
618: CURSOR c_check_amortized (c_asset_id number
619: , c_book_type_code varchar2) IS
620: select 1
621: from fa_transaction_headers
622: where asset_id = c_asset_id
623: and book_type_code = c_book_type_code
624: and transaction_subtype = 'AMORTIZED';
625: