DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_TRIP_STOPS_PUB

Line 1999: l_stop_info WSH_TRIP_STOPS_PUB.Trip_Stop_Pub_Rec_Type;

1995: l_msg_count NUMBER;
1996: l_msg_data VARCHAR2(20000);
1997:
1998: l_freight_cost_rec WSH_FREIGHT_COSTS_PUB.PubFreightCostRecType;
1999: l_stop_info WSH_TRIP_STOPS_PUB.Trip_Stop_Pub_Rec_Type;
2000: p_trip_info WSH_TRIPS_PUB.Trip_Pub_Rec_Type;
2001: l_freight_cost_id NUMBER;
2002: l_stop_id NUMBER;
2003: l_trip_id NUMBER;

Line 2167: debug('Call WSH_TRIP_STOPS_PUB.Create_Update_Stop to Update the Seal Code','Update Trip Stop');

2163:
2164: IF (p_seal_code IS NOT NULL ) THEN
2165: --patchset J. Shipping API cleanup
2166: IF (l_debug = 1) THEN
2167: debug('Call WSH_TRIP_STOPS_PUB.Create_Update_Stop to Update the Seal Code','Update Trip Stop');
2168: END IF;
2169: l_stop_info.stop_id := l_stop_id;
2170: l_stop_info.trip_id :=l_trip_id;
2171: l_stop_info.DEPARTURE_SEAL_CODE := p_seal_code;

Line 2172: WSH_TRIP_STOPS_PUB.Create_Update_Stop(

2168: END IF;
2169: l_stop_info.stop_id := l_stop_id;
2170: l_stop_info.trip_id :=l_trip_id;
2171: l_stop_info.DEPARTURE_SEAL_CODE := p_seal_code;
2172: WSH_TRIP_STOPS_PUB.Create_Update_Stop(
2173: p_api_version_number => 1.0
2174: ,p_init_msg_list => l_init_msg_list
2175: ,x_return_status => l_return_status
2176: ,x_msg_count => l_msg_count

Line 2728: wsh_trip_stops_pub.stop_action(

2724: IF (l_debug = 1) THEN
2725: DEBUG('Interface the Trip now. Trip Id :' || p_trip_id || ' Pick Up Stop Id: ' || l_stop_id, 'Close_Trip');
2726: END IF;
2727:
2728: wsh_trip_stops_pub.stop_action(
2729: p_api_version_number => 1.0
2730: , p_init_msg_list => l_init_msg_list
2731: , x_return_status => l_return_status
2732: , x_msg_count => l_msg_count