DBA Data[Home] [Help]

APPS.FA_POST_ADJ_ITF_PKG dependencies on FA_TRANSACTION_HEADERS

Line 276: from fa_transaction_headers th,

272: and bk.asset_id = p_asset_id
273: and (bk.rate_Adjustment_factor <> 1 OR
274: (bk.rate_adjustment_factor = 1 and
275: exists (select 'YES' -- and amortized before.
276: from fa_transaction_headers th,
277: fa_methods mt
278: where th.book_type_code = bk.book_type_code
279: and th.asset_id = bk.asset_id
280: and th.transaction_type_code = 'ADJUSTMENT'