DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_PRICE_ADJUSTMENTS

Line 100: DELETE from OE_PRICE_ADJUSTMENTS

96:
97: -- Delete Adjustment Records (added for bugfix 4180619)
98: IF p_adjustments_exist = 'Y' OR p_process_tax = 'Y' THEN
99: FORALL i IN 1..G_ERROR_REC.order_source_id.COUNT
100: DELETE from OE_PRICE_ADJUSTMENTS
101: WHERE header_id = G_ERROR_REC.header_id(i);
102: END IF;
103:
104: -- Delete CZ configuration revisions