CAC New Items
Description:
Report to show items which have been recently created, including various item controls, item costs (per your Costing Method), item master accounts, last transaction and onhand stock, based on the item master creation date.
Parameters:
Creation Date From: starting item master creation date (required). Creation Date To: ending item master creation date (required). Include Uncosted Items: enter Yes to display items which are set to not be costed in your Costing Method Cost Type, defaulted as Yes (mandatory). Category Set 1: any item category you wish, typically the Cost or Product Line category set (optional). Category Set 2: any item category you wish, typically the Inventory category set (optional).S 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 2010 - 2023 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_new_items_rept.sql – | – | – | Description: – | Report to show zero item costs in the “costing method” cost type, – | the creation date and any onhand stock. – | – | version modified on modified by description – | ======= =========== ============== ========================================= – | 1.0 14 jun 2017 Douglas Volz Initial coding based on the zero item cost – | report, xxx_zero_item_cost_report.sql, version 1.3 – | 1.1 20 Jan 2020 Douglas Volz Added Org Code and Operating Unit parameters. – | 1.2 07 Jul 2022 Douglas Volz Changed to multi-language views for the item – | master and inventory orgs. Added item master – | accounts and costs by cost element. – | 1.3 09 Jul 2023 Douglas Volz Remove tabs and restrict to only orgs you have – | access to, using the org access view. – | 1.4 08 Aug 2023 Douglas Volz Fix item status code to use translated values. – | 1.5 22 Nov 2023 Douglas Volz Add BOM/Routing/Sourcing Rule columns, item master – | created by and std lot size and costing created by, – | costing lot size and defaulted flag. – | 1.6 05 Dec 2023 Douglas Volz Added G/L and Operating Unit security restrictions. – +=============================================================================+*/
Parameters
Creation Date From, Creation Date To, Include Uncosted Items, Assignment Set, Category Set 1, Category Set 2, Category Set 3, Organization Code, Operating Unit, Ledger
Used tables
mtl_material_transactions, mtl_transaction_types, mtl_onhand_quantities_detail, bom_structures_b, bom_operational_routings, mrp_sr_receipt_org, mrp_sr_source_org, mrp_sourcing_rules, mrp_sr_assignments, mrp_assignment_sets, mtl_system_items_vl, mtl_parameters, cst_cost_types, org_access_view, cst_item_costs, mtl_item_status_vl, mtl_units_of_measure_vl, fnd_common_lookups, mfg_lookups, fnd_lookups, gl_code_combinations, fnd_user, gl_ledgers, hr_organization_information, hr_all_organization_units_vl, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual
Categories
Related reports
CAC Inventory Organization Summary
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 New Items 07-Jul-2022 142245.xlsx
Report SQL
www.enginatics.com/reports/cac-new-items/
Blitz Report™ import options
Case Study & Technical Analysis: CAC New Items
Executive Summary
The CAC New Items report is a Master Data governance tool. It lists all items created within a specified date range, providing a comprehensive view of their setup status: Costing, Accounting, Categories, and Inventory Controls. It is the “New Hire Orientation” for your Inventory Master.
Business Challenge
- Data Quality: New items are the most common source of errors. Users forget to assign a Category, set the “Costed” flag, or define the COGS account.
- Process Control: “Did the Engineering team finish setting up the new product line?”
- Costing Gaps: Identifying items that have been created but have a zero cost (or haven’t been costed yet).
Solution
This report provides a 360-degree view of the new item.
- Attributes: Lists Status, Make/Buy, UOM, and Asset Flag.
- Financials: Shows the current Unit Cost and the default GL accounts.
- Activity: Shows the “Last Transaction Date” to see if the item is already being used.
- Stock: Shows current On-hand quantity.
Technical Architecture
- Primary Driver:
mtl_system_items.creation_date. - Joins: Links to
cst_item_costs(for cost),gl_code_combinations(for accounts), andmtl_onhand_quantities(for stock).
Parameters
- Creation Date From/To: (Mandatory) The window of time to audit.
- Include Uncosted Items: (Mandatory) “Yes” allows you to find items that missed the costing process.
Performance
- Fast: Filtering by Creation Date is highly efficient.
FAQ
Q: Does it show who created the item? A: Yes, it typically includes the “Created By” user ID.
Q: Can I use this to find “Changed” items?
A: No, this only looks at the Creation date. To find changed items, you would need to query the last_update_date or use an audit trail report.
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