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.

Need to build a BI publisher report on Document of records

edited May 16, 2018 9:09AM in Reporting and Analytics for HCM 10 comments

Summary

Reporting on Document of record filename

Content

Hi,

 

We recently uploaded documents under document of record for all  employees.

 

We need to write a query to validate if the correct file is uploaded for all the 1600 employees but cannot seem to find the appropriate table name for retrieving the file name uploaded under document of record.

 

The following  SQL gives me document categories, document type ,document name etc. but not filenames uploaded:

 

SELECT * FROM HR_DOCUMENTS_OF_RECORD WHERE PERSON_ID IN (SELECT DISTINCT P.PERSON_ID FROM PER_ALL_PEOPLE_F P WHERE P.PERSON_NUMBER = '10077899' AND SYSDATE BETWEEN P.EFFECTIVE_START_DATE AND P.EFFECTIVE_END_DATE)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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