ACA_WF_ROUTE_PEOPLE
Stores the route people/group/role information.
Details
-
Schema: FUSION
-
Object owner: ACA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ACA_WF_ROUTE_PEOPLE_PK |
WF_ROUTE_PEOPLE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
WF_ROUTE_PEOPLE_ID | NUMBER | 18 | Yes | Workflow Route People ID that gets stored in this column | |
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. | |
WF_ROUTE_STEP_ID | NUMBER | 18 | Yes | Workflow Route Step ID that gets stored in this column | |
ASSIGNEE_TYPE_CODE | VARCHAR2 | 20 | Yes | Assignee Type Code that gets stored in this column | |
ASSIGNEE_ID | VARCHAR2 | 100 | Assignee User GUID that gets stored in this column | ||
ADHOC_PEOPLE_FLAG | VARCHAR2 | 1 | Yes | Adhoc People Flag that gets stored in this column | |
WF_SUBTASK_INSTANCE_ID | VARCHAR2 | 100 | To store workflow Human task Id | ||
RESPONSE_CODE | VARCHAR2 | 30 | Response Code that gets stored in this column | ||
RESPONSE_DATE | DATE | Response Date that gets stored in this column | |||
ORIGINAL_ASSIGNEE_TYPE | VARCHAR2 | 30 | Original assigne Type that gets stored in this column | ||
ORIGINAL_ASSIGNEE_ID | VARCHAR2 | 100 | Original Assignee ID that gets stored in this column | ||
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 | Object name that gets stored in this column | ||
OBJECT_PK1 | NUMBER | 18 | Object Identifier 1 that gets stored in this column | ||
OBJECT_PK2 | NUMBER | 18 | Object Identifier 2 that gets stored in this column | ||
OBJECT_PK3 | NUMBER | 18 | Object Identifier 3 that gets stored in this column | ||
OBJECT_PK4 | NUMBER | 18 | Object Identifier 4 that gets stored in this column | ||
OBJECT_PK5 | NUMBER | 18 | Object Identifier 5 that gets stored in this column |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ACA_WF_ROUTE_PEOPLE | aca_wf_route_steps | WF_ROUTE_STEP_ID |
aca_wf_route_people_comments | aca_wf_route_people | WF_ROUTE_PEOPLE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ACA_WF_ROUTE_PEOPLE_N1 | Non Unique | Default | OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, RESPONSE_CODE |
ACA_WF_ROUTE_PEOPLE_U1 | Unique | Default | WF_ROUTE_PEOPLE_ID |
ACA_WF_ROUTE_PEOPLE_U2 | Unique | Default | WF_ROUTE_STEP_ID, ASSIGNEE_ID, ASSIGNEE_TYPE_CODE, OBJECT_NAME, OBJECT_PK1, OBJECT_PK2, OBJECT_PK3, OBJECT_PK4, OBJECT_PK5 |