DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WMS_SHIPPING_TRANSACTION_PUB

Line 590: WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK( p_trip_id => null,

586: END IF;
587: -- Check for Ship Set
588: -- x_return_status (l_return_status = 'C' then Shipset was Null,
589: -- 'E' means Shipset Validation failed. 'U' means Unexpected Error
590: WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK( p_trip_id => null,
591: p_dock_door_id => p_dock_door_id,
592: p_organization_id => p_org_id,
593: x_ship_set => l_ship_set,
594: x_return_Status => l_return_status,

Line 599: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status' ||

595: x_error_msg => l_error_msg,
596: p_direct_ship_flag => 'Y' );
597: IF l_return_status = fnd_api.g_ret_sts_error THEN
598: IF (l_debug = 1) THEN
599: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status' ||
600: ' E- shipset '||l_ship_set,'Check_Delivery');
601: END IF;
602: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
603: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);

Line 612: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status U','Check_Delivery');

608: FND_MESSAGE.SET_TOKEN('DELIVERY_NAME', l_del_name);
609: /*Ship set validation for the delivery has failed*/
610: FND_MSG_PUB.ADD;
611: IF (l_debug = 1) THEN
612: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status U','Check_Delivery');
613: END IF;
614: RAISE fnd_api.g_exc_unexpected_error;
615: END IF;
616: IF (l_debug = 1) THEN

Line 617: debug('Call to WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK was successful ','Check_Delivery');

613: END IF;
614: RAISE fnd_api.g_exc_unexpected_error;
615: END IF;
616: IF (l_debug = 1) THEN
617: debug('Call to WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK was successful ','Check_Delivery');
618: END IF;
619: -- Check if delivery has some delivery_details (LPNs) loaded on different dock door
620: OPEN lpn_in_other_dock(p_delivery_id);
621: FETCH lpn_in_other_dock INTO l_loaded_dock_door,x_outermost_lpn;

Line 2774: wms_shipping_transaction_pub.print_label(l_delivery_details_tab, l_return_status);

2770: l_delivery_details_tab(l_del_index) := l_delivery_id;
2771: l_del_index := l_del_index + 1;
2772: END LOOP;
2773:
2774: wms_shipping_transaction_pub.print_label(l_delivery_details_tab, l_return_status);
2775:
2776: IF x_return_status <>(fnd_api.g_ret_sts_success) THEN
2777: fnd_message.set_name('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL');
2778:

Line 6270: wms_shipping_transaction_pub.populate_wstt(

6266: IF (l_debug = 1) THEN
6267: DEBUG('populate_wstt ', 'stage_lpns');
6268: END IF;
6269:
6270: wms_shipping_transaction_pub.populate_wstt(
6271: x_return => l_return
6272: , x_msg_code => x_msg_data
6273: , p_organization_id => p_organization_id
6274: , p_lpn_id => l_outer_lpn.lpn_id

Line 6311: wms_shipping_transaction_pub.create_delivery(

6307: WHEN NO_DATA_FOUND THEN
6308: NULL;
6309: END;
6310:
6311: wms_shipping_transaction_pub.create_delivery(
6312: p_outermost_lpn_id => l_outer_lpn.lpn_id
6313: , p_trip_id => NULL
6314: , p_organization_id => p_organization_id
6315: , p_dock_door_id => p_dock_door_id