CAC Department Overhead Rates
Description:
Report to show departmental overheads and rates
/* +=============================================================================+ – | Copyright 2016 - 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_dept_ovhd_rates.sql – | – | Parameters: – | p_ledger – Ledger you wish to report, enter a null or blank for all – | ledgers. – | p_cost_type – Cost Type you wish to report, enter a null or blank for all – | cost types. – | – | Description: – | Report to show departmental overheads and rates. – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 17 Sep 2013 Douglas Volz Initial Coding – | 1.1 18 Oct 2016 Douglas Volz Added organization information – | 1.2 6 Sep 2019 Douglas Volz Added last update date – | 1.3 27 Jan 2020 Douglas Volz Added Operating Unit parameter – | 1.4 26 Apr 2020 Douglas Volz Changed to multi-language views for – | operating units.+=============================================================================+*/
Parameters
Cost Type, Organization Code, Operating Unit, Ledger
Used tables
bom_departments, cst_department_overheads, bom_resources, cst_cost_types, mtl_parameters, gl_code_combinations, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, mfg_lookups, org_access_view, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual
Categories
Related reports
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 Department Overhead Rates 23-Jun-2022 145254.xlsx
Report SQL
www.enginatics.com/reports/cac-department-overhead-rates/
Blitz Report™ import options
CAC_Department_Overhead_Rates.xml
Case Study & Technical Analysis: CAC Department Overhead Rates
Executive Summary
The CAC Department Overhead Rates report is a configuration audit tool that displays the overhead rates assigned to manufacturing departments. In Oracle EBS Cost Management, overheads can be applied at the department level (based on resource usage) rather than just at the item level. This report provides a clear view of these rates, their basis (e.g., Resource Units, Resource Value), and the associated General Ledger absorption accounts, ensuring that indirect costs are being allocated correctly to Work in Process (WIP).
Business Challenge
Setting up departmental overheads involves linking multiple entities: Departments, Resources (Overheads), Cost Types, and Rates. Common challenges include:
- Rate Visibility: It is difficult to see all overhead rates across different departments and cost types in a single screen.
- Basis Verification: Ensuring that the overhead is applied on the correct basis (e.g., $10 per hour vs. 150% of labor cost).
- Account Alignment: Verifying that the absorption account defined on the Overhead resource matches the financial expectation for credit absorption.
- Multi-Org Management: Comparing rates across different factories (Inventory Organizations) to ensure consistency or explain variances.
The Solution
The report solves these challenges by:
- Unified View: Joining
CST_DEPARTMENT_OVERHEADSwith Department and Resource definitions to show the complete picture in one row. - Basis Decoding: Translating the numeric
BASIS_TYPEcode into a user-friendly description (e.g., “Item”, “Lot”, “Resource value”, “Resource units”). - GL Integration: Displaying the full accounting flexfield for the absorption account, allowing for immediate validation against the Chart of Accounts.
- Cost Type Comparison: Allowing users to run the report for different Cost Types (e.g., “Frozen” vs. “Pending”) to analyze proposed rate changes.
Technical Architecture (High Level)
The query is a straightforward join of the Costing and Manufacturing definition tables.
- Core Table:
CST_DEPARTMENT_OVERHEADSstores the intersection of Department, Overhead Resource, and Cost Type, along with the Rate. - Key Joins:
BOM_DEPARTMENTS: For Department codes.BOM_RESOURCES: For Overhead names and Absorption Accounts.CST_COST_TYPES: For Cost Type names.MFG_LOOKUPS: To decode theBASIS_TYPE(Lookup TypeCST_BASIS_SHORT).
Parameters & Filtering
- Cost Type: Filter by specific cost scenario (e.g., “Frozen”, “FY2024 Standard”).
- Organization Code: Filter by specific factory/inventory org.
- Operating Unit/Ledger: Standard multi-org filters.
Performance & Optimization
- Direct Joins: The query uses standard primary key joins, making it highly efficient.
- Security: Implements standard Oracle MOAC (Multi-Org Access Control) and GL Security to restrict data visibility.
FAQ
Q: What is the difference between “Resource Units” and “Resource Value” basis? A: “Resource Units” means the overhead is applied as a fixed amount per hour (or unit) of the resource used (e.g., $50 overhead per 1 hour of Labor). “Resource Value” means it is applied as a percentage of the resource’s cost (e.g., 150% of the Labor rate).
Q: Why don’t I see Item-based overheads here? A: This report focuses on Departmental overheads, which are driven by routing operations. Item-based overheads (Material Overhead) are typically defined on the Item Master or Category and are reported separately (e.g., “CAC Material Overhead Setup”).
Q: Can I see the history of rate changes?
A: The report shows the Last_Update_Date, which indicates when the rate was last modified. However, it does not show a full audit trail of prior values; it shows the current state for the selected Cost Type.
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