Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to display the URL for the attachment in report
Summary:
We need to develop one report to display all the Individual Compensation Claims of the employees and the documents attached in that request.
We tried to use the below sql but while using the attachment url getting the errror Content Server Request Failed Error Unable to download XXXX. User 'XXXX' does not have sufficient privileges.
SELECT |
---|
fdt.file_name, |
fd.DATATYPE_CODE, |
fdt.dm_document_id, |
fdt.dm_version_number, |
fdt.dm_version_number document_id, |
fdt.dm_document_id UCM_file, |
'https://' |
FROM |
fnd_attached_documents fad, |
fnd_documents_tl fdt, |
FND_DOCUMENTS fd, |
FUSION.ASK_DEPLOYED_DOMAINS h |
Tagged:
0