UnitOfMeasureClassesinterclassConversions
Provides interclass conversion rates for items, enabling accurate measurements between different unit of measure classes in Oracle SCM.
Columns
| Name | Type | Description |
| UnitOfMeasureClassesClassId [KEY] | String | Unique identifier linking this interclass conversion entry to a specific unit of measure class. |
| InterclassConversionId [KEY] | Long | Unique identifier for the interclass conversion record. |
| InventoryItemId | Long | Unique identifier for the inventory item associated with this interclass conversion. Either this attribute or ItemNumber is required. |
| FromUOMClassId | String | Unique identifier for the originating unit of measure class in the conversion process. For a specific inventory item, interclass conversions always occur between two classes. This attribute is not required when creating new interclass conversions. |
| FromUOMCode | String | User-defined short code identifying the base unit of measure for the originating unit of measure class. This attribute is not required when creating new interclass conversions. |
| ToUOMClassId | String | Unique identifier for the target unit of measure class in the conversion process. Either this attribute or ToUOMCode is required when creating new interclass conversions. |
| ToUOMCode | String | User-defined short code identifying the base unit of measure for the target unit of measure class. Either this attribute or ToUOMClassId is required when creating new interclass conversions. |
| InterclassConversion | Decimal | Conversion rate between the FromUOMClass and the ToUOMClass for the specified inventory item. This attribute is required. |
| InterclassConversionEndDate | Date | The date when the interclass conversion is no longer valid or available. |
| ItemNumber | String | Unique alphanumeric identifier for the inventory item associated with this interclass conversion. Either this attribute or InventoryItemId is required. |
| CreatedBy | String | Username or system entity that created this interclass conversion entry. |
| CreationDate | Datetime | Timestamp indicating when this interclass conversion entry was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when this interclass conversion entry was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified this interclass conversion entry. |
| ClassCode | String | User-defined code representing the unit of measure class involved in the interclass conversion. |
| ClassId | String | Unique identifier for the unit of measure class involved in the interclass conversion. |
| Finder | String | A system-defined query or lookup used to retrieve interclass conversion records. |