CSO_DB_LOCALE

This is an associative table that contains the locales that are assigned to the discussion board.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_LOCALE_PK

DISCUSSION_ID, LOCALE_ID

Columns

Name Datatype Length Not-null Comments
DISCUSSION_ID VARCHAR2 32 Yes This is the Reference to discussionboard table record.
LOCALE_ID VARCHAR2 32 Yes This is the GUID for the locale table record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_LOCALE cso_locale LOCALE_ID
CSO_DB_LOCALE cso_discussion_board DISCUSSION_ID

Indexes

Index Uniqueness Columns
CSO_DB_LOCALE_U1 Unique DISCUSSION_ID, LOCALE_ID
CSO_DB_LOCALE_N1 Non Unique LOCALE_ID