CSO_TRANSLATION_REQ_LOCALE
This is an associative table that contains the locales to request a translation for, once a content record reaches a major version.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_TRANSLATION_REQ_LOCALE_PK |
CHANNEL_ID, LOCALE_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| CHANNEL_ID | VARCHAR2 | 32 | Yes | This is the GUID for the ContentChannel. |
| LOCALE_ID | VARCHAR2 | 32 | Yes | This is the Reference to locale Table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_TRANSLATION_REQ_LOCALE | cso_locale | LOCALE_ID |
| CSO_TRANSLATION_REQ_LOCALE | cso_channel | CHANNEL_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_TRANSLATION_REQ_LOCALE_U1 | Unique | CHANNEL_ID, LOCALE_ID |
| CSO_TRANSLATION_REQ_LOCALE_N1 | Non Unique | LOCALE_ID |