CSO_WF_COND_TEAMS
This is an associative table that contains the teams a workflow condition is assigned.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_WF_COND_TEAMS_PK |
TEAM_ID, WORKFLOW_CONDITION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TEAM_ID | VARCHAR2 | 32 | Yes | This is the GUID for the team on the record. |
| WORKFLOW_CONDITION_ID | VARCHAR2 | 32 | Yes | This is the GUID for the workflow condition. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_WF_COND_TEAMS_U1 | Unique | TEAM_ID, WORKFLOW_CONDITION_ID |