CSO_ROLE_WORKFLOW

This table associates a Security role with a workflow step.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_ROLE_WORKFLOW_PK

ROLE_ID, WORKFLOW_STEP_ID

Columns

Name Datatype Length Not-null Comments
ROLE_ID VARCHAR2 32 Yes This is the GUID reference to securityrole.
WORKFLOW_STEP_ID VARCHAR2 32 Yes This is the GUID reference to workflowstep record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_ROLE_WORKFLOW cso_role ROLE_ID
CSO_ROLE_WORKFLOW cso_workflow_step WORKFLOW_STEP_ID

Indexes

Index Uniqueness Columns
CSO_ROLE_WORKFLOW_U1 Unique ROLE_ID, WORKFLOW_STEP_ID
CSO_ROLE_WORKFLOW_N2 Non Unique WORKFLOW_STEP_ID