MSC_UNITS_OF_MEASURE
commnet:ods table units of measure
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_UNITS_OF_MEASURE_PK |
UNIT_OF_MEASURE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| UNIT_OF_MEASURE | VARCHAR2 | 25 | Yes | Unit of Measure collected from source system. | ||
| SR_INSTANCE_ID | NUMBER | 18 | Yes | Identifier of the source system from where the data is collected. | Obsolete | |
| UOM_CODE | VARCHAR2 | 3 | Yes | Unit of measure code collected from source system. | ||
| UOM_CLASS | VARCHAR2 | 10 | Yes | Unit of measure class collected from the source system. | ||
| BASE_UOM_FLAG | VARCHAR2 | 1 | Yes | Indicates whether this is the base uom | ||
| DISABLE_DATE | DATE | Effective end date of the Units of measure. | ||||
| DESCRIPTION | VARCHAR2 | 50 | Description of the unit of measure | |||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | ||||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| msc_uom_conversions | msc_units_of_measure | UNIT_OF_MEASURE |
| msc_uom_class_conversions | msc_units_of_measure | FROM_UNIT_OF_MEASURE |
| msc_uom_class_conversions | msc_units_of_measure | TO_UNIT_OF_MEASURE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_UNITS_OF_MEASURE_N1 | Non Unique | Default | BASE_UOM_FLAG |
| MSC_UNITS_OF_MEASURE_U1 | Unique | Default | UNIT_OF_MEASURE |
| MSC_UNITS_OF_MEASURE_U2 | Unique | Default | UOM_CODE |