CSO_C_BATCH_LOCALE_OWNER
This table associates a contentbatch with a Locale.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_C_BATCH_LOCALE_OWNER_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. | |
| OWNER_ID | VARCHAR2 | 32 | This is the obsolete Owner id of the content owner for the localeId. | ||
| LOCALE_ID | VARCHAR2 | 32 | Yes | This is the Reference to the locale table. | |
| BATCH_REQUEST_ID | VARCHAR2 | 32 | Yes | This is the Reference to the ContentBatchRequest table. | |
| DATE_ADDED | TIMESTAMP | Yes | This is the datetime that the record was added. | ||
| DATE_MODIFIED | TIMESTAMP | Yes | This is the datetime that the record was modified. | ||
| OWNER_PARTY_ID | NUMBER | 18 | This is the Owner id of the content owner for the localeId. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_C_BATCH_LOCALE_OWNER | cso_locale | LOCALE_ID |
| CSO_C_BATCH_LOCALE_OWNER | cso_c_batch_request | BATCH_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_C_BATCH_LOCALE_OWNER_N1 | Non Unique | Default | LOCALE_ID |
| CSO_C_BATCH_LOCALE_OWNER_N2 | Non Unique | Default | OWNER_PARTY_ID |
| CSO_C_BATCH_LOCALE_OWNER_N3 | Non Unique | Default | BATCH_REQUEST_ID |
| CSO_C_BATCH_LOCALE_OWNER_U1 | Unique | Default | RECORD_ID |