Manager shared a Development Goal to employee and manager also has the goal in the HRG_GOALS table
Summary:
Manager shared a Development Goal to employee and manager has the goal in the HRG_GOALS table in addition to the employee
Content (please ensure you mask any confidential information):
Manager shared a Development Goals to employee. manager has these goal in the HRG_GOALS table in addition to the employee. from the UI, Only employee has the Goals but not manager
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT * FROM HRG_GOALS WHERE PERSON_ID IN (SELECT DISTINCT PERSON_ID FROM PER_ALL_PEOPLE_F WHERE PERSON_NUMBER IN ('xxxx')) AND GOAL_TYPE_CODE = 'DEVELOPMENT'
Tagged:
0