EGO_LIFECYCLE_STATUSES

Stores information about Lifecycle Statuses

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

EGO_LIFECYCLE_STATUSES_PK

CHANGE_LIFECYCLE_STATUS_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_LIFECYCLE_STATUS_ID NUMBER 18 Yes Change lifecycle status internal id
ENTRY_CRITERIA_RULE_SET_NAME VARCHAR2 30 Entry criteria required to be met while entering in to the status represented in thie row.
EXIT_CRITERIA_RULE_SET_NAME VARCHAR2 30 Exit criteria which needs to be met before moving out of the status represented by this row.
SKIP_REQUEST_COMMENT VARCHAR2 1 Flag that indicates that this workflow status has to be skipped or not.This is copied from Change Type
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.
ENTITY_NAME VARCHAR2 30 Yes Identifier determining name of the entity(EGO_CHANGE or EGO_CHANGE_TYPE) based on the entity
ENTITY_ID1 NUMBER 18 Identier used to determine primary key of the entity. This holds either change_id of the change object or change_type_id of the change object type depending on the entity.
ENTITY_ID2 NUMBER 18 Used to refer any other identifier from other tables
ENTITY_ID3 NUMBER 18 Used to refer any other identifier from other tables
ENTITY_ID4 NUMBER 18 Used to refer any other identifier from other tables
ENTITY_ID5 NUMBER 18 Used to refer any other identifier from other tables
SEQUENCE_NUMBER NUMBER Sequence number of the lifecycle status
STATUS_CODE NUMBER 18 Identifier determining the status code to which this lifecycle status belongs
START_DATE TIMESTAMP Identifier determining the date and time on which this lifecycle status is started
COMPLETION_DATE TIMESTAMP Identifier determining the date and time on which this lifecycle status is completed
WF_PROCESS_INSTANCE_ID NUMBER 18 Change workflow BPEL instance id
AUTO_PROMOTE_STATUS NUMBER 18 Flag to indicate if the status should be automatically promoted to the next status
AUTO_DEMOTE_STATUS NUMBER 18 Flag to indicate if the status should be automatically demoted to the next status
WORKFLOW_STATUS VARCHAR2 30 Status of the workflow i.e EGO_NOT_STARTED,EGO_WF_REQUESTED,EGO_IN_PROGRESS,EGO_COMPLETED,EGO_ABORTED,EGO_WF_AUTOCOMPLETE
CHANGE_EDITABLE_FLAG VARCHAR2 1 Flag to identify if the change object is editable in this lifecycle status
ACTIVE_FLAG VARCHAR2 1 Yes Flag to indicate if the status is active
ITERATION_NUMBER NUMBER Yes Identifier determining the iteration number of the lifecycle status for a particular change object whenever it is promoted/demoted to this status more than once
WF_SIG_POLICY VARCHAR2 30 No longer used.
WF_PROCESS_TEMPLATE VARCHAR2 100 Change workflow task id, if applicable
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
EGO_LIFECYCLE_STATUSES ego_change_statuses_b STATUS_CODE
ego_status_properties ego_lifecycle_statuses CHANGE_LIFECYCLE_STATUS_ID
ego_awc_role_config_b ego_lifecycle_statuses CHANGE_LIFECYCLE_STATUS_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_LIFECYCLE_STATUSES_N1 Non Unique Default ENTITY_NAME, ENTITY_ID1, ENTITY_ID2
EGO_LIFECYCLE_STATUSES_PK Unique Default CHANGE_LIFECYCLE_STATUS_ID, ORA_SEED_SET1
EGO_LIFECYCLE_STATUSES_PK1 Unique Default CHANGE_LIFECYCLE_STATUS_ID, ORA_SEED_SET2