Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

layout default
title INV Cycle count schedule requests | Oracle EBS SQL Report
description Imported Oracle standard Cycle count schedule requests report Source: Cycle count schedule requests report (XML) Short Name: INVARRTAXML DB package…
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, R12 only, INV, Cycle, count, schedule, mtl_cycle_count_headers, mtl_cc_schedule_requests, mtl_item_locations_kfv
permalink /INV%20Cycle%20count%20schedule%20requests/

INV Cycle count schedule requests – Oracle EBS SQL Report

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

Overview

Imported Oracle standard Cycle count schedule requests report Source: Cycle count schedule requests report (XML) Short Name: INVARRTA_XML DB package: INV_INVARRTA_XMLP_PKG

Report Parameters

Organization Code, Cycle Count Name, Start Date, End Date, Category Set 1, Category Set 2, Category Set 3

Oracle EBS Tables Used

mtl_cycle_count_headers, mtl_cc_schedule_requests, mtl_item_locations_kfv, mtl_system_items_vl, org_organization_definitions, gl_ledgers, org_access_view

Report Categories

Enginatics, R12 only

Related Reports

INV Cycle count listing, INV Cycle count entries and adjustments, INV Cycle counts pending approval, INV Material Transactions, INV Cycle count open requests listing, INV Cycle count unscheduled items, INV Cycle count hit/miss analysis

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_schedule_requests.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-cycle-count-schedule-requests/

INV Cycle count schedule requests - Case Study & Technical Analysis

Executive Summary

The INV Cycle count schedule requests report documents the intent to count. It lists the items that have been selected by the automatic scheduler or manually requested for counting. This is the upstream step before "Entries" are generated. It helps inventory managers understand what the system is planning to count based on the frequency rules (e.g., "Count 'A' items 12 times a year").

Business Use Cases

  • Schedule Validation: Verifies that the automatic scheduler is picking up the correct items.
  • Workload Planning: Helps warehouse managers estimate the labor required for the upcoming week's counts.
  • Coverage Analysis: Ensures that all items in a specific category or subinventory are being scheduled.

Technical Analysis

Core Tables

  • MTL_CC_SCHEDULE_REQUESTS: Stores the request to count an item.
  • MTL_CYCLE_COUNT_HEADERS: The cycle count definition.
  • MTL_SYSTEM_ITEMS_VL: Item details.

Key Joins & Logic

  • Auto-Schedule Logic: The system generates records in MTL_CC_SCHEDULE_REQUESTS based on the item's ABC class and the last count date.
  • Request to Entry: A schedule request becomes an "Entry" (MTL_CYCLE_COUNT_ENTRIES) once the "Generate Cycle Count Requests" program is run. This report shows the state before or during that generation.

Key Parameters

  • Cycle Count Name: The specific count definition.
  • Category Set: Filter by item category to check scheduling for specific product lines.

Useful Links

© 2026 Enginatics