CSO_WF_COND_CATEGORIES
This table contains the categories for triggering a conditional workflow.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_WF_COND_CATEGORIES_PK |
TAG_ID, WORKFLOW_CONDITION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TAG_ID | VARCHAR2 | 32 | Yes | This is the Reference to Tag table, containing either a category or user group. |
| 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_CATEGORIES | cso_tag | TAG_ID |
| CSO_WF_COND_CATEGORIES | cso_workflow_condition | WORKFLOW_CONDITION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_WF_COND_CATEGORIES_U1 | Unique | TAG_ID, WORKFLOW_CONDITION_ID |
| CSO_WF_COND_CATEGORIES_N1 | Non Unique | WORKFLOW_CONDITION_ID |