Skip to the content.

CAC Inventory Account Alias Setup – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

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.

Report Parameters

Organization Code, Operating Unit, Ledger

Oracle EBS Tables Used

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

Report Categories

Enginatics

CAC Material Account Alias with Lot Numbers, CAC Recost Cost of Goods Sold, CAC Deferred COGS Out-of-Balance, CAC Item Cost Summary, CAC ICP PII Inventory and Intransit Value (Period-End), CAC New Standard Item Costs, CAC Standard Cost Update Submissions, CAC Receiving Expense Value (Period-End), CAC Receiving Account Detail

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 CAC Inventory Account Alias Setup 23-Jun-2022 160834.xlsx
Blitz Report™ XML Import CAC_Inventory_Account_Alias_Setup.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-inventory-account-alias-setup/

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.

The Solution

The CAC Inventory Account Alias Setup report provides a clear, consolidated view of all defined account aliases and their associated GL accounts.

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:

Logical Relationships:

Parameters & Filtering

Performance & Optimization

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.


© 2026 Enginatics