DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FA_TRANSACTION_HEADERS

Line 272: from fa_transaction_headers th,

268:
269: -- check if impairment has been in the current fiscal year. if so error
270: SELECT count(*)
271: into l_count
272: from fa_transaction_headers th,
273: fa_deprn_periods dp,
274: fa_book_controls bc
275: where th.asset_id = px_asset_hdr_rec.asset_id
276: and th.book_type_code = px_asset_hdr_rec.book_type_code

Line 383: FROM FA_TRANSACTION_HEADERS TH, FA_DEPRN_PERIODS DP

379: ,p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) RETURN BOOLEAN is
380:
381: Cursor c_amort is
382: SELECT 1
383: FROM FA_TRANSACTION_HEADERS TH, FA_DEPRN_PERIODS DP
384: WHERE TH.ASSET_ID = p_asset_id
385: AND TH.BOOK_TYPE_CODE = p_book
386: AND TH.TRANSACTION_SUBTYPE = 'AMORTIZED'
387: AND DP.PERIOD_COUNTER = p_period_counter