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.
Need to fetch the grade, grade step and grade rate at the employment level using BI report
Summary:
Hi all
I need to fetch the grade, grade step, and grade rate whichever assign to the person, but in my query, I am getting multiple grade steps assigned to the same person. How do I change it? I want the latest grade, grade step, and grade rate assigned to the person
Content (required):
Below I attach the query, let me know what do I need to change on it
SELECT DISTINCT
pgf.name grade_name,
prv.value,
pgsf.name grade_step_name,
papf.person_number
FROM
PER_GRADES_F_tl PGF,
PER_RATE_VALUES_F prv,
PER_GRADES_F PG,
0