CSO_SCH_VOCABULARY

This table stores the vocabulary list.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_SCH_VOCABULARY_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
ACTION NUMBER Yes A value indicating the 'action' to be performed by the vocabulary 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.
TYPE VARCHAR2 100 Yes This value is used to distinguish between auto complete source and vocabulary data.
LOCALE VARCHAR2 32 Yes The locale of the vocabulary for this record.
WORD VARCHAR2 255 Yes The Vocabulary or Good Word for this record.
NOTES VARCHAR2 4000 These are the notes for the config object.
SYNONYMS VARCHAR2 4000 These are the synonyms for the word.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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
CSO_SCH_VOCABULARY_N1 Non Unique Default TYPE
CSO_SCH_VOCABULARY_PK Unique Default RECORD_ID