MSC_HVGOP_REPLAY_HEADER

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_HEADER_PK

REPLAY_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
REQUEST_CALLER VARCHAR2 256 Identifies the caller of the request for the order promising replay framework
REQUEST_TYPE VARCHAR2 64 Yes Pre-defined values to indicate the request type for gop replay framework project
REQUEST_PAYLOAD CLOB Promising Request Payload xml format of data value for gop replay framework project
REQUEST_RESULT CLOB Promising Request Result xml format The field is null if no result generated for gop replay framework
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.
ECID VARCHAR2 80 This fields holds Execution Context ID for which the replay data are recorded. Helps to correlate the logs while debugging.

Indexes

Index Uniqueness Tablespace Columns
MSC_HVGOP_REPLAY_HEADER_U1 Unique Default REPLAY_KEY