DBA Data[Home] [Help]

APPS.INV_LOT_APIS dependencies on INV_CONVERT

Line 1462: l_primary_quantity := inv_convert.inv_um_convert(

1458: END IF;
1459: CLOSE c_lot_uom_conv ;
1460:
1461: IF l_primary_quantity IS NULL THEN
1462: l_primary_quantity := inv_convert.inv_um_convert(
1463: item_id => p_inventory_item_id
1464: , ORGANIZATION_ID => P_ORG_ID
1465: , LOT_NUMBER => P_LOT_NUMBER
1466: , PRECISION => 5

Line 1542: l_primary_quantity := inv_convert.inv_um_convert(

1538: END IF;
1539: CLOSE c_lot_uom_conv ;
1540:
1541: IF l_primary_quantity IS NULL THEN
1542: l_primary_quantity := inv_convert.inv_um_convert(
1543: item_id => p_inventory_item_id
1544: , ORGANIZATION_ID => P_ORG_ID
1545: , LOT_NUMBER => P_LOT_NUMBER
1546: , PRECISION => 5

Line 1560: l_sec_qty := inv_convert.inv_um_convert(

1556: -- Spr_Debug('7.1: '||l_primary_quantity);
1557: -- Spr_Debug('7.2: '||l_secondary_uom_code);
1558: -- checking for item's UOM conversion rate
1559:
1560: l_sec_qty := inv_convert.inv_um_convert(
1561: item_id => p_inventory_item_id
1562: , ORGANIZATION_ID => P_ORG_ID
1563: , LOT_NUMBER => P_LOT_NUMBER
1564: , PRECISION => 5