DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on INV_CONVERT

Line 4341: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(

4337: print_debug('CREATE_RETURN_RESV:Quantity that was reserved so far: ' || l_quantity_reserved);
4338: END IF;
4339: IF (l_lot_control_code = 1) THEN
4340: IF l_uom_code <> l_item_primary_uom THEN
4341: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(
4342: item_id => p_item_id,
4343: precision => null,
4344: from_quantity => p_reservation_qty,
4345: from_unit => l_uom_code,

Line 4414: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(

4410:
4411: IF (l_lot_control_code = 1) THEN
4412: --Convert the quantity into the primary UOM code of the item
4413: IF l_uom_code <> l_item_primary_uom THEN
4414: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(
4415: item_id => p_item_id,
4416: precision => null,
4417: from_quantity => p_reservation_qty,
4418: from_unit => l_uom_code,