Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Performance Rating Fast formula - Template base evaluations
Summary
Performance Rating Fast formulaContent
Hi Expert,
I need to get DBIs behind this query.
select her.CALCULATED_RATING
from hra_tmpl_sections hts,
hra_eval_sections hes ,
hra_eval_ratings her,
hra_evaluations he
where 1=1
and hts.SECTION_ID = hes.tmpl_section_id
AND he.business_group_id = hts.business_group_id
AND he.template_defn_id = hts.template_defn_id
and he.evaluation_id = her.evaluation_id
AND her.reference_id = hes.eval_section_id
and her.REFERENCE_TYPE = 'SECTION'
and hts.section_type_code = 'REG'
and her.ROLE_TYPE_CODE = 'MANAGER' /* only manger feedback value */
and hts.template_defn_id = 300006259540837
0