DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on INV_CONVERT

Line 245: conv_rate := inv_convert.inv_um_convert(item_id,NULL,NULL,uom_code,l_master_uom,NULL,NULL);

241: from mtl_system_items
242: where inventory_item_id = item_id
243: and organization_id = l_master_org;
244:
245: conv_rate := inv_convert.inv_um_convert(item_id,NULL,NULL,uom_code,l_master_uom,NULL,NULL);
246:
247: if (conv_rate = -99999) then
248: conv_rate := 1;
249: end if;