CSO_CONTENT_LOCALE_REQUEST
This table contains request for content localizations.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_CONTENT_LOCALE_REQUEST_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ACTIVE_REQUEST | VARCHAR2 | 1 | Flag to determine if the request is active. | |
| 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. | |
| DATE_TRANSLATED | TIMESTAMP | This is the date that the content record was translated. | ||
| LOCALE_ID | VARCHAR2 | 32 | Yes | This is the Reference to locale table record. |
| CONTENT_ID | VARCHAR2 | 32 | Yes | This is the Reference to content table record. |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| REQUEST_MAJOR_VERSION | NUMBER | This is the major version of the base locale content record that requested the translation. | ||
| REQUEST_MINOR_VERSION | NUMBER | This is the minor version of the base locale content record that requested the translation. | ||
| TRANSLATED_MAJOR_VERSION | NUMBER | This is the major version of the translated record for the requested locale. | ||
| TRANSLATED_MINOR_VERSION | NUMBER | This is the minor version of the translated record for the requested locale. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_CONTENT_LOCALE_REQUEST | cso_content | CONTENT_ID |
| CSO_CONTENT_LOCALE_REQUEST | cso_locale | LOCALE_ID |
| cso_gsr_doc_trans_info | cso_content_locale_request | CONTENT_LOCALE_REQUEST_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_CONTENT_LOCALE_REQUEST_U1 | Unique | RECORD_ID |
| CSO_CONTENT_LOCALE_REQUEST_N1 | Non Unique | CONTENT_ID |
| CSO_CONTENT_LOCALE_REQUEST_N2 | Non Unique | LOCALE_ID |