DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DELIVERIES_PUB

Line 776: l_delivery_info WSH_DELIVERIES_PUB.Delivery_Pub_Rec_Type;

772: l_intmed_shipto_loc_id NUMBER :=p_intmed_shipto_loc_id;
773:
774:
775: l_freight_cost_rec WSH_FREIGHT_COSTS_PUB.PubFreightCostRecType;
776: l_delivery_info WSH_DELIVERIES_PUB.Delivery_Pub_Rec_Type;
777: l_row_id ROWID;
778: l_delivery_id NUMBER;
779: l_freight_cost_id NUMBER;
780: l_delivery_name VARCHAR2(30);

Line 947: WSH_DELIVERIES_PUB.Create_Update_Delivery(

943: l_delivery_info.GROSS_WEIGHT := p_gross_weight;
944: l_delivery_info.WEIGHT_UOM_CODE := p_wt_uom_code;
945: l_delivery_info.INTMED_SHIP_TO_LOCATION_ID:=l_intmed_shipto_loc_id;
946:
947: WSH_DELIVERIES_PUB.Create_Update_Delivery(
948: p_api_version_number => 1.0
949: ,p_init_msg_list => l_init_msg_list
950: ,x_return_status => l_return_status
951: ,x_msg_count => l_msg_count

Line 1395: WSH_DELIVERIES_PUB.Delivery_Action ( p_api_version_number => 1.0

1391: --Set global to say shipping via Direct Ship instead of desktop
1392: --Added so that WMS_SHIPPING_PUB.DEL_WSTT_RECS_BY_DELIVERY_ID will
1393: --not fail in Shipping's API.
1394: wms_globals.g_ship_confirm_method := 'DIRECT';
1395: WSH_DELIVERIES_PUB.Delivery_Action ( p_api_version_number => 1.0
1396: ,p_init_msg_list => l_init_msg_list
1397: ,x_return_status => l_return_status
1398: ,x_msg_count => l_msg_count
1399: ,x_msg_data => l_msg_data

Line 1856: WSH_DELIVERIES_PUB.Delivery_Action

1852: FOR i IN 1..l_del_tab.count LOOP
1853: IF (l_debug = 1) THEN
1854: debug('The value of l_chk_trip_id is '||l_chk_trip_id,'create_trip');
1855: END IF;
1856: WSH_DELIVERIES_PUB.Delivery_Action
1857: ( p_api_version_number => 1.0,
1858: p_init_msg_list => FND_API.G_TRUE,
1859: x_return_status => l_return_status,
1860: x_msg_count => l_msg_count,

Line 3039: wsh_deliveries_pub.delivery_action(

3035: DEBUG('The value of l_del_id and status are ' || l_del_id || '- ' || l_status_code, 'unload_truck');
3036: END IF;
3037:
3038: IF l_status_code = 'CO' THEN
3039: wsh_deliveries_pub.delivery_action(
3040: p_api_version_number => 1.0
3041: , p_init_msg_list => l_init_msg_list
3042: , x_return_status => l_return_status
3043: , x_msg_count => l_msg_count