DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on INV_SHIPPING_TRANSACTION_PUB

Line 526: /* INV_SHIPPING_TRANSACTION_PUB.CHECK_ENTIRE_EZ_DELIVERY(

522: END;
523:
524: -- First check if the entire delivery is ready to be ship confirmed
525: -- If No means there are some Missing Item exists. Show Missing Item page
526: /* INV_SHIPPING_TRANSACTION_PUB.CHECK_ENTIRE_EZ_DELIVERY(
527: p_delivery_id => p_delivery_id,
528: x_return_Status => l_return_status,
529: x_error_msg => l_error_msg);*/
530: wms_direct_ship_pvt.CHECK_MISSING_ITEM_CUR(

Line 559: INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS

555: IF (l_debug = 1) THEN
556: debug('Call to Iwms_direct_ship_pvt.CHECK_MISSING_ITEM_CUR successful ','Check_Delivery');
557: END IF;
558: -- Check Delivery Status (Material Status
559: INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS
560: (p_delivery_id => p_delivery_id
561: ,x_return_Status => l_return_status
562: ,x_error_msg => x_error_msg);
563: IF l_return_status = fnd_api.g_ret_sts_error THEN

Line 570: debug('Call to INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS ' ||

566: /*Material Status prevents the sales order issue transaction for one
567: or more items in the delivery */
568: FND_MSG_PUB.ADD;
569: IF (l_debug = 1) THEN
570: debug('Call to INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS ' ||
571: 'returned with Status E '||P_DELIVERY_ID,'Check_Delivery');
572: END IF;
573: x_error_code := 2; -- status doesn't allow ship confirm
574: RAISE incomplete_delivery;

Line 585: debug('INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS was successful','Check_Delivery');

581: x_error_code := 2;
582: RAISE fnd_api.g_exc_unexpected_error;
583: END IF;
584: IF (l_debug = 1) THEN
585: debug('INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS was successful','Check_Delivery');
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

Line 1362: INV_SHIPPING_TRANSACTION_PUB.get_shipmethod_details

1358: IF (l_debug = 1) THEN
1359: debug('before calling Ship Confirm','Ship Confirm');
1360: END IF;
1361:
1362: INV_SHIPPING_TRANSACTION_PUB.get_shipmethod_details
1363: ( p_org_id => p_org_id
1364: ,p_delivery_id => p_delivery_id
1365: ,p_enforce_shipmethod => l_enforce_shipmethod
1366: ,p_trip_id => l_trip_id

Line 2627: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship

2623: DEBUG('Checking Ship Method Validity.', 'Close_Trip');
2624: END IF;
2625: /* Checking if the Ship Method has been entered if the enforce Ship method flag is set to Y*/
2626:
2627: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship
2628: (p_org_id => p_org_id
2629: ,x_enforce_ship => l_enforce_ship_method
2630: ,x_return_status => l_return_status
2631: ,x_msg_data => l_msg_data

Line 3196: inv_shipping_transaction_pub.inv_line_return_to_stock(

3192: DEBUG('l_relieve_rsv : ' || l_relieve_rsv, 'Unload_truck');
3193: END IF;
3194:
3195: --Return the delivery line to stock
3196: inv_shipping_transaction_pub.inv_line_return_to_stock(
3197: p_delivery_id => NULL
3198: , p_delivery_line_id => l_delivery_detail_id
3199: , p_shipped_quantity => 0
3200: , x_msg_data => x_msg_data

Line 6582: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship

6578: DEBUG('Confirm All deliveries successfully completed close_truck');
6579: debug('Get the enforce_ship_method flag','close_truck');
6580: END IF;
6581:
6582: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship
6583: (p_org_id => p_org_id
6584: ,x_enforce_ship => l_enforce_ship_method
6585: ,x_return_status => l_return_status
6586: ,x_msg_data => l_msg_data