FND Lobs – Oracle EBS SQL Report
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Overview
Generic file manager lob data, such as attachments, help files, imported and exported Blitz Report files etc.
Report Parameters
File Name like, File Content Type, Program Name, File Format, Language, Include File Data, Uploaded within x days, Non expiring only
Oracle EBS Tables Used
Report Categories
Related Reports
GL Journals (Drilldown), AP Invoices and Lines, AR Customer Upload, XDO Publisher Data Definitions
Running This SQL Without Blitz Report
Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.
Download & Import Options
| Resource | Link |
|---|---|
| Excel Example Output | None |
| Blitz Report™ XML Import | FND_Lobs.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/fnd-lobs/ |
Executive Summary
The FND Lobs report allows you to search and extract files stored in the database as Large Objects (LOBs). This includes attachments, help files, and Blitz Report templates.
Business Challenge
- Attachment Search: Finding a specific document attached to a transaction when you only know the filename.
- Space Management: Identifying large files that are consuming database storage.
- Data Extraction: Downloading binary files (PDFs, Images) directly from the database for archiving.
The Solution
This Blitz Report queries the FND_LOBS table:
- Metadata: File Name, Content Type (MIME), and Upload Date.
- Program: The program or entity that owns the file.
- Content: Can optionally extract the binary data (BLOB).
Technical Architecture
The report queries FND_LOBS.
Parameters & Filtering
- File Name like: Search by partial filename.
- Include File Data: Toggle to include the actual file content.
- Uploaded within x days: Filter for recent uploads.
Performance & Optimization
- Caution: Do not run with “Include File Data” without filters, as extracting gigabytes of BLOB data will impact performance.
FAQ
- Q: Can I delete files from here?
- A: No, this is a read-only report. To delete files, you should use the “Purge Obsolete Generic File Manager Data” concurrent program.
Useful Links
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics