DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on WSH_DETAILS_VALIDATIONS

Line 1860: wsh_details_validations.check_quantity_to_pick(

1856: AND transaction_action_id = 28
1857: AND trx_source_line_id = l_txn_source_line_id;
1858:
1859: l_allocation_quantity := l_allocation_quantity + p_quantity;
1860: wsh_details_validations.check_quantity_to_pick(
1861: p_order_line_id => l_txn_source_line_id
1862: , p_quantity_to_pick => l_allocation_quantity
1863: , x_allowed_flag => l_allowed
1864: , x_max_quantity_allowed => l_max_quantity