CSO_LOCALIZED_TOKENS

The localized version of a token.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_LOCALIZED_TOKENS_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
LOCALE_ID VARCHAR2 32 Yes The locale associated with the current record.
REPLACEMENT_TEXT VARCHAR2 4000 This is the replacement text for the token.
REPLACEMENT_TEXT_NON_FORMATTED VARCHAR2 4000 This is the replacement text for the token with formatting removed.
TOKEN_ID VARCHAR2 32 Yes This is the GUID reference to the REPLACEMENTOKENS table record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
TOKEN_TYPE VARCHAR2 1 Yes This is the type of token rich text(0) or normal text field(1)

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_LOCALIZED_TOKENS cso_locale LOCALE_ID
CSO_LOCALIZED_TOKENS cso_replacement_tokens TOKEN_ID

Indexes

Index Uniqueness Columns
CSO_LOCALIZED_TOKENS_U1 Unique RECORD_ID
CSO_LOCALIZED_TOKENS_N1 Non Unique LOCALE_ID
CSO_LOCALIZED_TOKENS_N2 Non Unique TOKEN_ID