Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How get access to uncommited attachments in OAF

926866Mar 28 2012 — edited Mar 28 2012
Hi everyone, i have very big problem in Oracle Application Framework, i need access to uncommited attachments blob from attachment module, they are stored in FND_LOBS but they are avaliable only after commit() invoke, is any possible way to get access to attachmets blobs without of commit invoke, I tried to set auto commit on attachment module:

OAMessageAttachmentLinkBean attachmentsBean = (OAMessageAttachmentLinkBean ) oawebbean.findIndexedChildRecursive("Attachments");
attachmentsBean.setAutoCommitEnabled(true);

but this change commit other tables too,

[Preview picture|http://images40.fotosik.pl/1453/ef9be5322f6513d1.jpg]
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2012
Added on Mar 28 2012
2 comments
420 views