DBA Data[Home] [Help]

APPS.CUG_WF_EMAIL_UTIL dependencies on MTL_UOM_CONVERSIONS

Line 645: from mtl_uom_conversions

641:
642: -- get the Conversion rate for the given UOM Type
643: select conversion_rate
644: into lv_conversion_rate
645: from mtl_uom_conversions
646: where uom_class='Time'
647: and inventory_item_id=0
648: and upper(unit_of_measure)=upper(lv_uom_type);
649: