KWFL_WORKFLOW_STEP_SECURITY

This is a cross table between the KWFL_WORKFLOW_STEPS and KNTA_SECURITY_GROUPS or KNTA_USERS tables. Different types of security can be linked to a workflow step. For example: An individual user can be linked as security or an security group can be linked as security. A standard seeded ppm token or a user defined token can also be linked as security.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_SECURITY_GROUPS_NLS

SECURITY_GROUP_ID

SECURITY_GROUP_ID

KNTA_USERS

USER_ID

USER_ID

KWFL_WORKFLOW_STEPS_NLS

WORKFLOW_STEP_ID

WORKFLOW_STEP_ID

Column Descriptions

Column Name

Null?

Data Type

Description

WORKFLOW_STEP_SECURITY_ID

NOT NULL

NUMBER

System-generated identifier

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

WORKFLOW_STEP_ID

NOT NULL

NUMBER

Workflow step ID

SECURITY_TYPE_CODE

NOT NULL

VARCHAR2(30)

Code of the type of security linked to this step

SECURITY_GROUP_ID

NULLABLE

NUMBER

Security group ID of the security group linked as security to this step

USER_ID

NULLABLE

NUMBER

User ID of the user linked as security to this step

TOKEN

NULLABLE

VARCHAR2(1000)

Token linked as security to this step, this token resolves to one of these four values: 'Username', 'User Id','Security Group Name','Security Group Id'

TOKEN_TYPE_CODE

NULLABLE

VARCHAR2(30)

Either 'STANDARD' if token linked is a standard kintana token or 'USER_DEFINED' if the token linked is user defined

SOURCE_TYPE_CODE

NULLABLE

VARCHAR2(30)

For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on)

SOURCE

NULLABLE

VARCHAR2(100)

For records that have been updated by an interface or migrator, provides additional information about the source of the external update

SOURCE_WORKFLOW_STEP_ID

NULLABLE

NUMBER

the workflow step source this record is associated with

EXCLUDE_FLAG

NOT NULL

VARCHAR2(1)

used to persist a setting that has been disabled

Indexes

Index Name

Index Type

Sequence

Column Name

KWFL_WORKFLOW_STEP_SECURITY_N1

NONUNIQUE

1

SECURITY_GROUP_ID

KWFL_WORKFLOW_STEP_SECURITY_N1

NONUNIQUE

2

WORKFLOW_STEP_ID

KWFL_WORKFLOW_STEP_SECURITY_N2

NONUNIQUE

1

WORKFLOW_STEP_ID

KWFL_WORKFLOW_STEP_SECURITY_N2

NONUNIQUE

2

SECURITY_GROUP_ID

KWFL_WORKFLOW_STEP_SECURITY_N3

NONUNIQUE

1

USER_ID

KWFL_WORKFLOW_STEP_SECURITY_U1

UNIQUE

1

WORKFLOW_STEP_SECURITY_ID

Sequences

Sequence Name

Sequence Type

KWFL_WORKFLOW_STEP_SECURITY_S

WORKFLOW_STEP_SECURITY_ID