80:
81: -- Delete Adjustment Records (added for bugfix 4180619)
82: IF p_adjustments_exist = 'Y' OR p_process_tax = 'Y' THEN
83: FORALL i IN 1..G_ERROR_REC.order_source_id.COUNT
84: DELETE from OE_PRICE_ADJUSTMENTS
85: WHERE header_id = G_ERROR_REC.header_id(i);
86: END IF;
87:
88: -- Delete CZ configuration revisions