MSC_UOM_CONVERSIONS

This table stores the different non-base unit of measures known conversions.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_UOM_CONVERSIONS_PK

INVENTORY_ITEM_ID, UNIT_OF_MEASURE

Columns

Name Datatype Length Precision Not-null Comments Status
SR_INSTANCE_ID NUMBER 18 Yes Source application instance identifier Obsolete
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item id
UNIT_OF_MEASURE VARCHAR2 25 Yes Primary unit of measure long name
UOM_CODE VARCHAR2 3 Yes Destination unit of measure short name
UOM_CLASS VARCHAR2 10 Yes Destination class of conversion
CONVERSION_RATE NUMBER Conversion rate from conversion unit to base unit of class
DISABLE_DATE DATE Date when the conversion is no longer valid to be used in the system (transactions, etc)
DEFAULT_CONVERSION_FLAG VARCHAR2 1 Yes Indicates whether the conversion factor applies for this particularitem, or it is defined as the standard conversion factor
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_UOM_CONVERSIONS msc_units_of_measure UNIT_OF_MEASURE

Indexes

Index Uniqueness Tablespace Columns Status
MSC_UOM_CONVERSIONS_N1 Non Unique Default INVENTORY_ITEM_ID Obsolete
MSC_UOM_CONVERSIONS_U1 Unique Default INVENTORY_ITEM_ID, UNIT_OF_MEASURE
MSC_UOM_CONVERSIONS_U2 Unique Default INVENTORY_ITEM_ID, UOM_CODE