Of all the things WebCenter did for accounts payable, Managed Attachments is the one teams forget about — until an auditor asks for an invoice image. It was the quiet connective tissue that made the whole archive useful: from inside the Oracle E-Business Suite invoice form, a user clicked through and the document appeared, linked to that exact transaction. No separate system, no searching, no "let me find that and email it to you."
When AP moves to the cloud, that link is one of the things most likely to break silently. The image continuity requirement doesn't change — but the mechanism underneath it completely does. This post is about preserving audit retrieval continuity through that change.
What Managed Attachments actually did
It's worth naming the capability precisely, because "we store invoice images" undersells it. Managed Attachments provided:
- Transaction-anchored retrieval. Every invoice document was retrievable from inside the EBS record it belonged to — the attachment lived with the transaction, not in a parallel filing system.
- Bidirectional context. From the EBS invoice you reached the image; the image carried the business context of its transaction.
- An auditor-ready answer. "Show me the source document for this payment" was a click, not a project. That single behavior is what audit and compliance teams quietly depend on.
Under the hood, the images lived in WebCenter Content / WebCenter Imaging (WCI), and Managed Attachments was the integration that bound them to EBS. Two moving parts: a store and a link.
What changes in the cloud
Move to OCI — whether you lift-and-shift WebCenter or re-platform AP onto Fusion — and both moving parts change:
- The store moves to OCI Object Storage. High-volume invoice images are a natural fit for Object Storage: durable, low-cost, and scalable. WebCenter Content is no longer where the bytes sit.
- The link is re-architected. On Fusion, documents attach to the transaction through Fusion's own attachment model, not Managed Attachments. On a lift-and-shift, WCI may persist for a time, but the long-term direction points at Object Storage as the archive.
Here's the trap, stated plainly: there is no direct twin for Managed Attachments. The requirement — every invoice image attached to its transaction and retrievable for audit — is unchanged. The implementation that satisfied it is gone. Teams that assume the behavior survives because "we still store the images somewhere" discover the gap at the worst possible time: quarter-end, or mid-audit. We cover this alongside the other WebCenter capabilities in There is no WebCenter in the cloud.
What audit retrieval continuity actually requires
To carry the Managed Attachments behavior into the cloud — rather than just relocating files — three things have to hold true. Treat each as a test you pass before go-live, not a hope you confirm after.
- Anchored, not orphaned. Every image must remain associated with its specific transaction. A bucket full of PDFs nobody can tie back to an invoice number is storage, not an archive. Preserve the document-to-transaction mapping through the migration.
- Retrievable from where auditors work. The image needs to be reachable from the transaction context — ideally a click from the invoice record, the way it always was. If retrieving an image now means a separate login and a manual search, you've quietly made audits slower than they were on WebCenter.
- Secure and access-controlled. Object Storage retrieval should be governed — typically via short-lived signed URLs and tenancy-scoped access — so documents are available to the right people and only the right people. Auditability of access matters as much as availability of the document.
A migration that nails capture and posting but fumbles this leaves you technically live and operationally exposed.
How to preserve it through the migration
The sequence that holds up in practice:
- Inventory the linkage first. Before moving anything, document how today's images map to EBS transactions — the volume, the metadata, the edge cases (multi-page invoices, supporting documents, credit memos).
- Migrate the archive deliberately, preserving the mapping. Move images to OCI Object Storage with their transaction association intact. Validate retrievability end to end on a representative sample, including the long tail. This mirrors the "migrate the document archive first" step in our OCI migration playbook.
- Rebuild the retrieval path on the new platform. Wire transaction-context retrieval — secured, signed-URL access from the ERP record — so the auditor experience is at least as good as Managed Attachments, not a regression.
- Test with an actual audit scenario. Have someone pull a random sample of historical invoices from inside the ERP, end to end, and time it. If it's not fast and not anchored, you're not done.
Where EZ Cloud fits
Our roots are in Oracle AP from the WebCenter era — WCI, WFR, WEC, and Managed Attachments specifically — so we treat image continuity as a first-class migration requirement, not an afterthought. We've moved invoice archives to OCI Object Storage while keeping every image anchored to its transaction and retrievable from inside the ERP through secure, signed-URL access, deployed OCI-native inside your own tenancy. The posting and connection model is on Oracle EBS & Fusion integration.
We're published on the Oracle Reference Architecture for OCI and featured in Oracle's own technical case studies.
Managed Attachments is the capability nobody puts on the migration plan and everybody needs the day an auditor calls. Confirm the retrieval path is intact and tested before the cutover — that's the difference between a clean go-live and a scramble at quarter-end.