DBA Data[Home] [Help]

APPS.INV_LOT_APIS dependencies on INV_CONVERT

Line 1468: l_primary_quantity := inv_convert.inv_um_convert(

1464: END IF;
1465: CLOSE c_lot_uom_conv ;
1466:
1467: IF l_primary_quantity IS NULL THEN
1468: l_primary_quantity := inv_convert.inv_um_convert(
1469: item_id => p_inventory_item_id
1470: , ORGANIZATION_ID => P_ORG_ID
1471: , LOT_NUMBER => P_LOT_NUMBER
1472: , PRECISION => 5

Line 1548: l_primary_quantity := inv_convert.inv_um_convert(

1544: END IF;
1545: CLOSE c_lot_uom_conv ;
1546:
1547: IF l_primary_quantity IS NULL THEN
1548: l_primary_quantity := inv_convert.inv_um_convert(
1549: item_id => p_inventory_item_id
1550: , ORGANIZATION_ID => P_ORG_ID
1551: , LOT_NUMBER => P_LOT_NUMBER
1552: , PRECISION => 5

Line 1566: l_sec_qty := inv_convert.inv_um_convert(

1562: -- Spr_Debug('7.1: '||l_primary_quantity);
1563: -- Spr_Debug('7.2: '||l_secondary_uom_code);
1564: -- checking for item's UOM conversion rate
1565:
1566: l_sec_qty := inv_convert.inv_um_convert(
1567: item_id => p_inventory_item_id
1568: , ORGANIZATION_ID => P_ORG_ID
1569: , LOT_NUMBER => P_LOT_NUMBER
1570: , PRECISION => 5