DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_LOBS_DOCUMENTPART

Line 453: delete from fnd_lobs_documentpart;

449: -- bug 9276419 - indicate a restricted file by returning -3
450: fid := -3;
451: end if;
452: delete from fnd_lobs_document;
453: delete from fnd_lobs_documentpart;
454: end if;
455: end if;
456: return fid;
457: exception

Line 460: delete from fnd_lobs_documentpart;

456: return fid;
457: exception
458: when others then
459: delete from fnd_lobs_document;
460: delete from fnd_lobs_documentpart;
461:
462: fnd_gfm.err_msg('confirm_upload');
463: raise;
464: end;