DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERIES_PVT dependencies on WSH_FREIGHT_COSTS

Line 1417: DELETE FROM wsh_freight_costs

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