DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DETAILS_VALIDATIONS

Line 9195: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

9191: DEBUG('p_order_line_id '|| p_order_line_id ||',org:'||p_org_id, 'Get_qty_to_pick');
9192: END IF;
9193:
9194: --Call Shipping API to ger the qty remaining to pick
9195: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
9196: p_order_line_id => p_order_line_id,
9197: p_quantity_to_pick => 0,
9198: p_quantity2_to_pick => 0,
9199: x_allowed_flag => l_allowed_flag,

Line 12716: DEBUG('Before call to WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick', 'Perform_Overship_Distribution');

12712: RAISE fnd_api.g_exc_error;
12713: END;
12714:
12715: IF (l_debug = 1) THEN
12716: DEBUG('Before call to WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick', 'Perform_Overship_Distribution');
12717: DEBUG('l_order_line_id=' || l_order_line_id, 'Perform_Overship_Distribution');
12718: END IF;
12719:
12720: -- Begin Bug 5262108

Line 12721: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

12717: DEBUG('l_order_line_id=' || l_order_line_id, 'Perform_Overship_Distribution');
12718: END IF;
12719:
12720: -- Begin Bug 5262108
12721: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
12722: p_order_line_id => l_order_line_id
12723: , p_quantity_to_pick => 0
12724: , p_quantity2_to_pick => 0
12725: , x_allowed_flag => l_allowed_flag

Line 13144: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

13140: RAISE fnd_api.g_exc_unexpected_error;
13141: END;
13142:
13143: -- Begin Bug 4908571
13144: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
13145: p_order_line_id => l_order_line_id
13146: , p_quantity_to_pick => 0
13147: , p_quantity2_to_pick => 0
13148: , x_allowed_flag => l_allowed_flag

Line 13596: wsh_details_validations.check_credit_holds(p_detail_id => l_delivery_detail_id, p_activity_type => 'PICK', p_source_code => 'OE'

13592: IF (l_debug = 1) THEN
13593: DEBUG('delivery detial id:' || l_delivery_detail_id, 'Check_Holds');
13594: END IF;
13595:
13596: wsh_details_validations.check_credit_holds(p_detail_id => l_delivery_detail_id, p_activity_type => 'PICK', p_source_code => 'OE'
13597: , x_return_status => l_return_status);
13598:
13599: IF l_return_status = fnd_api.g_ret_sts_error THEN
13600: IF (l_debug = 1) THEN