Search Results general_ledger_update_code
Overview
APPS.MTL_PARAMETERS_ALL_V is an operational reporting view in Oracle E-Business Suite that exposes inventory organization setup and control parameters. In the 12.1.1 and 12.2.2 data models, the view presents the columns of the MTL_PARAMETERS table, the core table that stores per-organization configuration for Oracle Inventory. The "ALL" naming convention signals that the view is not filtered by organization or responsibility context; it returns parameter rows for every inventory organization defined in the instance, subject only to the privileges of the querying user. This makes the view suitable for cross-organization reporting, data extraction, and integration scenarios where a complete picture of inventory parameterization is required. Because inventory parameters govern negative stock control, locator and subinventory defaults, lot and serial numbering behavior, inter-org transfer accounting, and mandatory account assignments used by cost management, the view is frequently consulted by technical consultants administering or auditing an EBS instance.
Underlying Base Objects
The ETRM documentation for 12.2.2 records a single referenced base object: MTL_PARAMETERS, exposed in the APPS schema as a synonym. MTL_PARAMETERS holds one row per inventory organization, keyed principally by ORGANIZATION_ID, and is maintained through the Inventory Organization Parameters window. Because the view is defined directly over the table synonym without additional joins, it preserves the one-row-per-organization grain and the complete column set of the base table. As a result, the view behaves as a read-only projection of MTL_PARAMETERS; it does not aggregate, filter, or derive values. In 12.1.1 the definition is functionally equivalent, and the same column inventory applies, with the caveat that Multi-Org access control (MOAC) semantics must be understood: the underlying table is an organization-level table and is subject to the operating unit and organization security profile settings applied at runtime.
Key Columns
- ORGANIZATION_ID / ORGANIZATION_CODE / MASTER_ORGANIZATION_ID — identify the inventory organization and its owning master organization.
- LOT_NUMBER_UNIQUENESS — the searched-for column; determines whether lot numbers must be unique across the organization, across the item, or only within an item and organization combination. It drives lot control validation during receiving, WIP, and miscellaneous transactions.
- LOT_NUMBER_GENERATION, LOT_NUMBER_ZERO_PADDING, LOT_NUMBER_LENGTH, AUTO_LOT_ALPHA_PREFIX — control automatic lot number generation, padding, length, and prefix conventions.
- SERIAL_NUMBER_TYPE, SERIAL_NUMBER_GENERATION, AUTO_SERIAL_ALPHA_PREFIX, START_AUTO_SERIAL_NUMBER — govern serial number assignment and validation.
- NEGATIVE_INV_RECEIPT_CODE, STOCK_LOCATOR_CONTROL_CODE — control negative balances and locator validation.
- DEFAULT_ATP_RULE_ID, DEFAULT_PICKING_RULE_ID, DEFAULT_LOCATOR_ORDER_VALUE, DEFAULT_SUBINV_ORDER_VALUE — supply chain and picking defaults.
- MATERIAL_ACCOUNT, MATERIAL_OVERHEAD_ACCOUNT, COST_OF_SALES_ACCOUNT, ENCUMBRANCE_ACCOUNT and related accounting columns — the mandatory account assignments used by costing and encumbrance.
- MATL_INTERORG_TRANSFER_CODE, INTERORG_TRNSFR_CHARGE_PERCENT, INTERORG_*_ACCOUNT — inter-organization transfer pricing and accounting behavior.
- ATTRIBUTE1–15, GLOBAL_ATTRIBUTE_CATEGORY, GLOBAL_ATTRIBUTE1–3 — descriptive flexfield and global descriptive flexfield context values.
Common Use Cases and Queries
Typical uses include validating lot and serial control configuration after a clone or upgrade, reconciling organization parameters across a multi-org deployment, and feeding external systems that need numbering or accounting defaults. A common query to inspect lot uniqueness by organization is:
SELECT organization_id, organization_code, lot_number_uniqueness
FROM apps.mtl_parameters_all_v
ORDER BY organization_code;
A wider audit of lot generation and serial settings:
SELECT organization_code, lot_number_uniqueness, lot_number_generation,
lot_number_zero_padding, lot_number_length,
serial_number_type, serial_number_generation
FROM apps.mtl_parameters_all_v;
To correlate parameters with costing accounts:
SELECT organization_code, material_account, cost_of_sales_account,
negative_inv_receipt_code, stock_locator_control_code
FROM apps.mtl_parameters_all_v;
Comparisons against MTL_PARAMETERS are valid because the view is a direct projection, though joins to MTL_ORGANIZATIONS or HR_ALL_ORGANIZATION_UNITS, or to the operating unit model through MOAC, are often required to present meaningful organization descriptions alongside these parameters.
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.2.2
-
View: MTL_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_ALL_V ,
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_HEADERS_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_HEADERS_V
12.1.1
-
View: MTL_PARAMETERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_ALL_V ,
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
-
View: CST_XLA_INV_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_HEADERS_V, object_name:CST_XLA_INV_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_HEADERS_V ,
-
View: CST_XLA_INV_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_HEADERS_V, object_name:CST_XLA_INV_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_HEADERS_V ,
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID,
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID,
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PARAMETERS#, status:VALID,
-
VIEW: APPS.MTL_PARAMETERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID,
-
View: MTL_PARAMETERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_VIEW ,
-
View: MTL_PARAMETERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_VIEW ,
-
VIEW: APPS.MTL_PARAMETERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID,
-
TABLE: INV.MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID,
-
TABLE: INV.MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID,
-
APPS.MTL_PARAMETERS_PKG SQL Statements
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG SQL Statements
12.2.2
-
APPS.MTL_PARAMETERS_PKG SQL Statements
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MTL_PARAMETERS_PKG
12.1.1
-
PACKAGE BODY: APPS.MTL_PARAMETERS_PKG
12.2.2
-
PACKAGE BODY: APPS.INV_MIGRATE_PROCESS_ORG
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on MTL_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.INV_MIGRATE_PROCESS_ORG
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on MTL_PARAMETERS
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2