DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DELIVERIES_PUB

Line 859: l_delivery_info WSH_DELIVERIES_PUB.Delivery_Pub_Rec_Type;

855: l_intmed_shipto_loc_id NUMBER :=p_intmed_shipto_loc_id;
856:
857:
858: l_freight_cost_rec WSH_FREIGHT_COSTS_PUB.PubFreightCostRecType;
859: l_delivery_info WSH_DELIVERIES_PUB.Delivery_Pub_Rec_Type;
860: l_row_id ROWID;
861: l_delivery_id NUMBER;
862: l_freight_cost_id NUMBER;
863: l_delivery_name VARCHAR2(30);

Line 1030: WSH_DELIVERIES_PUB.Create_Update_Delivery(

1026: l_delivery_info.GROSS_WEIGHT := p_gross_weight;
1027: l_delivery_info.WEIGHT_UOM_CODE := p_wt_uom_code;
1028: l_delivery_info.INTMED_SHIP_TO_LOCATION_ID:=l_intmed_shipto_loc_id;
1029:
1030: WSH_DELIVERIES_PUB.Create_Update_Delivery(
1031: p_api_version_number => 1.0
1032: ,p_init_msg_list => l_init_msg_list
1033: ,x_return_status => l_return_status
1034: ,x_msg_count => l_msg_count

Line 1490: WSH_DELIVERIES_PUB.Delivery_Action ( p_api_version_number => 1.0

1486:
1487: END IF;
1488: -- End of code added for bug#8596010
1489:
1490: WSH_DELIVERIES_PUB.Delivery_Action ( p_api_version_number => 1.0
1491: ,p_init_msg_list => l_init_msg_list
1492: ,x_return_status => l_return_status
1493: ,x_msg_count => l_msg_count
1494: ,x_msg_data => l_msg_data

Line 1952: WSH_DELIVERIES_PUB.Delivery_Action

1948: FOR i IN 1..l_del_tab.count LOOP
1949: IF (l_debug = 1) THEN
1950: debug('The value of l_chk_trip_id is '||l_chk_trip_id,'create_trip');
1951: END IF;
1952: WSH_DELIVERIES_PUB.Delivery_Action
1953: ( p_api_version_number => 1.0,
1954: p_init_msg_list => FND_API.G_TRUE,
1955: x_return_status => l_return_status,
1956: x_msg_count => l_msg_count,

Line 3196: wsh_deliveries_pub.delivery_action(

3192: DEBUG('The value of l_del_id and status are ' || l_del_id || '- ' || l_status_code, 'unload_truck');
3193: END IF;
3194:
3195: IF l_status_code = 'CO' THEN
3196: wsh_deliveries_pub.delivery_action(
3197: p_api_version_number => 1.0
3198: , p_init_msg_list => l_init_msg_list
3199: , x_return_status => l_return_status
3200: , x_msg_count => l_msg_count