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.

How to display the URL for the attachment in report

edited Oct 17, 2024 1:22PM in Compensation

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!