DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_ADJUSTMENTS

Line 527: from fa_adjustments

523: and fth.asset_id = cp_asset_id
524: and fadd.asset_id = fth.asset_id
525: and fth.transaction_type_code = 'RECLASS'
526: and fdp.period_counter in ( select distinct period_counter_created
527: from fa_adjustments
528: where book_type_code = fth.book_type_code
529: and asseT_id = fth.asset_id
530: and distribution_id = fdh.distribution_id
531: and transaction_header_id = fth.transaction_header_id

Line 1216: FROM fa_adjustments

1212: c_adjustment_source_type_code VARCHAR2,
1213: c_adjustment_type VARCHAR2,
1214: c_transaction_header_id NUMBER) IS
1215: SELECT code_combination_id
1216: FROM fa_adjustments
1217: WHERE book_type_code = p_book_type_code
1218: AND asset_id = c_asset_id
1219: AND distribution_id = c_distribution_id
1220: AND adjustment_type = c_adjustment_type;