DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UOM_CLASS_CONVERSIONS

Line 984: (select 'x' from mtl_uom_class_conversions

980: where exists
981: (select 'x' from mtl_uom_conversions
982: where inventory_item_id = p_item_id)
983: or exists
984: (select 'x' from mtl_uom_class_conversions
985: where inventory_item_id = p_item_id);
986:
987: end if;
988: