MSC_HVGOP_DIAGNOSTICS

This table contains the diagnostic information of GOP service call.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_HVGOP_DIAGNOSTICS_PK

DIAGNOSTICS_KEY

Columns

Name Datatype Length Not-null Comments
DIAGNOSTICS_KEY VARCHAR2 128 Yes Unique diagnostic identifier captured for a GOP service call.
ORDER_KEY VARCHAR2 400 Yes This column stores the fulfillment line identifier or split line identifier.
REQUEST_TYPE VARCHAR2 64 Yes This column stores the request type that triggers GOP to execute in diagnostics mode.
DIAGNOSTICS_DETAILS CLOB Yes This column stores the diagnostic information for a GOP service call.
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_DIAGNOSTICS_N1 Non Unique FUSION_TS_TX_DATA CREATION_DATE
MSC_HVGOP_DIAGNOSTICS_U1 Unique FUSION_TS_TX_DATA DIAGNOSTICS_KEY
MSC_HVGOP_DIAGNOSTICS_U2 Unique FUSION_TS_TX_DATA ORDER_KEY, REQUEST_TYPE