CSO_SCH_SKIPS_HI

This table stores the history of skip lists.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_SCH_SKIPS_HI_PK

RECORD_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
ACTION NUMBER Yes A value indicating the 'action' to be performed by the skip service like case sensitive or case insensitive action.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
ENABLED NUMBER Yes A boolean flag indicating whether the object is enabled.
LOCALE VARCHAR2 32 Yes The locale of the Skip list for this record.
SKIP_WORD VARCHAR2 255 Yes The Skip Word value for this record.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.
ROW_END TIMESTAMP This is the datetime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active).

Indexes

Index Uniqueness Tablespace Columns
CSO_SCH_SKIPS_HI_PK Unique Default RECORD_ID, ROW_START