DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PVT dependencies on WSH_FREIGHT_COSTS

Line 560: DELETE FROM wsh_freight_costs

556: END IF;
557:
558:
559: IF l_stop_id IS NOT NULL THEN
560: DELETE FROM wsh_freight_costs
561: WHERE stop_id = l_stop_id;
562:
563:
564: FOR rec IN get_del_leg_id(l_stop_id) LOOP