Skip to the content.

INV Organization Parameters – Oracle EBS SQL Report

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

Overview

None

Report Parameters

Ledger, Operating Unit, Country, Organization Code

Oracle EBS Tables Used

mtl_material_statuses_vl, hr_all_organization_units_vl, cst_cost_types, bom_resources, cst_cost_groups, mtl_parameters_view, org_organization_definitions, gl_ledgers, hr_operating_units, hr_locations_all, fnd_territories_vl

Report Categories

Enginatics, R12 only

CAC Open Purchase Orders, CAC Calculate Average Item Costs, CAC Receiving Value (Period-End), CAC Missing WIP Accounting Transactions, CAC ICP PII Inventory Pending Cost Adjustment, CAC ICP PII Item Cost Summary, GL Account Analysis (Distributions), CAC ICP PII Inventory and Intransit Value (Period-End), GL Account Distribution 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 Organization Parameters 18-Aug-2024 120822.xlsx
Blitz Report™ XML Import INV_Organization_Parameters.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-organization-parameters/

INV Organization Parameters - Case Study & Technical Analysis

Executive Summary

The INV Organization Parameters report is a configuration document that details the setup of every Inventory Organization in the system. It captures the critical control flags (e.g., Negative Balances Allowed, Locator Control, Serial Control) that dictate how the warehouse operates. This report is the “Blueprint” of the inventory setup.

Business Challenge

Inventory organizations are complex entities with hundreds of parameters. Inconsistencies can lead to:

Solution

The INV Organization Parameters report dumps the full configuration of the MTL_PARAMETERS table. It allows for side-by-side comparison of multiple organizations to identify discrepancies.

Key Features:

Technical Architecture

The report is a direct dump of the primary organization definition table.

Key Tables and Views

Core Logic

  1. Parameter Retrieval: Selects all columns from MTL_PARAMETERS.
  2. Decoding: Resolves ID columns (like DEFAULT_MATERIAL_COST_ID) to readable names.
  3. Context: Joins to HR and GL tables to provide the Operating Unit and Ledger context.

Business Impact


© 2026 Enginatics