MSC_KEYS
This table stores and retrive the sequence values used for the id columns based on the unique key values specific to each entity.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_KEYS_PK |
ATTRIBUTE_NAME, DELIM_UNIQUE_KEY |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
FIXED_ID | NUMBER | 18 | Yes | Unique identifier for the supply/demand record | ||
ATTRIBUTE_NAME | VARCHAR2 | 32 | Yes | Attribute for which ID value is generated. | ||
DELIM_UNIQUE_KEY | VARCHAR2 | 1024 | Yes | Deliiter seperated unqiue key values. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |||
SEQUENCE_ID | NUMBER | Sequence identifier for the key preservation on planning side. | Obsolete |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSC_KEYS_U1 | Unique | Default | FIXED_ID, ATTRIBUTE_NAME | Obsolete |
MSC_KEYS_U2 | Unique | Default | ATTRIBUTE_NAME, DELIM_UNIQUE_KEY |