Skip to the content.

CAC Cost Group Accounts Setup – Oracle EBS SQL Report

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

Overview

Report to show the cost group accounts in use. If using Average Costing, FIFO Costing, LIFO Costing, WMS (Warehouse Management System) or Project Manufacturing, the Inventory Cost Processor uses the cost group valuation accounts as opposed to subinventory valuation accounts.

Parameters:

Organization Code: enter the specific inventory organization(s) you wish to report (optional). Operating Unit: enter the specific operating unit(s) you wish to report (optional). Ledger: enter the specific ledger(s) you wish to report (optional).

/* +=============================================================================+ – | Copyright 2022 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. – +=============================================================================+ – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 04 Oct 2022 Douglas Volz Initial Coding – +=============================================================================+*/

Report Parameters

Organization Code, Operating Unit, Ledger

Oracle EBS Tables Used

cst_cost_groups, cst_cost_group_accounts, mtl_parameters, gl_code_combinations, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, fnd_user, org_access_view, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual

Report Categories

Enginatics

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 Cost Group Accounts Setup 04-Oct-2022 125021.xlsx
Blitz Report™ XML Import CAC_Cost_Group_Accounts_Setup.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-cost-group-accounts-setup/

Case Study & Technical Analysis: CAC Cost Group Accounts Setup

Executive Summary

The CAC Cost Group Accounts Setup report is a critical configuration audit tool for organizations utilizing advanced costing methods such as Average, FIFO, LIFO, or Project Manufacturing. In these environments, inventory valuation is driven by “Cost Groups” rather than just Subinventories or Organizations. This report provides a comprehensive view of the General Ledger (GL) accounts assigned to each Cost Group, ensuring that financial reporting accurately reflects the segregation of inventory value.

Business Challenge

Implementing and maintaining Cost Groups involves complex accounting rules. Challenges include:

The Solution

The CAC Cost Group Accounts Setup report addresses these challenges by:

Technical Architecture (High Level)

The report utilizes a UNION ALL architecture to normalize the wide table structure of CST_COST_GROUP_ACCOUNTS into a readable row-based format.

Parameters & Filtering

Performance & Optimization

FAQ

Q: What is a Cost Group? A: A Cost Group is a logical grouping of inventory items that share the same accounting and cost characteristics. It allows you to hold the same item at different costs within the same organization (e.g., “Project A” stock vs. “Common” stock).

Q: Why are there so many account types? A: Cost Groups in Average/FIFO/LIFO costing must handle not just the inventory value, but also the variances that arise from purchasing and invoice matching. Each of these requires a specific GL account mapping.

Q: Does this report show Standard Costing accounts? A: Generally, no. Standard Costing typically uses Subinventory or Organization-level accounts. Cost Groups are primarily used for Actual Costing (Average, FIFO, LIFO) or Project Manufacturing.

Q: Can I see which items are in these Cost Groups? A: No, this report focuses purely on the financial setup of the Cost Group itself. To see item balances by Cost Group, you would use a report like “CST Inventory Value - Multi-Organization”.


© 2026 Enginatics