| layout | default |
|---|---|
| title | Blitz Report Application Categories | Oracle EBS SQL Report |
| description | Oracle application -> Blitz Report assignment via lookup XXENREPORTAPPSCATEGORIES. This setup controls how automatically imported BI publisher reports and… |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, Blitz, Report, Application, Categories, fnd_lookup_values, table, fnd_application_vl |
| permalink | /Blitz%20Report%20Application%20Categories/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Oracle application -> Blitz Report assignment via lookup XXEN_REPORT_APPS_CATEGORIES.
This setup controls how automatically imported BI publisher reports and concurrent programs are assigned to Blitz Report categories.
fnd_lookup_values, table, fnd_application_vl
AP Invoice Upload, CAC Receiving Expense Value (Period-End), GL Account Distribution Analysis, CAC Receiving Account Detail, GL Balance by Account Hierarchy, GL Account Analysis
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.
| Resource | Link |
|---|---|
| Excel Example Output | Blitz Report Application Categories 18-Jan-2018 225804.xlsx |
| Blitz Report™ XML Import | Blitz_Report_Application_Categories.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/blitz-report-application-categories/ |
The Blitz Report Application Categories report is a configuration audit and setup tool. It defines the mapping between Oracle E-Business Suite Applications (e.g., "Payables", "Receivables") and Blitz Report Categories. This mapping drives the automatic categorization of reports when they are imported from standard Concurrent Programs or BI Publisher, ensuring an organized and intuitive report repository.
When migrating hundreds of legacy reports into Blitz Report, organization is key.
- Clutter: Without categorization, a library of 500 reports becomes unsearchable.
- Manual Effort: Manually assigning a category to every imported report is tedious.
- Consistency: Different developers might categorize "Invoice Aging" differently (e.g., "AP" vs. "Payables" vs. "Finance").
The Blitz Report Application Categories setup automates this organization:
- Auto-Assignment: When a report is imported (e.g.,
APXAGING), the system looks up its application (SQLAP), finds the mapped category (e.g., "Accounts Payable"), and assigns it automatically. - Standardization: Enforces a consistent taxonomy across the organization.
- Maintenance: Allows for easy re-mapping if category structures change.
The logic relies on a specific lookup type that acts as the mapping table.
- Mapping:
FND_LOOKUP_VALUES(specifically the lookup typeXXEN_REPORT_APPS_CATEGORIES) stores the relationship.- Lookup Code: The Oracle Application Short Name (e.g., 'SQLAP').
- Meaning: The Blitz Report Category Name (e.g., 'Accounts Payable').
- Application:
FND_APPLICATION_VLvalidates the application codes.
- Retrieval: Lists all defined mappings from the lookup type.
- Validation: Ensures that the Application Short Name exists in FND_APPLICATION.
- Usage: This mapping is consumed by the "Import" feature in Blitz Report.
- None: Typically runs as a full list of all mappings.
Q: What happens if an application is not mapped? A: If a report belongs to an application that isn't in this mapping, it is usually assigned to a default category (e.g., "Uncategorized" or "Other") or the category matching the application name itself.
Q: Can I map multiple applications to one category? A: Yes. For example, you could map both 'SQLAP' (Payables) and 'AP' (Payables Intelligence) to the single category "Accounts Payable".
Q: How do I add a new mapping?
A: You add a new code to the XXEN_REPORT_APPS_CATEGORIES lookup type via the standard Oracle Lookups form or via a setup upload.
- 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