Query for Acknowledgement / Approve section for Overall Performance Evaluation
Hello!
I would like to build a query which will receive the approval/acknowledgment of a specific section. Unfortunatelly in the ratings or section tables we cant corelate any field.
select
per.display_name,
per.person_id,
hev.evaluation_id,
hev.evaluation_date,
hev.start_date,
hev.end_date,
sec.section_type_code,
sec.comment_text,
rat.COMMENTS
from per_person_names_f per
join HRA_EVALUATIONS hev on per.person_id = hev.worker_id
join HRA_EVAL_SECTIONS sec on sec.evaluation_id = hev.evaluation_id
join HRA_EVAL_RATINGS rat on rat.reference_id = sec.eval_section_id