CAC Inventory Account Alias Setup
Description:
Report to show accounts assigned for inventory account aliases
/* +=============================================================================+ – | Copyright 2011 - 2020 Douglas Volz Consulting, Inc. | – | All rights reserved. | – | Permission to use this code is granted provided the original author is | – | acknowledged. No warranties, express or otherwise is included in this | – | permission. | – +=============================================================================+ – | – | Original Author: Douglas Volz (doug@volzconsulting.com) – | – | Program Name: xxx_acct_alias_setup_rept.sql – | – | Parameters: – | p_ledger – Ledger you wish to report, enter a null for all – | ledgers. (optional) – | – | Description: – | Report to show accounts used for account aliases – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 03 Feb 2011 Douglas Volz Initial Coding – | 1.1 28 Mar 2011 Douglas Volz Added Ledger parameter, effective date – | and disable date – | 1.2 07 Oct 2015 Douglas Volz Removed prior client’s org restrictions. – | 1.3 27 Apr 2020 Douglas Volz Changed to multi-language views for the – | inventory orgs and operating units.
Parameters
Organization Code, Operating Unit, Ledger
Used tables
mtl_generic_dispositions, mtl_parameters, gl_code_combinations, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, org_access_view, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual
Categories
Dependencies
If you would like to try one of these Oracle EBS SQLs without having Blitz Report installed, note that some of the reports require functions from utility package xxen_util.
Example Report
CAC Inventory Account Alias Setup 23-Jun-2022 160834.xlsx
Report SQL
www.enginatics.com/reports/cac-inventory-account-alias-setup/
Blitz Report™ import options
CAC_Inventory_Account_Alias_Setup.xml
Case Study & Technical Analysis: CAC Inventory Account Alias Setup
Executive Summary
The CAC Inventory Account Alias Setup report is a governance and compliance tool used to audit the configuration of Inventory Account Aliases. Account aliases are powerful shortcuts in Oracle EBS that allow users to issue or receive material to/from a specific General Ledger account. This report ensures that these aliases are mapped to the correct accounts, preventing financial misstatements and unauthorized usage.
Business Challenge
Account aliases provide flexibility but introduce risk if not managed correctly.
- Financial Misclassification: If an alias is mapped to the wrong GL account (e.g., an expense account instead of an asset account), it can lead to immediate P&L errors.
- Lack of Control: Without visibility, obsolete or unauthorized aliases may remain active, allowing users to bypass standard transaction controls.
- Audit Compliance: Auditors frequently require proof that account mappings are reviewed and controlled.
- Multi-Org Complexity: In large environments, keeping track of aliases across dozens of inventory organizations is a manual, error-prone task.
The Solution
The CAC Inventory Account Alias Setup report provides a clear, consolidated view of all defined account aliases and their associated GL accounts.
- Configuration Audit: Lists every alias along with its description, effective dates, and the underlying GL account segments.
- Cross-Org Comparison: Allows administrators to compare alias setups across different organizations and ledgers to ensure standardization.
- Active Status Check: Includes effective date and disable date fields to easily identify active vs. inactive aliases.
Technical Architecture (High Level)
The report queries the setup tables for inventory dispositions (aliases) and joins them with financial and organizational definitions.
Primary Tables Involved:
MTL_GENERIC_DISPOSITIONS: The main table storing Account Alias definitions.GL_CODE_COMBINATIONS: Stores the actual General Ledger account strings (segments) linked to the aliases.MTL_PARAMETERS: Provides context for the inventory organization.HR_ALL_ORGANIZATION_UNITS_VL: Provides human-readable organization names.GL_LEDGERS: Identifies the ledger associated with the organization.
Logical Relationships:
- Alias to Account: The
distribution_accountcolumn inMTL_GENERIC_DISPOSITIONSlinks toGL_CODE_COMBINATIONSto retrieve the account details. - Organization Context: The report joins the alias definition to the organization tables to report which organization owns the alias.
Parameters & Filtering
- Organization Code: Allows the user to audit aliases for a specific inventory organization.
- Operating Unit: Filters the report by the Operating Unit that owns the inventory organizations.
- Ledger: Enables filtering by the General Ledger, useful for financial controllers responsible for specific books.
Performance & Optimization
- Simple Join Structure: The query primarily involves joining setup tables (
MTL_GENERIC_DISPOSITIONS,GL_CODE_COMBINATIONS), which are relatively small compared to transaction tables. This ensures the report runs very quickly. - Direct Reporting: Provides immediate visibility without the need for complex calculations or aggregations.
FAQ
Q: What is an Account Alias? A: An Account Alias is a user-friendly name (e.g., “SCRAP-METAL”) that maps to a specific General Ledger account code. It simplifies data entry for users performing miscellaneous transactions.
Q: Can I see who created the alias? A: While this specific report focuses on the account setup, the underlying tables do store “Created By” information, which could be added if needed.
Q: Why is this report important for period close? A: Reviewing this report helps ensure that all miscellaneous transactions performed during the period were directed to valid and correct GL accounts, reducing the need for reclassification journals later.
Oracle E-Business Suite Reporting Library
We provide an open source Oracle EBS SQLs as a part of operational and project implementation support toolkits for rapid Excel reports generation.
Blitz Report™ is based on Oracle EBS forms technology, and hence requires minimal training. There are no data or performance limitations since the output files are created directly from the database without going through intermediate file formats such as XML.
Blitz Report can be used as BI Publisher and Oracle Discoverer replacement tool. Standard Oracle BI Publisher and Discoverer reports can also be imported into Blitz Report for immediate output to Excel. Typically, reports can be created and version tracked within hours instead of days. The concurrent request output automatically opens upon completion without the need for re-formatting.
The Filters, Columns, Rows and Values fields are used to create and deliver the data in pivot table format with full drill down to details.

The Excel template upload functionality in Blitz Report allows users to create their own layouts by uploading an Excel template with additional sheets and charts, automatically refreshed when the report runs again. This allows to create custom dashboards and more advanced visualizations of report data.

You can download and use Blitz Report free of charge for your first 30 reports.
The installation and implementation process usually takes less than 1 hour; you can refer to our installation and user guides for specific details.
If you would like to optimize your Oracle EBS implementation and or operational reporting you can visit www.enginatics.com to review great ideas and example usage in blog. Or why not try for yourself in our demo environment.
Useful Links
Blitz Report™ – World’s fastest data upload and reporting for Oracle EBS
Oracle Discoverer replacement – importing worksheets into Blitz Report™
Blitz Report™ Questions & Answers
Supply Chain Hub by Blitz Report™
© 2025 Enginatics