EGO_WORKFLOW_STATUS_CONTROLS

ego_workflow_status_controls table stores the workflow control values for each of the statuses of the change order types

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

EGO_WORKFLOW_STATUS_CONTR_PK

WORKFLOW_CONTROL_ID

Columns

Name Datatype Length Precision Not-null Comments
WORKFLOW_CONTROL_ID NUMBER 18 Yes Primary key for the the table ego_workflow_status_controls
CHANGE_LIFECYCLE_STATUS_ID NUMBER 18 Yes Foreign key to the ego_lifecycle_statuses table
ACTION VARCHAR2 30 Yes Stores the action names for the selecetd workflow status.
CREATOR_ACTION VARCHAR2 30 Stores the creator value for each action.
REQUESTOR_ACTION VARCHAR2 30 Stores the Requestor value for each action
ANALYST_ACTION VARCHAR2 30 Stores the analyst value for each action.
CONTRIBUTOR_ACTION VARCHAR2 30 Stores the contributor value for each action.
APPROVER_ACTION VARCHAR2 30 Stores the approver value for each action.
PORTAL_USER_ACTION VARCHAR2 30 Stores the portal user value for each action.
RESCHEDULER_ACTION VARCHAR2 30 Stores the rescheduler value for each action.
DYNAMIC_ROLE1_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role1 action column.
DYNAMIC_ROLE2_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role2 action column.
DYNAMIC_ROLE3_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role3 action column.
DYNAMIC_ROLE4_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role4 action column.
DYNAMIC_ROLE5_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role5 action column.
DYNAMIC_ROLE6_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role6 action column.
DYNAMIC_ROLE7_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role7 action column.
DYNAMIC_ROLE8_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role8 action column.
DYNAMIC_ROLE9_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role9 action column.
DYNAMIC_ROLE10_ACTION VARCHAR2 30 Stores the additional control value for each action of the role mapped to dynamic role10 action column.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
EGO_WORKFLOW_STATUS_CONTR_PK Unique Default WORKFLOW_CONTROL_ID, ORA_SEED_SET1
EGO_WORKFLOW_STATUS_CONTR_PK1 Unique Default WORKFLOW_CONTROL_ID, ORA_SEED_SET2
EGO_WORKFLOW_STATUS_CTRLS_U1 Unique Default CHANGE_LIFECYCLE_STATUS_ID, ACTION, ORA_SEED_SET1
EGO_WORKFLOW_STATUS_CTRLS_U11 Unique Default CHANGE_LIFECYCLE_STATUS_ID, ACTION, ORA_SEED_SET2