Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
How to read content of the DOR attahment
Content (required):
Hi,
How can we read the content from DOR attachment?
We would like to get the content of DOR attachment in report.
below query gives me UCM id and file name. How to read the content?
SELECT documents_of_record_id,
hdr.document_code,
hdt.document_type,
hdr.dei_attribute_category,
fdv.datatype_code,
fdv.dm_document_id,
ppf.person_number,
fdv.FILE_NAME,
hdr.LAST_UPDATE_DATE,
hdr.LAST_UPDATED_BY,
--hdr.CREATE_DATE,
hdr.CREATED_BY,
FROM hr_documents_of_record hdr,
hr_document_types_vl hdt,
per_all_people_f ppf,
fnd_attached_documents fad,
Tagged:
0