DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_GRP dependencies on WSH_TRIPS_PVT

Line 288: l_trip_name := wsh_trips_pvt.get_name(x_action_out_rec.x_trip_id);

284: FETCH get_trip_ship_method INTO l_ship_method_code;
285: CLOSE get_trip_ship_method;
286:
287: /*3301344 : Get the trip name from trip id */
288: l_trip_name := wsh_trips_pvt.get_name(x_action_out_rec.x_trip_id);
289:
290: IF (l_ship_method_code IS NULL ) THEN
291: l_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
292: /*3301344*/