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 Organization Parameters | Oracle EBS SQL Report
description – Oracle E-Business Suite SQL report
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, R12 only, INV, Organization, Parameters, mtl_material_statuses_vl, hr_all_organization_units_vl, cst_cost_types
permalink /INV%20Organization%20Parameters/

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

Related Reports

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:

  • Process Failures: "Why does Warehouse A force me to enter a Lot Number but Warehouse B doesn't?" (Answer: Different organization parameters).
  • Financial Errors: "Why is the Costing Method 'Standard' in the distribution center but 'Average' in the factory?"
  • Deployment Risks: When rolling out a new site, ensuring it matches the template of existing sites is difficult without a comparison tool.

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:

  • Control Flags: Lists settings for Negative Inventory, WMS Enabled, Process Manufacturing Enabled, etc.
  • Defaults: Shows default accounts, picking rules, and subinventories.
  • Costing Setup: Details the Costing Method and General Ledger link.

Technical Architecture

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

Key Tables and Views

  • MTL_PARAMETERS: The master table for Inventory Organization setup.
  • HR_ALL_ORGANIZATION_UNITS: The HR definition of the org.
  • GL_LEDGERS: The financial ledger the org belongs to.
  • CST_COST_TYPES: The costing method definition.

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

  • Standardization: Helps enforce a standard template across all warehouses.
  • Troubleshooting: The first document a consultant asks for when debugging "weird" system behavior.
  • Change Management: Documents the "As-Is" state before applying any configuration changes.

Useful Links

© 2026 Enginatics