CSO_WF_COND_USER_GRPS

This table contains the user groups for triggering a conditional workflow.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_WF_COND_USER_GRPS_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_USER_GRPS cso_tag TAG_ID
CSO_WF_COND_USER_GRPS cso_workflow_condition WORKFLOW_CONDITION_ID

Indexes

Index Uniqueness Columns
CSO_WF_COND_USER_GRPS_U1 Unique TAG_ID, WORKFLOW_CONDITION_ID
CSO_WF_COND_USER_GRPS_N1 Non Unique WORKFLOW_CONDITION_ID