DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_DETAILS_VALIDATIONS

Line 5763: wsh_details_validations.check_quantity_to_pick(

5759: -- that can be staged.
5760:
5761: -- HW OPM added l_max_quantity2 and l_avail_quantity2 to the call
5762: --
5763: wsh_details_validations.check_quantity_to_pick(
5764: p_order_line_id => l_detail_info.source_line_id,
5765: p_quantity_to_pick => p_changed_attributes(l_counter).picked_quantity,
5766: p_quantity2_to_pick => p_changed_attributes(l_counter).picked_quantity2,
5767: x_allowed_flag => l_allowed_flag,