EGO_ROUTE_STEPS

Change Route Steps and it's properties

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

EGO_ROUTE_STEPS_PK

STEP_ID

Columns

Name Datatype Length Precision Not-null Comments
STEP_ID NUMBER 18 Yes Unique identifier for determining route step rows
SKIP_FLAG VARCHAR2 1 To enable/disable the route step
WORKFLOW_INSTANCE_ID VARCHAR2 30 The task id for the step stored.
TASK_STAGE_TYPE VARCHAR2 30 To support Header or Line Stage
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.
TASK_ROUTING_SLIP_LIST_BUILDER VARCHAR2 30 To support Rule based or User entered assignee list
ROUTE_ID NUMBER 18 Yes External identifier determining the route to which this route step belongs
STEP_ACTIVITY_TYPE VARCHAR2 30 Identifier determining the activity type of the route step among Definition, Approval and Optional Approval
STEP_SEQ_NUMBER NUMBER 4 Yes Identifier determining the sequence of the route step
RESPONSE_REQUIRED_FROM VARCHAR2 20 Response Required from like ONE or ALL
ADHOC_STEP_FLAG VARCHAR2 1 Yes No longer used.
STEP_STATUS_CODE VARCHAR2 30 Yes Identifier determining the status of the route step
STEP_START_DATE DATE Identifier to determine the start date time of the route step
STEP_END_DATE DATE Identifier to determine the end date time of the route step
OBJECT_NAME VARCHAR2 30 Object Name like setup or user side
OBJECT_PK1 NUMBER 18 External identifier representing either change id or change type id or item class id
OBJECT_PK2 NUMBER 18 Used to refer any other identifiers from other tables
OBJECT_PK3 NUMBER 18 Used to refer any other identifiers from other tables
OBJECT_PK4 NUMBER 18 Used to refer any other identifiers from other tables
OBJECT_PK5 NUMBER 18 Used to refer any other identifiers from other tables
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.
TASK_START_TIME TIMESTAMP Start date and time of the step
TASK_COMPLETE_TIME TIMESTAMP End date and time of the route step
USER_DEFINED_SUPPORTED VARCHAR2 1 Indicates if the user deined activities are supported. USER_DEFINED_SUPPORTED can store 'Y' or 'N'.
RULES_SUPPORTED VARCHAR2 1 Indicates if the rules based activities are supported. RULES_SUPPORTED can store 'Y' or 'N'.
WEB_SERVICE_SUPPORTED VARCHAR2 1 Indicates if the web service based activities are supported. WEB_SERVICE_SUPPORTED can store 'Y' or 'N'.
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_ROUTE_STEPS ego_routes ROUTE_ID
ego_route_people ego_route_steps STEP_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_ROUTE_STEPS_N1 Non Unique FUSION_TS_TX_DATA OBJECT_VERSION_NUMBER
EGO_ROUTE_STEPS_N2 Non Unique FUSION_TS_TX_DATA OBJECT_NAME, OBJECT_PK1, OBJECT_PK2
EGO_ROUTE_STEPS_PK Unique Default STEP_ID, ORA_SEED_SET1
EGO_ROUTE_STEPS_PK1 Unique Default STEP_ID, ORA_SEED_SET2
EGO_ROUTE_STEPS_U1 Unique FUSION_TS_TX_DATA ROUTE_ID, STEP_SEQ_NUMBER, STEP_ACTIVITY_TYPE, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5, ORA_SEED_SET1
EGO_ROUTE_STEPS_U11 Unique FUSION_TS_TX_DATA ROUTE_ID, STEP_SEQ_NUMBER, STEP_ACTIVITY_TYPE, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5, ORA_SEED_SET2