CSO_SCH_SEARCH_OVERRIDE_HI

This table stores the history of the search override list.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_SCH_SEARCH_OVERRIDE_HI_PK

RECORD_ID, ROW_START

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
ACTION NUMBER 1 Yes A value indicating the 'action' to be performed by the search override service like boost or block the document.
DOCUMENT_ID VARCHAR2 50 Yes This is a reference to document table record.
LOCALE VARCHAR2 32 This is a referenece to locale table record.
VOCABULARY_ID VARCHAR2 32 Yes This is a reference to vocabulary table record.
END_DATE TIMESTAMP This is used to represent the expiration date.
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.
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added. This is part of the primary key.
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_SEARCH_OVERRIDE_HI_PK Unique Default RECORD_ID, ROW_START