How get access to uncommited attachments in OAF
926866Mar 28 2012 — edited Mar 28 2012Hi 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]