MSC_FIXED_IDS
This table is used for transaction/demand id persistance for demands and supply.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USER_KEY | VARCHAR2 | 500 | Yes | This is the user key used to generate the fixed ID to be used in planning schema. | |
| PART_KEY1 | NUMBER | 18 | Yes | Source system identifier. This is used as the partition key column. | |
| USER_KEY_HASH_VALUE | NUMBER | Yes | This is the hash key for the user_key used to generate the fixed ID to be used in planning schema. | ||
| FIXED_ID | NUMBER | Yes | Unique identifier for the supply/demand record | ||
| ENTITY | VARCHAR2 | 50 | Yes | The entity name that may be monitored for fusion collection. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MSC_FIXED_IDS_N1 | Non Unique | Default | USER_KEY_HASH_VALUE | |
| MSC_FIXED_IDS_U1 | Unique | Default | FIXED_ID, ENTITY | Obsolete |
| MSC_FIXED_IDS_U2 | Unique | Default | FIXED_ID, ENTITY, PART_KEY1 |