DBA Data[Home] [Help]

APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_TRANSACTION_HEADERS

Line 224: select 1 from fa_transaction_headers

220: BEGIN
221: select count(1) into l_count
222: from dual
223: where exists (
224: select 1 from fa_transaction_headers
225: where book_type_code = l_book_type_code
226: and asset_id = l_fa_asset_id
227: and (transaction_subtype = 'AMORTIZED' OR transaction_key = 'UA'));
228: