Search Results project_reference_enabled
Overview
MTL_PARAMETERS_ALL_V is an Oracle E-Business Suite inventory view owned by the APPS schema within the INV (Inventory) product module. It is documented in ETRM as a retrofitted view, meaning it was retrofitted from an earlier release into the 12.1.1 / 12.2.2 code line as a standardized, multi-organization-aware access layer over the inventory organization parameters. The view presents the full parameter definition of every inventory organization — master and child — including cost method defaults, ATP and picking rule defaults, locator and subinventory sequencing, negative inventory controls, serial and lot number generation attributes, and, most importantly for the user's query, the complete set of inter-organization accounting accounts used by the inter-organization transfer process.
Because many inventory and cost management reports, concurrent programs, and integrations must resolve organization-level setup without hard-coding the base table, MTL_PARAMETERS_ALL_V serves as the canonical reporting and integration surface for inventory parameters. The "_ALL_" designation indicates that the view is intended to return rows for all organizations accessible from the read paradigm, rather than a single operating unit or organization context.
Underlying Base Objects
Per the documented ETRM metadata, the sole referenced base object for this view is the synonym MTL_PARAMETERS, which resolves to the APPS.MTL_PARAMETERS base table. The view text confirms this: it is a simple projection (SELECT of named columns) over the base table, exposing the entire row structure of MTL_PARAMETERS — including its audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN), the DFF flexfield columns (ATTRIBUTE_CATEGORY, ATTRIBUTE1 through ATTRIBUTE15, GLOBAL_ATTRIBUTE_CATEGORY), and the request context columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE). No joins to organization, ledger, or other parameter tables are embedded in the documented view text, so referential lookups such as organization code or operating unit must be made separately by the caller when required.
Key Columns
- ORGANIZATION_ID / ORGANIZATION_CODE — The inventory organization identifier and its short code; the primary granularity of every row.
- MASTER_ORGANIZATION_ID / COST_ORGANIZATION_ID — The master and costing organization associations governing item and cost sharing.
- PRIMARY_COST_METHOD / DEFAULT_MATERIAL_COST_ID — The default costing method (Standard, Average, FIFO, LIFO) and material cost element.
- DEFAULT_ATP_RULE_ID / DEFAULT_PICKING_RULE_ID — Default availability and picking rules applied at transaction time.
- NEGATIVE_INV_RECEIPT_CODE / STOCK_LOCATOR_CONTROL_CODE — Controls over negative balances and locator-level stock control.
- MATERIAL_ACCOUNT, MATERIAL_OVERHEAD_ACCOUNT, RESOURCE_ACCOUNT, OVERHEAD_ACCOUNT, OUTSIDE_PROCESSING_ACCOUNT, COST_OF_SALES_ACCOUNT — The core manufacturing and costing account assignments.
- INTERORG_RECEIVABLES_ACCOUNT, INTERORG_PRICE_VAR_ACCOUNT, INTERORG_PAYABLES_ACCOUNT, INTERORG_TRANSFER_CR_ACCOUNT — The inter-organization accounting set. INTERORG_TRANSFER_CR_ACCOUNT specifically represents the credit account used when an inter-organization transfer is processed, complementing the receivables and payables accounts to complete the transfer journal entry.
- MATL_INTERORG_TRANSFER_CODE / INTERORG_TRNSFR_CHARGE_PERCENT — Governs whether a transfer charge is applied and at what percentage.
- INTRANSIT_INV_ACCOUNT — The intransit inventory account used during shipment before receipt.
- SOURCE_ORGANIZATION_ID, SOURCE_SUBINVENTORY, SOURCE_TYPE — Default sourcing setup for the organization.
Common Use Cases and Queries
The most frequent use is resolving an organization's setup for validation, reporting, or integration. The query that motivated this search retrieves the inter-organization transfer credit account for a given organization:
SELECT organization_id, organization_code, interorg_transfer_cr_account, interorg_receivables_account, interorg_payables_account FROM mtl_parameters_all_v WHERE organization_id = :p_org_id;- Cost accounting reconciliation joining the view to GL code combinations to confirm account validity across all organizations.
- Setup audit listings — e.g., listing all organizations with negative inventory permitted or with the Average cost method.
- Inter-organization transfer configuration reports that combine INTERORG_TRANSFER_CR_ACCOUNT, INTERORG_RECEIVABLES_ACCOUNT, and INTERORG_PAYABLES_ACCOUNT with MATL_INTERORG_TRANSFER_CODE to verify complete transfer accounting.
Because the view has no embedded joins, callers typically link it to HR_ALL_ORGANIZATION_UNITS or ORG_ORGANIZATION_DEFINITIONS when operating unit or legal entity context is required.
-
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: 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: MTL_CATEGORY_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_CATEGORY_ACCOUNTS_V ,
-
View: INVBV_INVENTORY_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_ORGANIZATIONS, object_name:INVBV_INVENTORY_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_INVENTORY_ORGANIZATIONS ,
-
View: MTL_CATEGORY_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_CATEGORY_ACCOUNTS_V ,
-
View: INVBV_INVENTORY_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_ORGANIZATIONS, object_name:INVBV_INVENTORY_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_INVENTORY_ORGANIZATIONS ,
-
View: INVFV_INVENTORY_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_ORGANIZATIONS, object_name:INVFV_INVENTORY_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_ORGANIZATIONS ,
-
View: INVFV_INVENTORY_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_ORGANIZATIONS, object_name:INVFV_INVENTORY_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_ORGANIZATIONS ,
-
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 ,