DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERIES_PVT dependencies on WSH_FREIGHT_COSTS

Line 1422: DELETE FROM wsh_freight_costs

1418: END IF;
1419: END LOOP;
1420:
1421: -- delete freight costs associated with delivery (bug 4376236)
1422: DELETE FROM wsh_freight_costs
1423: WHERE delivery_id = l_delivery_id;
1424: IF l_debug_on THEN
1425: WSH_DEBUG_SV.log(l_module_name,
1426: 'Freight cost rows deleted', SQL%ROWCOUNT);