For more information, please refer to this announcement explaining best practices for getting answers to questions.
Searching for Tables which stores information/Comments of Employee Task Feedback on Evaluation Doc.
Summary:
After Manager rating and evaluation, Employee is providing acknowledgement or feedback on the performance evaluation document. So we need to pickup the details of feedback (Agreement: Yes/No , Comments).
We are getting Evaluation Steps status in HRA_EVAL_STEPS table but unable to get the Agreement values.
Could you please let us know how can we pick up these details. Frontend screenshot has been attached for your reference where employee gives his feedback on the task.
Oracle Fusion Cloud Applications
23D (11.13.23.10.0)
SELECT hes.*
FROM hra_evaluations hev
,HRA_EVAL_STEPS hes
,HRA_PF_TASK_ROLES_B hptrb
,HRA_PF_TASK_ROLES_TL trl