[Home] [Help]
2017:
2018: -- now update the primary or reporting amounts accordingly
2019: if (p_mrc_sob_type_code <> 'R') then
2020:
2021: delete from fa_adjustments
2022: where asset_id = p_asset_hdr_rec.asset_id
2023: and book_type_code = p_asset_hdr_rec.book_type_code
2024: and adjustment_type in ('COST', 'COST CLEARING');
2025:
2024: and adjustment_type in ('COST', 'COST CLEARING');
2025:
2026: else
2027:
2028: delete from fa_adjustments_mrc_v
2029: where asset_id = p_asset_hdr_rec.asset_id
2030: and book_type_code = p_asset_hdr_rec.book_type_code
2031: and adjustment_type in ('COST', 'COST CLEARING');
2032: