DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_TRIP_STOPS_PUB

Line 2095: l_stop_info WSH_TRIP_STOPS_PUB.Trip_Stop_Pub_Rec_Type;

2091: l_msg_count NUMBER;
2092: l_msg_data VARCHAR2(20000);
2093:
2094: l_freight_cost_rec WSH_FREIGHT_COSTS_PUB.PubFreightCostRecType;
2095: l_stop_info WSH_TRIP_STOPS_PUB.Trip_Stop_Pub_Rec_Type;
2096: p_trip_info WSH_TRIPS_PUB.Trip_Pub_Rec_Type;
2097: l_freight_cost_id NUMBER;
2098: l_stop_id NUMBER;
2099: l_trip_id NUMBER;

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

2259:
2260: IF (p_seal_code IS NOT NULL ) THEN
2261: --patchset J. Shipping API cleanup
2262: IF (l_debug = 1) THEN
2263: debug('Call WSH_TRIP_STOPS_PUB.Create_Update_Stop to Update the Seal Code','Update Trip Stop');
2264: END IF;
2265: l_stop_info.stop_id := l_stop_id;
2266: l_stop_info.trip_id :=l_trip_id;
2267: l_stop_info.DEPARTURE_SEAL_CODE := p_seal_code;

Line 2268: WSH_TRIP_STOPS_PUB.Create_Update_Stop(

2264: END IF;
2265: l_stop_info.stop_id := l_stop_id;
2266: l_stop_info.trip_id :=l_trip_id;
2267: l_stop_info.DEPARTURE_SEAL_CODE := p_seal_code;
2268: WSH_TRIP_STOPS_PUB.Create_Update_Stop(
2269: p_api_version_number => 1.0
2270: ,p_init_msg_list => l_init_msg_list
2271: ,x_return_status => l_return_status
2272: ,x_msg_count => l_msg_count

Line 2830: wsh_trip_stops_pub.stop_action(

2826: IF (l_debug = 1) THEN
2827: DEBUG('Interface the Trip now. Trip Id :' || p_trip_id || ' Pick Up Stop Id: ' || l_stop_id, 'Close_Trip');
2828: END IF;
2829:
2830: wsh_trip_stops_pub.stop_action(
2831: p_api_version_number => 1.0
2832: , p_init_msg_list => l_init_msg_list
2833: , x_return_status => l_return_status
2834: , x_msg_count => l_msg_count

Line 2883: wsh_trip_stops_pub.stop_action(

2879: IF (l_debug = 1) THEN
2880: DEBUG(' Trip Id :' || p_trip_id || ' Drop Off Stop Id: ' || l_stop_id, 'Close_Trip');
2881: END IF;
2882:
2883: wsh_trip_stops_pub.stop_action(
2884: p_api_version_number => 1.0
2885: , p_init_msg_list => l_init_msg_list
2886: , x_return_status => l_return_status
2887: , x_msg_count => l_msg_count