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.
SQL query for Employee and his HR details
Summary
My sql query is not fetching the updated HR detailsContent
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
Tagged:
0