← All tables
Oracle Fusion/Technical/FND
FND_ATTACHED_DOCUMENTS
Links an attachment to a specific business record via entity name and primary key values.
Key Columns
ATTACHED_DOCUMENT_IDDOCUMENT_IDENTITY_NAMEPK1_VALUEPK2_VALUECATEGORY_ID
Parent Table
FND_DOCUMENTS
Attachment document registry — one row per uploaded file, URL or short text attachment.
Used In
FND
Notes
ENTITY_NAME + PK1_VALUE identify the parent row (e.g. 'AP_INVOICES' + INVOICE_ID).
Related
How attachments are stored and linked
Every attachment is a row in FND_DOCUMENTS; FND_ATTACHED_DOCUMENTS links it to a business record by ENTITY_NAME plus PK1_VALUE (and PK2..PK5 for multi-part keys).