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