DBA Data[Home] [Help]

APPS.FA_FAS771_XMLP_PKG dependencies on FA_TRANSACTION_HEADERS

Line 145: from fa_transaction_headers

141: BEGIN
142: /*SRW.REFERENCE(P_FISCAL_YEAR);*/null;
143: select count(*)
144: into tmp
145: from fa_transaction_headers
146: where asset_id = p_asset_id
147: and book_type_code = p_book
148: and transaction_subtype = 'AMORTIZED'
149: AND to_char(transaction_date_entered, 'YYYY') = P_FISCAL_YEAR;