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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Document Number is empty in FND_DOCUMENTS_VL table
Summary:
Hi all,
I have an issue when I try to retrive a file loaded on a Document of Record.
I use this query because I need to retrieve DM_VERSION_NUMBER,DM_DOCUMENT_ID to create the link to retrieve the link from content server, but these fields are empty.
select
FDT.DM_VERSION_NUMBER,
FDT.DM_DOCUMENT_ID,
fad.CATEGORY_NAME ,
DOC_TYPE.DOCUMENT_TYPE,
fdt.file_name,
PN.FULL_NAME
from
HR_DOCUMENTS_OF_RECORD HDR
JOIN HR_DOCUMENT_TYPES_TL DOC_TYPE ON DOC_TYPE.DOCUMENT_TYPE_ID = HDR.DOCUMENT_TYPE_ID
JOIN FND_ATTACHED_DOCUMENTS FAD ON HDR.DOCUMENTS_OF_RECORD_ID = FAD.PK1_VALUE
Tagged:
0