EGO_ROUTE_PEOPLE_
Stores the route people/group/role information.
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EGO_ROUTE_PEOPLE_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 | 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 | External identifier determining the step to which this route people row belongs | ||
ASSIGNEE_TYPE_CODE | VARCHAR2 | 20 | 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 | 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 date on which the response corresponding to this route people is stamped | |||
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 | 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. | ||
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 | ||
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 task by the user | |||
TASK_COMPLETE_TIME | TIMESTAMP | End date and time of the task by the user |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_ROUTE_PEOPLEN1_ | Non Unique | Default | ROUTE_PEOPLE_ID |
EGO_ROUTE_PEOPLE_PK_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_PEOPLE_ID |
EGO_ROUTE_PEOPLE_U1_ | Unique | FUSION_TS_TX_DATA | LAST_UPDATE_DATE, LAST_UPDATED_BY, STEP_ID, ASSIGNEE_TYPE_CODE, ASSIGNEE_ID, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5 |
EGO_ROUTE_PEOPLE_N2_ | Non Unique | Default | AUDIT_ACTION_TYPE_ |