Table name of DocumentAttachment
Summary
Documents of Records: Need to know the table name for AttachmentsContent
Documents of Records: Need to know the table name for Attachments. Below table gives only for the Document of record and not the attachment sub-object.
SELECT A.* FROM HR_DOCUMENTS_OF_RECORD A, PER_aLL_PEOPLE_F B WHERE B.PERSON_NUMBER='11' AND A.PERSON_ID=B.PERSON_ID
Tagged:
1