Skip to the content.

CAC Inventory Accounts Setup – Oracle EBS SQL Report

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

Overview

Report to show Valuation, Receiving, Profit and Loss and Inter-Org accounts as setup in the inventory organization parameters.

/* +=============================================================================+ – | Copyright 2009 - 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_inv_accts_setup_rept.sql – | – | Parameters: – | p_account_group – The group of inventory organization parameter accounts – | you wish to report – | p_org_code – Specific inventory organization you wish to report (optional) – | p_operating_unit – Operating Unit you wish to report, leave blank for all – | operating units (optional) – | p_ledger – general ledger you wish to report, leave blank for all – | ledgers (optional) – | Description: – | Report to show Valuation, Receiving, Profit and Loss and Inter-Org accounts – | as setup in the inventory organization parameters – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.11 06 Mar 2019 Douglas Volz Added Cost Variance Account, used with Average, FIFO, LIFO – | 1.12 14 Mar 2019 Douglas Volz Added Expense A/P Accrual Account, Retroactive Price – | Adjustment Account, Receiving Clearing Account. – | 1.13 12 Jan 2020 Douglas Volz Added Org Code and Operating Unit parameters, – | an outer join to gcc in case of invalid accounts – | and change to gl.short_name. – | 1.14 28 Feb 2020 Douglas Volz Changed to multi-language views for the item – | master, inventory orgs and operating units. – +=============================================================================+*/

Report Parameters

Account Group, Organization Code, Operating Unit, Ledger

Oracle EBS Tables Used

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, R12 only

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 Accounts Setup 07-Jul-2022 143822.xlsx
Blitz Report™ XML Import CAC_Inventory_Accounts_Setup.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-inventory-accounts-setup/

Case Study & Technical Analysis: CAC Inventory Accounts Setup

Executive Summary

The CAC Inventory Accounts Setup report is a foundational configuration audit tool. It provides a detailed listing of the critical General Ledger accounts defined in the Inventory Organization Parameters. These accounts—including Valuation, Receiving, and Profit & Loss accounts—dictate how all inventory transactions are accounted for financially. This report is indispensable for system implementers, financial controllers, and auditors to verify the integrity of the financial-inventory bridge.

Business Challenge

The financial accuracy of an Oracle EBS implementation hinges on the correct setup of Inventory Organization Parameters.

The Solution

The CAC Inventory Accounts Setup report extracts and organizes these critical account definitions.

Technical Architecture (High Level)

The report queries the core inventory parameter table and resolves the account IDs into readable segments.

Primary Tables Involved:

Logical Relationships:

Parameters & Filtering

Performance & Optimization

FAQ

Q: Which accounts are included in the “Valuation” group? A: Typically, this includes the asset accounts for Material, Material Overhead, Resource, Outside Processing, and Overhead.

Q: Why are some accounts blank? A: Not all accounts are mandatory for all organizations. For example, a Standard Costing organization requires variance accounts, while an Average Costing organization might not use them in the same way.

Q: Can this report detect invalid accounts? A: Yes, by showing the resolved account string, users can visually verify if an account is correct. Additionally, the report logic often handles “invalid” or missing account links gracefully to highlight setup gaps.


© 2026 Enginatics