DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on INV_CONVERT

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

265: from mtl_system_items
266: where inventory_item_id = item_id
267: and organization_id = l_master_org;
268:
269: conv_rate := inv_convert.inv_um_convert(item_id,NULL,NULL,uom_code,l_master_uom,NULL,NULL);
270:
271: if (conv_rate = -99999) then
272: conv_rate := 1;
273: end if;