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