Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

Attaching/deleting documents to inventory items ~

edited Sep 10, 2025 7:32PM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 9 commentsAnswered ✓

In EBS 12.2.10, is there an API that can be called to attach a document to an inventory item (fnd_attached_documents.entity_name = 'MTL_SYSTEM_ITEMS') that will NOT kick off a concurrent request in the background?

I've gotten the document attached using two different programs, but both kick off a concurrent request per item.

So far I've tried these two:

fnd_attached_documents_pkg.insert_row

pon_attachments.add_attachment_frm_ui

They kick off a concurrent request per transaction.

Is there a better way to do a bulk update of inventory item attachments? our QA codes are being updated and we have about 1.4M deletions to do and 860k attachments.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center