DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on INV_CONVERT

Line 3429: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(

3425: print_debug('CREATE_RETURN_RESV:Quantity that was reserved so far: ' || l_quantity_reserved);
3426: END IF;
3427: IF (l_lot_control_code = 1) THEN
3428: IF l_uom_code <> l_item_primary_uom THEN
3429: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(
3430: item_id => p_item_id,
3431: precision => null,
3432: from_quantity => p_reservation_qty,
3433: from_unit => l_uom_code,

Line 3502: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(

3498:
3499: IF (l_lot_control_code = 1) THEN
3500: --Convert the quantity into the primary UOM code of the item
3501: IF l_uom_code <> l_item_primary_uom THEN
3502: l_primary_res_qty := INV_CONVERT.INV_UM_CONVERT(
3503: item_id => p_item_id,
3504: precision => null,
3505: from_quantity => p_reservation_qty,
3506: from_unit => l_uom_code,