DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UOM_CLASS_CONVERSIONS

Line 1058: (select 'x' from mtl_uom_class_conversions

1054: where exists
1055: (select 'x' from mtl_uom_conversions
1056: where inventory_item_id = p_item_id)
1057: or exists
1058: (select 'x' from mtl_uom_class_conversions
1059: where inventory_item_id = p_item_id);
1060:
1061: end if;
1062: