DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on WSH_DETAILS_VALIDATIONS

Line 1749: -- l_quantity_to_pick is required by 'wsh_details_validations.check_quantity_to_pick' to decide if any more

1745: log_statement(l_api_name, 'Total secondary qty allocated', l_other_sec_alloc);
1746: END IF;
1747: END IF;
1748:
1749: -- l_quantity_to_pick is required by 'wsh_details_validations.check_quantity_to_pick' to decide if any more
1750: -- allocation is allowed or not and will return value of l_allowed_flag. This is not being used currently here.
1751: l_quantity_to_pick := l_other_alloc + l_mo_quantity;
1752: IF NVL(wms_engine_pvt.g_fulfillment_base,'P') = 'S' THEN
1753: l_sec_qty_to_pick := l_other_sec_alloc + l_mo_sec_qty;

Line 1760: wsh_details_validations.check_quantity_to_pick(

1756: /* Shipping API returns the following:
1757: l_max_quantity: Maximum quantity(including order line tolerance) that can be staged (e.g. 110 - already staged)
1758: l_avail_req_qty: Minimum quantity remaining to be staged to satify the actual sales order line quantity
1759: (e.g. 100 - already staged) */
1760: wsh_details_validations.check_quantity_to_pick(
1761: p_order_line_id => p_trx_source_line_id
1762: , p_quantity_to_pick => l_quantity_to_pick
1763: , p_quantity2_to_pick => l_sec_qty_to_pick
1764: , x_allowed_flag => l_allowed_flag