CSO_WF_COND_LOCALES
This table contains the locales for triggering a conditional workflow.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_WF_COND_LOCALES_PK |
LOCALE_ID, WORKFLOW_CONDITION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| LOCALE_ID | VARCHAR2 | 32 | Yes | This is the Reference to Locale table. |
| WORKFLOW_CONDITION_ID | VARCHAR2 | 32 | Yes | This is the GUID to the workflow step condition. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_WF_COND_LOCALES | cso_locale | LOCALE_ID |
| CSO_WF_COND_LOCALES | cso_workflow_condition | WORKFLOW_CONDITION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_WF_COND_LOCALES_U1 | Unique | LOCALE_ID, WORKFLOW_CONDITION_ID |
| CSO_WF_COND_LOCALES_N1 | Non Unique | WORKFLOW_CONDITION_ID |