EGO_ROUTE_PEOPLE
Stores user/group/role information for NIR Definition and NIR and ECO Approval workflows.
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EGO_ROUTE_PEOPLE_PK |
ROUTE_PEOPLE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ROUTE_PEOPLE_ID | NUMBER | 18 | Yes | Unique identifier for determining route people rows | |
ASSIGNEE_NAME | VARCHAR2 | 400 | Identifier determining the assignee of the route. It stores the common name of the role. | ||
RESPONSE_REQUIRED_FROM | VARCHAR2 | 10 | Added to save responseRequiredFrom value for each people record. | ||
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. | |
STEP_ID | NUMBER | 18 | Yes | External identifier determining the step to which this route people row belongs | |
ASSIGNEE_TYPE_CODE | VARCHAR2 | 20 | Yes | Identifier determining the type of assignee among role or person | |
ASSIGNEE_ID | VARCHAR2 | 100 | Identifier determining the assignee of the route. It stores the GUID of the user/role | ||
ADHOC_PEOPLE_FLAG | VARCHAR2 | 1 | Yes | Flag determining whether the people assignment is done adhoc holding different values for distinct actions like reassign/exploded from role/copied from type/assigned via webservice etc. | |
WF_SUBTASK_INSTANCE_ID | VARCHAR2 | 3000 | To store workflow Human task Id | ||
RESPONSE_CODE | VARCHAR2 | 30 | Used to store the response code/action of the route people | ||
RESPONSE_DATE | DATE | Used to store the response code/action of the route people | |||
ORIGINAL_ASSIGNEE_TYPE | VARCHAR2 | 30 | Used to store original assignee type to differentiate actual people rows from people rows exploded from role | ||
ORIGINAL_ASSIGNEE_ID | VARCHAR2 | 100 | Used to store role id in case of people rows exploded from role | ||
REASSIGNED_TO | VARCHAR2 | 4000 | Stores the information of all the users as comma separated values whom the task is been reassigned or delegated to | ||
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. | ||
OBJECT_NAME | VARCHAR2 | 30 | Identifier determining the name of the object. For example, EGO_CHANGE | ||
OBJECT_PK1 | NUMBER | 18 | External identifier representing change id of the change object corresponding to this route people | ||
OBJECT_PK2 | NUMBER | 18 | External identifier representing lifecycle status id corresponding to this route people row | ||
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 | ||
TASK_START_TIME | TIMESTAMP | Start date and time of the task by the user | |||
TASK_COMPLETE_TIME | TIMESTAMP | End date and time of the task by the user |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
EGO_ROUTE_PEOPLE | ego_route_steps | STEP_ID |
ego_route_assocs | ego_route_people | ROUTE_PEOPLE_ID |
ego_route_people_comments | ego_route_people | ROUTE_PEOPLE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_ROUTE_PEOPLE_N1 | Non Unique | FUSION_TS_TX_DATA | OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, RESPONSE_CODE |
EGO_ROUTE_PEOPLE_N2 | Non Unique | FUSION_TS_TX_DATA | OBJECT_NAME, RESPONSE_CODE, ASSIGNEE_TYPE_CODE, ASSIGNEE_ID |
EGO_ROUTE_PEOPLE_PK | Unique | Default | ROUTE_PEOPLE_ID |
EGO_ROUTE_PEOPLE_U1 | Unique | FUSION_TS_TX_DATA | STEP_ID, ASSIGNEE_TYPE_CODE, ASSIGNEE_ID, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5 |