MSC_HVGOP_REPLAY_DATA
Table data used to store all inventory keys.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_REPLAY_DATA_PK |
REPLAY_KEY, DATA_OWNER, DATA_TYPE, DATA_KEY |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
REPLAY_KEY | VARCHAR2 | 128 | Yes | Identifier of the Replay Dataset and the promising request to be replayed |
DATA_OWNER | VARCHAR2 | 256 | Yes | Unique identifier of the fulfillment line or fulfillment line set that owns the data |
DATA_TYPE | VARCHAR2 | 32 | Yes | Identifier of the data type for gop replay framework project |
DATA_KEY | VARCHAR2 | 300 | Yes | Unique identifier of data value for gop replay framework project |
DATA | CLOB | Each data row contains data values separated by comma similar to csv format Each individual data value contains one or more entries separated by semicolon If a data value entry contains several components they are separated by ampersand | ||
LATEST_UPDATE | TIMESTAMP | Yes | Last update date of the inventory | |
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 |
---|---|---|---|
MSC_HVGOP_REPLAY_DATA_U1 | Unique | Default | REPLAY_KEY, DATA_OWNER, DATA_TYPE, DATA_KEY |