HRA_FEEDBACK_REQUEST

Feedback requests created by users

Details

  • Schema: FUSION

  • Object owner: HRA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

HRA_FEEDBACK_REQUEST_PK

FEEDBACK_REQ_ID, BUSINESS_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
FEEDBACK_REQ_ID NUMBER 18 Yes Primary key of the Feedback Request table
BUSINESS_GROUP_ID NUMBER 18 Yes Foreign key to HR_ALL_ORGANIZATION_UNITS
FEEDBACK_REQ_GROUP_ID NUMBER 18 Column stores common id for all requests generated for a user together in a single action
FEEDBACK_REQ_TMPL_ID NUMBER 18 Yes Foreign key to Feedback requests base table
REQUESTED_BY_PERSON_ID NUMBER 18 Yes Person Requesting the Feedback
REQUESTED_FOR_PERSON_ID NUMBER 18 Yes Person for whom Feedback is requested
REQUESTED_FOR_ASSIGNMENT_ID NUMBER 18 Column stores assignment Id of the Requested For Person if available
PARTICIPANT_PERSON_ID NUMBER 18 Yes Person who will provide the feedback
SHARE_WITH_MGR_FLAG VARCHAR2 30 Indicates whether to share the feedback with manager.
SHARE_WITH_WKR_FLAG VARCHAR2 30 Indicates whether to share the feedback with worker.
DUE_DATE DATE Due date for the feedback requested
MESSAGE_TEXT VARCHAR2 4000 Message sent to the participant
DUE_DATE_ALERT_SENT VARCHAR2 30 Flag to check if notification was sent to feedback provider for completion before due date ends
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.

Indexes

Index Uniqueness Tablespace Columns
HRA_FEEDBACK_REQUEST_N1 Non Unique Default REQUESTED_FOR_PERSON_ID, PARTICIPANT_PERSON_ID
HRA_FEEDBACK_REQUEST_U1 Unique Default FEEDBACK_REQ_ID, BUSINESS_GROUP_ID