DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WMS_SHIPPING_TRANSACTION_PUB

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

669: END IF;
670: -- Check for Ship Set
671: -- x_return_status (l_return_status = 'C' then Shipset was Null,
672: -- 'E' means Shipset Validation failed. 'U' means Unexpected Error
673: WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK( p_trip_id => null,
674: p_dock_door_id => p_dock_door_id,
675: p_organization_id => p_org_id,
676: x_ship_set => l_ship_set,
677: x_return_Status => l_return_status,

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

678: x_error_msg => l_error_msg,
679: p_direct_ship_flag => 'Y' );
680: IF l_return_status = fnd_api.g_ret_sts_error THEN
681: IF (l_debug = 1) THEN
682: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status' ||
683: ' E- shipset '||l_ship_set,'Check_Delivery');
684: END IF;
685: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
686: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);

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

691: FND_MESSAGE.SET_TOKEN('DELIVERY_NAME', l_del_name);
692: /*Ship set validation for the delivery has failed*/
693: FND_MSG_PUB.ADD;
694: IF (l_debug = 1) THEN
695: debug('WMS_SHIPPING_TRANSACTION_PUB.ship_set_check returned with status U','Check_Delivery');
696: END IF;
697: RAISE fnd_api.g_exc_unexpected_error;
698: END IF;
699: IF (l_debug = 1) THEN

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

696: END IF;
697: RAISE fnd_api.g_exc_unexpected_error;
698: END IF;
699: IF (l_debug = 1) THEN
700: debug('Call to WMS_SHIPPING_TRANSACTION_PUB.SHIP_SET_CHECK was successful ','Check_Delivery');
701: END IF;
702: -- Check if delivery has some delivery_details (LPNs) loaded on different dock door
703: OPEN lpn_in_other_dock(p_delivery_id);
704: FETCH lpn_in_other_dock INTO l_loaded_dock_door,x_outermost_lpn;

Line 1481: wms_shipping_transaction_pub.g_allow_ship_set_break := l_allow_ship_set_break;

1477: --not fail in Shipping's API.
1478: wms_globals.g_ship_confirm_method := 'DIRECT';
1479:
1480: -- code added for bug#8596010
1481: wms_shipping_transaction_pub.g_allow_ship_set_break := l_allow_ship_set_break;
1482:
1483: IF l_debug = 1 THEN
1484:
1485: debug('l_allow_ship_set_break: ' || l_allow_ship_set_break,'Ship Confirm');

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

2926: l_delivery_details_tab(l_del_index) := l_delivery_id;
2927: l_del_index := l_del_index + 1;
2928: END LOOP;
2929:
2930: wms_shipping_transaction_pub.print_label(l_delivery_details_tab, l_return_status);
2931:
2932: IF x_return_status <>(fnd_api.g_ret_sts_success) THEN
2933: fnd_message.set_name('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL');
2934:

Line 7377: wms_shipping_transaction_pub.populate_wstt(

7373: IF (l_debug = 1) THEN
7374: DEBUG('populate_wstt ', 'stage_lpns');
7375: END IF;
7376:
7377: wms_shipping_transaction_pub.populate_wstt(
7378: x_return => l_return
7379: , x_msg_code => x_msg_data
7380: , p_organization_id => p_organization_id
7381: , p_lpn_id => l_outer_lpn.lpn_id

Line 7418: wms_shipping_transaction_pub.create_delivery(

7414: WHEN NO_DATA_FOUND THEN
7415: NULL;
7416: END;
7417:
7418: wms_shipping_transaction_pub.create_delivery(
7419: p_outermost_lpn_id => l_outer_lpn.lpn_id
7420: , p_trip_id => NULL
7421: , p_organization_id => p_organization_id
7422: , p_dock_door_id => p_dock_door_id