DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on INV_SHIPPING_TRANSACTION_PUB

Line 609: /* INV_SHIPPING_TRANSACTION_PUB.CHECK_ENTIRE_EZ_DELIVERY(

605: END;
606:
607: -- First check if the entire delivery is ready to be ship confirmed
608: -- If No means there are some Missing Item exists. Show Missing Item page
609: /* INV_SHIPPING_TRANSACTION_PUB.CHECK_ENTIRE_EZ_DELIVERY(
610: p_delivery_id => p_delivery_id,
611: x_return_Status => l_return_status,
612: x_error_msg => l_error_msg);*/
613: wms_direct_ship_pvt.CHECK_MISSING_ITEM_CUR(

Line 642: INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS

638: IF (l_debug = 1) THEN
639: debug('Call to Iwms_direct_ship_pvt.CHECK_MISSING_ITEM_CUR successful ','Check_Delivery');
640: END IF;
641: -- Check Delivery Status (Material Status
642: INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS
643: (p_delivery_id => p_delivery_id
644: ,x_return_Status => l_return_status
645: ,x_error_msg => x_error_msg);
646: IF l_return_status = fnd_api.g_ret_sts_error THEN

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

649: /*Material Status prevents the sales order issue transaction for one
650: or more items in the delivery */
651: FND_MSG_PUB.ADD;
652: IF (l_debug = 1) THEN
653: debug('Call to INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS ' ||
654: 'returned with Status E '||P_DELIVERY_ID,'Check_Delivery');
655: END IF;
656: x_error_code := 2; -- status doesn't allow ship confirm
657: RAISE incomplete_delivery;

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

664: x_error_code := 2;
665: RAISE fnd_api.g_exc_unexpected_error;
666: END IF;
667: IF (l_debug = 1) THEN
668: debug('INV_SHIPPING_TRANSACTION_PUB.CHECK_DELIVERY_STATUS was successful','Check_Delivery');
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

Line 1446: INV_SHIPPING_TRANSACTION_PUB.get_shipmethod_details

1442: IF (l_debug = 1) THEN
1443: debug('before calling Ship Confirm','Ship Confirm');
1444: END IF;
1445:
1446: INV_SHIPPING_TRANSACTION_PUB.get_shipmethod_details
1447: ( p_org_id => p_org_id
1448: ,p_delivery_id => p_delivery_id
1449: ,p_enforce_shipmethod => l_enforce_shipmethod
1450: ,p_trip_id => l_trip_id

Line 2729: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship

2725: DEBUG('Checking Ship Method Validity.', 'Close_Trip');
2726: END IF;
2727: /* Checking if the Ship Method has been entered if the enforce Ship method flag is set to Y*/
2728:
2729: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship
2730: (p_org_id => p_org_id
2731: ,x_enforce_ship => l_enforce_ship_method
2732: ,x_return_status => l_return_status
2733: ,x_msg_data => l_msg_data

Line 3373: inv_shipping_transaction_pub.inv_line_return_to_stock(

3369: END IF;
3370:
3371: --Return the delivery line to stock
3372: IF l_dual_uom_item THEN
3373: inv_shipping_transaction_pub.inv_line_return_to_stock(
3374: p_delivery_id => NULL
3375: , p_delivery_line_id => l_delivery_detail_id
3376: , p_shipped_quantity => 0
3377: , p_sec_shipped_quantity => 0

Line 3385: inv_shipping_transaction_pub.inv_line_return_to_stock(

3381: , p_commit_flag => fnd_api.g_false
3382: ,p_relieve_rsv => l_relieve_rsv /*added 3396821*/
3383: );
3384: ELSE
3385: inv_shipping_transaction_pub.inv_line_return_to_stock(
3386: p_delivery_id => NULL
3387: , p_delivery_line_id => l_delivery_detail_id
3388: , p_shipped_quantity => 0
3389: , x_msg_data => x_msg_data

Line 7689: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship

7685: DEBUG('Confirm All deliveries successfully completed close_truck');
7686: debug('Get the enforce_ship_method flag','close_truck');
7687: END IF;
7688:
7689: INV_SHIPPING_TRANSACTION_PUB.get_enforce_ship
7690: (p_org_id => p_org_id
7691: ,x_enforce_ship => l_enforce_ship_method
7692: ,x_return_status => l_return_status
7693: ,x_msg_data => l_msg_data