CSO_SCH_CORR_LINE_HI

This table stores the history of key-value pairs of spellcheck corrections.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_CORR_LINE_HI_PK

RECORD_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
ACTION NUMBER Yes A value indicating whether this spellcheck correction is case sensitive: 65 for case sensitive action and 97 for case insensitive action.
CORRECTION VARCHAR2 255 Yes This is the correct spelling for this record.
CORRECTIONS_ORDER NUMBER The order of this spellcheck correction in the spellcheck list it belongs to
MISSPELLING VARCHAR2 255 Yes This is the spelling to be corrected.
RECORD_ID VARCHAR2 32 Yes Record ID, forming compound primary key with ROW_START
ROW_END TIMESTAMP This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active)
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.
SPELL_CORR_ID VARCHAR2 32 Yes This is the Spellcheck correction Id.

Indexes

Index Uniqueness Columns
CSO_SCH_CORR_LINE_HI_U1 Unique RECORD_ID, ROW_START