INV Cycle count open requests listing – Oracle EBS SQL Report
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Overview
Imported Oracle standard Cycle count open requests listing report Source: Cycle count open requests listing (XML) Short Name: INVARORE_XML DB package: INV_INVARORE_XMLP_PKG
Report Parameters
Organization Code, Cycle Count Name, Overdue Requests Only
Oracle EBS Tables Used
mtl_cc_serial_numbers, mfg_lookups, mtl_item_locations_kfv, mtl_item_flexfields, mtl_cycle_count_headers, mtl_cycle_count_items, mtl_cycle_count_entries, mtl_abc_classes, org_organization_definitions, gl_ledgers, cst_cost_groups, wms_license_plate_numbers, org_access_view
Report Categories
Related Reports
INV Cycle count listing, INV Cycle count entries and adjustments, INV Cycle counts pending approval, INV Cycle count hit/miss analysis, INV Cycle count unscheduled items, INV Print Cycle Count Entries Open Interface data, INV Item Upload, INV Items, INV Cycle count schedule requests
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 | None |
| Blitz Report™ XML Import | INV_Cycle_count_open_requests_listing.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/inv-cycle-count-open-requests-listing/ |
INV Cycle count open requests listing - Case Study & Technical Analysis
Executive Summary
The INV Cycle count open requests listing report focuses specifically on cycle count entries that are incomplete. An “open request” is a generated count task that has not yet been fully processed (counted, entered, and approved). This report is a “To-Do List” for the inventory team to ensure all counts are closed out before the period end.
Business Use Cases
- Backlog Management: Identifies counts that were generated but never executed (e.g., lost tags, forgotten aisles).
- Period Close Prep: Oracle Inventory often requires all cycle count entries to be processed before certain period-end activities; this report identifies the blockers.
- Overdue Analysis: Highlights counts that have been open longer than the standard SLA.
Technical Analysis
Core Tables
MTL_CYCLE_COUNT_ENTRIES: The primary source, filtered for open statuses.MTL_CC_SCHEDULE_REQUESTS: The schedule request that spawned the entry.
Key Joins & Logic
- Open Status Filter: The query specifically looks for
ENTRY_STATUS_CODENOT IN (Completed, Recount). - Late Logic: If “Overdue Requests Only” is selected, it compares the
CREATION_DATEorCOUNT_DUE_DATEagainst the current date.
Key Parameters
- Cycle Count Name: The specific count definition.
- Overdue Requests Only: Flag to show only late counts.
Useful Links
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics