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_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 | 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 | 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 | 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 | No longer used. | ||
STEP_STATUS_CODE | VARCHAR2 | 30 | 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 | 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. | ||
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. | ||
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. | ||
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'. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_ROUTE_STEPSN1_ | Non Unique | Default | STEP_ID |
EGO_ROUTE_STEPS_PK_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, STEP_ID |
EGO_ROUTE_STEPS_U1_ | Unique | FUSION_TS_TX_DATA | LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_ID, STEP_SEQ_NUMBER, STEP_ACTIVITY_TYPE, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5 |
EGO_ROUTE_STEPS_N2_ | Non Unique | Default | AUDIT_ACTION_TYPE_ |