How to query attachments stored under Skills and qualifications?
Summary:
I need to build a query for attachments under Skills and qualifications
Content (please ensure you mask any confidential information):
I can see the attachment from FND_DOCUMENTS_VL view, I can join it with FND_ATTACHED_DOCUMENTS table through DOCUMENT_ID field but I miss how to join them to the person.
Usually at this point I join with HR_DOCUMENTS_OF_RECORD table through PK1_VALUE but it seems to be an empty join.
Version (include the version you are using, if applicable):
25B
Code Snippet (add any code snippets that support your topic, if applicable):