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: AI 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

edited Oct 17, 2024 1:22PM in Compensation 2 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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