[Home] [Help]
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: