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.

Line Manager : Unable to see Termed Managers : Role Filter

edited Apr 17, 2019 8:14PM in Reporting and Analytics for HCM 2 comments

Summary

Line Manager is unable to see termed workers

Content

Hi Team,

We are trying to use the seeded Line Manager Dashboards. Unfortunately our line managers are unable to see the Termed Workers. After lot of research we found that the Line Manager Role (custom) that we are using passes a filter in the OTBI report which is mentioned below. Can anyone suggest how to update the below query to include Termed workers in OTBI.

Thank you

 

(EXISTS ((SELECT 1 FROM PER_ALL_ASSIGNMENTS_M A WHERE A.ASSIGNMENT_TYPE IN ('E','C','N','P') AND A.EFFECTIVE_LATEST_CHANGE='Y' AND TRUNC(SYSDATE) BETWEEN A.EFFECTIVE_START_DATE AND A.EFFECTIVE_END_DATE AND A.PERSON_ID=AssignmentNoDePEO.PERSON_ID AND ( A.PERSON_ID <> (SELECT NVL(HRC_SESSION_UTIL.GET_USER_PERSONID,-1) FROM DUAL) AND (( A.ASSIGNMENT_ID IS NOT NULL AND EXISTS (SELECT 1 FROM PER_MANAGER_HRCHY_DN MH WHERE MH.PERSON_ID=A.PERSON_ID AND TRUNC(SYSDATE) BETWEEN MH.EFFECTIVE_START_DATE AND MH.EFFECTIVE_END_DATE AND MH.MANAGER_ID = (SELECT NVL(HRC_SESSION_UTIL.GET_USER_PERSONID,-1) FROM DUAL) AND MH.MANAGER_TYPE = 'LINE_MANAGER' ) ))))UNION ALL SELECT 1 FROM PER_SHARE_INFORMATION SI WHERE SI.GRANTEE_PERSON_ID = (SELECT NVL(HR

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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