HRA_EVAL_PARTICIPANTS
This table stores the participants that are taking part Performance Document review.
Details
-
Schema: FUSION
-
Object owner: HRA
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
HRA_EVAL_PARTICIPANTS_PK |
EVAL_PARTICIPANT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVAL_PARTICIPANT_ID | NUMBER | 18 | Yes | Primary key of the Participant | |
| BUSINESS_GROUP_ID | NUMBER | 18 | Yes | Foreign key to HR_ALL_ORGANIZATION_UNITS | |
| EVALUATION_ID | NUMBER | 18 | Primary key of Evaluation. | ||
| PERSON_ID | NUMBER | 18 | The global ID of the person who is nominated as the participant | ||
| EVAL_ROLE_ID | NUMBER | 18 | Indicates the role type of the participant | ||
| QUESTIONNAIRE_ID | NUMBER | 18 | Stores the questionnaire for the participant | ||
| ROLE_TYPE_CODE | VARCHAR2 | 30 | Indicates the code to identify the type of role (MANAGER, WORKER or PARTICIPANT) | ||
| PARTICIPATION_STATUS_CODE | VARCHAR2 | 30 | Stores the status of the participant. | ||
| STATUS_UPDATE_DATE | TIMESTAMP | Stores the date when the participant status was last updated. | |||
| DUE_DATE | DATE | Stores the due date for the participant to provide the feedback | |||
| ADDED_BY_PERSON_ID | NUMBER | 18 | Stores the person_id who added the participant into the document | ||
| ADDED_BY_ROLE | VARCHAR2 | 30 | Stores the role type code of who added the participant into the document | ||
| NOTIFIED_FLAG | VARCHAR2 | 30 | Stores whether the participant was notified. | ||
| NOTIFIED_BY_ROLE | VARCHAR2 | 30 | Stores which role sent the request notification to the participant. | ||
| NOTIFIED_BY_PERSON_ID | NUMBER | 18 | Stores the person_id who send request | ||
| FDBACK_STARTED_FLAG | VARCHAR2 | 30 | Stores if the participant has started giving the feedback. | ||
| FDBACK_SENT_BACK_FLAG | VARCHAR2 | 30 | Stores whether the participant feedback was sent back by the manager for rework. | ||
| LOCKED_OUT_FLAG | VARCHAR2 | 30 | Stores whether the participant is locked out or not. | ||
| LOCKED_OUT_DATE | DATE | Stores the date on which the participant was locked out. | |||
| FDBACK_COMPLETION_DATE | TIMESTAMP | Stores when the participant feedback was completed. | |||
| PCPN_COMMENTS_FOR_WRK | VARCHAR2 | 4000 | Stores the comments given by the participant that the worker can see. | ||
| MATRIX_PARTICIPANT_FLAG | VARCHAR2 | 30 | Indicates that role is matrix participant role. | ||
| 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. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| PCPN_COMMENT_TEXT_FOR_WRK | CLOB | Stores the comments given by the participant that the worker can see. | |||
| ACTION_CODE | VARCHAR2 | 30 | Action Code for performing the action on the participant. | ||
| ACTION_REASON | VARCHAR2 | 30 | Reason for performing the action on the participant. | ||
| ACTION_PERFORMED_BY | NUMBER | 18 | Stores the Person Id of the person performing the action. | ||
| ACTION_PERFORMED_DATE | TIMESTAMP | Timestamp when the action was performed. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| HRA_EVAL_PARTICIPANTS | hra_evaluations | EVALUATION_ID |
| HRA_EVAL_PARTICIPANTS | hra_eval_roles | EVAL_ROLE_ID |
| hra_eval_steps | hra_eval_participants | EVAL_PARTICIPANT_ID |
| hra_eval_ratings | hra_eval_participants | EVAL_PARTICIPANT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| HRA_EVAL_PARTICIPANTS_N1 | Non Unique | Default | EVALUATION_ID, PERSON_ID |
| HRA_EVAL_PARTICIPANTS_N3 | Non Unique | Default | PERSON_ID |
| HRA_EVAL_PARTICIPANTS_PK | Unique | Default | EVAL_PARTICIPANT_ID |