SQL query for Employee and his HR details — Cloud Customer Connect
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: Oracle Cloud SCM and Purchasing

SQL query for Employee and his HR details

edited Aug 8, 2019 11:04AM in Reporting and Analytics for HCM 1 comment

Summary

My sql query is not fetching the updated HR details

Content

Hi Team,

For some departments we changed the HR Approval on April 1st from on that date our report not fetching new data.

For HR Approval we write below sql query.

(SELECT PPNF4.FULL_NAME       

           FROM PER_PERSON_NAMES_F PPNF4,

                PER_ASG_RESPONSIBILITIES PAR

          WHERE PPNF4.PERSON_ID=PAR.PERSON_ID                           

            AND PAR.RESPONSIBILITY_TYPE(+) = 'HRA_REP'

AND  INSTR (PAAM.LEGAL_ENTITY_ID || PAAM.LOCATION_ID  || PAAM.BUSINESS_UNIT_ID , PAR.LEGAL_ENTITY_ID || PAR.LOCATION_ID || PAR.BUSINESS_UNIT_ID) > 0

AND PPNF4.NAME_TYPE = 'GLOBAL'

AND ROWNUM =1

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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