CAC Item Cost Summary
Description:
Report to show item costs in any cost type. For one or more inventory organizations.
Parameters:
Cost Type: enter the cost type(s) you wish to report (mandatory). Include Uncosted Items: enter Yes to include non-costed items, enter No to exclude them (mandatory). Item Status to Exclude: enter the item status you wish to exclude, defaulted to Inactive (optional). Category Set 1: the first item category set to report, typically the Cost or Product Line Category Set (optional). Category Set 2: the second item category set to report, typically the Inventory Category Set (optional). Item Number: enter the item numbers you wish to report (optional). 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 2009-2024 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) – | – | Description: – | Report to show item costs in any cost type – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 06 Oct 2009 Douglas Volz Initial Coding – | 1.1 16 Mar 2010 Douglas Volz Updated with Make/Buy flags – | 1.2 08 Nov 2010 Douglas Volz Updated with additional columns and parameters – | 1.3 07 Feb 2011 Douglas Volz Added COGS and Revenue default accounts – | 1.4 15 Nov 2016 Douglas Volz Added category information – | 1.5 27 Jan 2020 Douglas Volz Added Org Code and Operating Unit parameters – | 1.6 27 Apr 2020 Douglas Volz Changed to multi-language views for the item – | master, inventory orgs and operating units – | 1.7 21 Jun 2020 Douglas Volz Changed to multi-language views for item – | status and UOM – | 1.8 24 Sep 2020 Douglas Volz Added List Price and Market Price to report – | 1.9 29 Jan 2021 Douglas Volz Added item master dates and Inactive Items parameter – | 1.10 22 Nov 2023 Douglas Volz Add item master std lot size, costing lot size, – | remove tabs and add org access controls – | 1.11 05 Dec 2023 Douglas Volz Added G/L and Operating Unit security restrictions. – | 1.12 30 Jun 2024 Douglas Volz Reinstalled missing parameter for Item Status to Exclude – | and commented out G/L and Operating Unit security restrictions. – +=============================================================================+*/
Parameters
Cost Type, Include Uncosted Items, Item Status to Exclude, Category Set 1, Category Set 2, Category Set 3, Item Number, Organization Code, Operating Unit, Ledger
Used tables
cst_item_costs, cst_cost_types, mtl_system_items_vl, mtl_item_status_vl, mtl_units_of_measure_vl, mtl_parameters, mfg_lookups, fnd_lookups, fnd_common_lookups, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, gl_code_combinations, 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 Item Cost Summary 07-Jul-2022 150443.xlsx
Report SQL
www.enginatics.com/reports/cac-item-cost-summary/
Blitz Report™ import options
Case Study & Technical Analysis: CAC Item Cost Summary
Executive Summary
The CAC Item Cost Summary report is the workhorse of cost reporting. It provides a straightforward, comprehensive list of item costs for a specified Cost Type and Organization. It is the “go-to” report for answering basic questions about inventory value, standard costs, and item attributes.
Business Challenge
Users need a simple, reliable way to extract cost data.
- Accessibility: Navigating screen-by-screen to check costs is inefficient.
- Attribute Context: Knowing the cost is not enough; users also need to know the Item Status, Make/Buy code, and Default Accounts to understand the context.
- Uncosted Items: Identifying items that have been created but not yet costed (Cost = 0) is a critical maintenance task.
Solution
This report provides a flat, filterable list of item costs.
- Comprehensive: Includes Unit Cost, Material Cost, Material Overhead, Resource, OSP, and Overhead buckets.
- Context Rich: Includes Inventory Asset Flag, Planning Make/Buy Code, and Default COGS/Sales accounts.
- Maintenance Aid: The “Include Uncosted Items” parameter helps identify gaps in the costing setup.
Technical Architecture
The report queries the primary costing view:
- Core Table:
cst_item_costs. - Item Details: Joins to
mtl_system_itemsfor descriptions and control flags. - Account Resolution: Joins to
gl_code_combinationsto show the default accounts associated with the item.
Parameters
- Cost Type: (Mandatory) The cost type to display (e.g., Frozen, Pending, Average).
- Include Uncosted Items: (Mandatory) Toggle to show items with no cost record.
- Item Status to Exclude: (Optional) Filter out Inactive or Obsolete items.
Performance
- Scalable: Designed to handle large item masters.
- Indexed: Efficiently filters by Organization and Cost Type.
FAQ
Q: Does this show the breakdown of resources? A: No, it shows the total Resource cost. For a breakdown by specific resource (e.g., Labor vs. Machine), use the “Item Cost & Routing” report.
Q: Why is the cost zero? A: Either the item is new and hasn’t been costed, or it is an Expense item (Inventory Asset Flag = No) which is not tracked with a value in inventory.
Q: Can I use this for Average Costing? A: Yes, simply select the “Average” 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