Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

Performance Rating Fast formula - Template base evaluations

edited Sep 22, 2020 10:54AM in Performance Management 2 comments

Summary

Performance Rating Fast formula

Content

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  

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!