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.
New/Pending approval/requires approval goals in the table
Content
Hi Team,
We were able to get the details of the new/pending approval/requires approval from the table HRG_GOALS . In 20B we are not able to find the same. Is there any different table available? Or where can I find the goals which are in saved or pending approval status?
The below code was working fine and we could see the goals in the UI. Now the query is not returning any data, we are getting only approved goals in the table:
SELECT Count(DISTINCT HRG.goal_id)
FROM hrg_goals HRG,
hrg_goal_plan_goals HRG_PLAN,
Tagged:
3