Skip to the content.

INV Period Close Pending Transactions – Oracle EBS SQL Report

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

Overview

Summary report to display the pending transaction counts as found in the Inventory Account Periods Close form, checking open receipts, pending shipments, failed inventory, WIP, etc

The Period Count shows the pending transactions occurring within the specified period. The Period Close Count shows the count of pending transactions as at the scheduled period close date of the specified period. The Period Close Count are the counts displayed in the Pending Transactions Inventory Account Periods Close Form.
This is the accumulated count of pending transactions upto the shceduled close date of the specified period, except for the count of ‘Unprocessed Shipping Transactions’ which are not carried over to the next period.

Period count queries are sourced from procedure CST_AccountingPeriod_PUB.Get_PendingTcount (CSTPAPEB.pls 120.18.12020000.8)

Report Parameters

Organization Code, Period From, Period To

Oracle EBS Tables Used

org_organization_definitions, org_acct_periods, mtl_material_transactions_temp, org_access_view, mtl_material_transactions, wip_cost_txn_interface, wsm_split_merge_txn_interface, wsm_lot_move_txn_interface, wsm_lot_split_merges_interface, mtl_parameters, cst_lc_adj_interface, rcv_transactions_interface, mtl_transactions_interface, wip_move_txn_interface, wip_discrete_jobs, wip_entities, wsh_delivery_details, wsh_delivery_assignments_v, wsh_new_deliveries, wsh_delivery_legs, wsh_trip_stops

Report Categories

Enginatics

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 INV Period Close Pending Transactions 03-Dec-2024 195754.xlsx
Blitz Report™ XML Import INV_Period_Close_Pending_Transactions.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-period-close-pending-transactions/

INV Period Close Pending Transactions - Case Study & Technical Analysis

Executive Summary

The INV Period Close Pending Transactions report is the “Pre-Flight Check” for the inventory month-end close. Before an accounting period can be closed, Oracle requires all transactions to be fully processed. This report identifies any “stuck” transactions (Unprocessed Material, Pending WIP, Uncosted items) that are blocking the close.

Business Challenge

The “Period Close” is often a stressful time. The system prevents closing if anything is pending, but finding what is pending can be like finding a needle in a haystack. Users struggle with:

Solution

The INV Period Close Pending Transactions report aggregates counts from all the various “holding areas” in the system. It replicates the logic of the “Pending Transactions” form but provides a printable, shareable format.

Key Features:

Technical Architecture

The report queries a series of interface and temporary tables that act as queues for the inventory processors.

Key Tables and Views

Core Logic

  1. Union Query: The report runs a series of SELECT COUNT(*) queries against each interface table.
  2. Date Filtering: It only counts transactions that fall within the period being closed.
  3. Resolution: If the count > 0, the period cannot close.

Business Impact


© 2026 Enginatics