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_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 | 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 | Contains the internal name of the route. | ||
TEMPLATE_FLAG | VARCHAR2 | 1 | Flag identifying if the route belongs to a template (change object type, Item class) or change object itself | ||
OBJECT_NAME | VARCHAR2 | 30 | 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 | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | 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 | ||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Who column: indicates the impersonator who last updated the row. | ||
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 |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_ROUTES_BN1_ | Non Unique | Default | ROUTE_ID |
EGO_ROUTES_PK_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_ID |
EGO_ROUTES_U1_ | Unique | FUSION_TS_TX_DATA | LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_INTERNAL_NAME, OBJECT_NAME, OBJECT_PK1, TEMPLATE_FLAG |