Skip to the content.

INV Material Account Distribution Detail – Oracle EBS SQL Report

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

Overview

Description: Material account distribution detail Application: Inventory

Source: Material account distribution detail (XML) Short Name: INVTRDST_XML

Report Parameters

Ledger, Operating Unit, Organization Code, Txn Organization Code, Transaction Date From, Transaction Date To, Account, Account From, Account To, Category Set 1, Category Set 2, Category Set 3, Item, Subinventory, Transaction Value From, Transaction Value To, GL Batch, Transaction Source Type, Source From, Source To, Transaction Type, Transaction Reason, Currency, Exchange Rate, Show SLA Accounting

Oracle EBS Tables Used

gl_periods, mtl_txn_request_headers, wip_entities, po_requisition_headers_all, mtl_cycle_count_headers, mtl_physical_inventories, cst_cost_updates, mtl_transaction_reasons, ap_invoice_distributions_all, ap_invoices_all, mtl_transaction_accounts, org_organization_definitions, cst_cost_elements, mtl_material_transactions, mtl_item_locations_kfv, mtl_system_items_vl, mtl_units_of_measure_vl, mtl_txn_source_types, mtl_transaction_types, gl_code_combinations_kfv, hr_all_organization_units_vl, gl_ledgers, po_headers_all, mtl_sales_orders_kfv, mtl_generic_dispositions_kfv, oe_order_lines_all, oe_order_headers_all, hz_cust_accounts, hz_parties, ra_customer_trx_lines_all, ra_customer_trx_all, rcv_transactions, po_lines_all, ap_suppliers, xla_distribution_links, xla_ae_lines, xla_ae_headers, xla_events, org_access_view

Report Categories

Enginatics

GL Account Analysis (Distributions), GL Account Analysis (Drilldown) (with inventory and WIP), GL Account Distribution Analysis, GL Account 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 INV Material Account Distribution Detail 22-Jul-2024 014230.xlsx
Blitz Report™ XML Import INV_Material_Account_Distribution_Detail.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-material-account-distribution-detail/

INV Material Account Distribution Detail - Case Study & Technical Analysis

Executive Summary

The INV Material Account Distribution Detail report is the bridge between Supply Chain operations and Finance. It provides a granular view of the accounting entries generated by inventory transactions. Every material movement (Receipt, Issue, Transfer) creates financial debits and credits; this report validates those entries, ensuring that the General Ledger accurately reflects the physical reality of the warehouse.

Business Challenge

Reconciling the Inventory Subledger to the General Ledger is a notorious pain point for accountants. Common issues include:

Solution

This report exposes the “Debits and Credits” behind every inventory transaction. It allows users to audit the specific GL accounts hit by each transaction type, providing the transparency needed for rapid reconciliation.

Key Features:

Technical Architecture

The report queries the distribution tables that store the accounting lines for inventory transactions.

Key Tables and Views

Core Logic

  1. Transaction Retrieval: Fetches transactions within the specified date range or GL Batch.
  2. Accounting Join: Joins MTL_MATERIAL_TRANSACTIONS to MTL_TRANSACTION_ACCOUNTS on TRANSACTION_ID.
  3. Account Resolution: Decodes the REFERENCE_ACCOUNT using GL_CODE_COMBINATIONS.
  4. Cost Element Breakdown: Can break down the cost by element (Material, Overhead, Resource) if using Standard Costing.

Business Impact


© 2026 Enginatics