DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_DETAILS_VALIDATIONS

Line 6330: wsh_details_validations.check_quantity_to_pick(

6326: (l_fulfillment_base = 'S' and l_detail_info.requested_quantity2 < p_changed_attributes(l_counter).picked_quantity2)) THEN --{
6327:
6328: -- We call check_quantity_to_pick to get the available requested quantity
6329: -- that can be staged.
6330: wsh_details_validations.check_quantity_to_pick(
6331: p_order_line_id => l_detail_info.source_line_id,
6332: p_quantity_to_pick => p_changed_attributes(l_counter).picked_quantity,
6333: p_quantity2_to_pick => p_changed_attributes(l_counter).picked_quantity2,
6334: x_allowed_flag => l_allowed_flag,