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.
Need to build a BI publisher report on Document of records
Summary
Reporting on Document of record filenameContent
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:
0