EGO_ROUTES

Change Routes. Stores Route related data like whether it related to IC metadata or NIR definition or NIR/ CO approval.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

EGO_ROUTES_PK

ROUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
ROUTE_ID NUMBER 18 Yes Unique identifier for determining route rows
WF_TASK_INSTANCE_ID VARCHAR2 100 To store Workflow BPEL instance Id
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.
ROUTE_INTERNAL_NAME VARCHAR2 80 Yes Contains the internal name of the route.
TEMPLATE_FLAG VARCHAR2 1 Yes Flag identifying if the route belongs to a template (change object type, Item class) or change object itself
OBJECT_NAME VARCHAR2 30 Yes Identifier determining name of the object represented by the route
OBJECT_PK1 NUMBER 18 External identifier representing either change id or change type id or item class id based on the template flag
OBJECT_PK2 NUMBER 18 External identifier representing change lifecycle status from ego_lifecycle_statuses table
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
APPLIED_TEMPLATE_ID NUMBER 18 Used to store the route_id of the change type from which this route is created
STATUS_CODE VARCHAR2 30 Identifier determining the status of the route
ROUTE_START_DATE DATE Identifier to determine the start date time of the route
ROUTE_END_DATE DATE Identifier to determine the end date time of the route
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.
ROUTE_TYPE_CODE VARCHAR2 20 Identifier to differentiate the type of the route between definition and approval
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.
RESPONSE_REQUIRED_FROM VARCHAR2 20 RESPONSE_REQUIRED_FROM Stores the value of One Response per status
BASE_CHANGE_MGMT_TYPE_CODE VARCHAR2 30 Code identifying the base change management type differentiating Change Order and New Item Request
SOURCE_TYPE_CODE VARCHAR2 30 Code identifying the source of change type for the change object
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

Indexes

Index Uniqueness Tablespace Columns
EGO_ROUTES_N1 Non Unique FUSION_TS_TX_DATA OBJECT_VERSION_NUMBER
EGO_ROUTES_N2 Non Unique FUSION_TS_TX_DATA OBJECT_NAME, OBJECT_PK1, TEMPLATE_FLAG
EGO_ROUTES_PK Unique Default ROUTE_ID, ORA_SEED_SET1
EGO_ROUTES_PK1 Unique Default ROUTE_ID, ORA_SEED_SET2
EGO_ROUTES_U1 Unique FUSION_TS_TX_DATA ROUTE_INTERNAL_NAME, OBJECT_NAME, OBJECT_PK1, TEMPLATE_FLAG, ORA_SEED_SET1
EGO_ROUTES_U11 Unique FUSION_TS_TX_DATA ROUTE_INTERNAL_NAME, OBJECT_NAME, OBJECT_PK1, TEMPLATE_FLAG, ORA_SEED_SET2