CSO_WF_COND_SITES
This is an associative table that contains the views a workflow condition is assigned.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_WF_COND_SITES_PK |
SITE_ID, WORKFLOW_CONDITION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| SITE_ID | VARCHAR2 | 32 | Yes | This is the GUID for the view in this record. |
| WORKFLOW_CONDITION_ID | VARCHAR2 | 32 | Yes | This is the GUID for the workflow condition. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_WF_COND_SITES_U1 | Unique | SITE_ID, WORKFLOW_CONDITION_ID |