DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DETAILS_VALIDATIONS

Line 8091: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

8087: DEBUG('p_order_line_id '|| p_order_line_id ||',org:'||p_org_id, 'Get_qty_to_pick');
8088: END IF;
8089:
8090: --Call Shipping API to ger the qty remaining to pick
8091: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
8092: p_order_line_id =>p_order_line_id,
8093: p_quantity_to_pick => 0,
8094: x_allowed_flag => l_allowed_flag,
8095: x_max_quantity_allowed => l_max_quantity_allowed,

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

10886: l_minmaxinrectype.source_code := 'OE';
10887: l_minmaxinrectype.line_id := l_order_line_id; */
10888:
10889: IF (l_debug = 1) THEN
10890: DEBUG('Before call to WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick', 'Perform_Overship_Distribution');
10891: DEBUG('l_order_line_id=' || l_order_line_id, 'Perform_Overship_Distribution');
10892: END IF;
10893:
10894: /* Commented for bug 5262108

Line 10906: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

10902: ); */
10903:
10904:
10905: --Begin Bug 5262108
10906: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
10907: p_order_line_id => l_order_line_id,
10908: p_quantity_to_pick => 0,
10909: x_allowed_flag => l_allowed_flag,
10910: x_max_quantity_allowed => l_max_quantity_allowed,

Line 11231: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(

11227: , x_msg_data => l_msg_data
11228: );
11229: */
11230: --Begin Bug 4908571
11231: WSH_DETAILS_VALIDATIONS.Check_Quantity_To_Pick(
11232: p_order_line_id => l_order_line_id,
11233: p_quantity_to_pick => 0,
11234: x_allowed_flag => l_allowed_flag,
11235: x_max_quantity_allowed => l_max_quantity_allowed,

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

11603: IF (l_debug = 1) THEN
11604: DEBUG('delivery detial id:' || l_delivery_detail_id, 'Check_Holds');
11605: END IF;
11606:
11607: wsh_details_validations.check_credit_holds(p_detail_id => l_delivery_detail_id, p_activity_type => 'PICK', p_source_code => 'OE'
11608: , x_return_status => l_return_status);
11609:
11610: IF l_return_status = fnd_api.g_ret_sts_error THEN
11611: IF (l_debug = 1) THEN