Search Results mtl_parameters
Overview
The MTL_PARAMETERS table is a fundamental master data table within the Oracle E-Business Suite Inventory (INV) module. It serves as the central repository for defining and storing the primary control options, default accounts, and operational rules for a specific inventory organization. Each row in this table corresponds to a single inventory organization, making it a critical configuration point that governs transactional behavior, costing, and accounting for all inventory activities within that organization. Its role is pivotal in ensuring consistent application of business rules across the supply chain execution processes.
Key Information Stored
The table's primary key is ORGANIZATION_ID, linking it to the HR_ALL_ORGANIZATION_UNITS table. Its columns define the essential operational and financial parameters for an organization. Key stored information includes default general ledger accounts for inventory valuation (e.g., MATERIAL_ACCOUNT, EXPENSE_ACCOUNT, COST_OF_SALES_ACCOUNT), accounts for cost absorption (e.g., MATERIAL_OVERHEAD_ACCOUNT, OVERHEAD_ACCOUNT), and variance accounts (e.g., AVERAGE_COST_VAR_ACCOUNT). It also holds references to operational rules, such as DEFAULT_PICKING_RULE_ID and DEFAULT_ATP_RULE_ID, and organizational hierarchy data like MASTER_ORGANIZATION_ID and COST_ORGANIZATION_ID. Additional columns control defaults for calendars, exception sets, and source subinventories for replenishment.
Common Use Cases and Queries
This table is primarily queried for configuration validation, reporting on organizational setups, and as a source for default values during transaction processing. A common use case is verifying the default expense account for a given organization to ensure proper accounting. Sample queries include retrieving all parameters for a specific organization or listing organizations and their primary material account for a financial audit.
- Retrieve all parameters for organization ID 204:
SELECT * FROM INV.MTL_PARAMETERS WHERE ORGANIZATION_ID = 204; - List organizations with their default material and expense accounts:
SELECT ORGANIZATION_ID, MATERIAL_ACCOUNT, EXPENSE_ACCOUNT FROM INV.MTL_PARAMETERS ORDER BY ORGANIZATION_ID; - Find organizations that use a specific cost calendar:
SELECT ORGANIZATION_ID, NAME FROM HR_ALL_ORGANIZATION_UNITS HOU, INV.MTL_PARAMETERS MP WHERE HOU.ORGANIZATION_ID = MP.ORGANIZATION_ID AND MP.CALENDAR_CODE = 'STANDARD';
Related Objects
As indicated by its extensive foreign key relationships, MTL_PARAMETERS is a central hub connected to numerous core EBS tables. Key related objects include:
- GL_CODE_COMBINATIONS: Referenced for nearly all default inventory accounting accounts (e.g., MATERIAL_ACCOUNT, EXPENSE_ACCOUNT).
- MTL_PARAMETERS (self-referenced): Related via COST_ORGANIZATION_ID, MASTER_ORGANIZATION_ID, and SOURCE_ORGANIZATION_ID to define inter-organization relationships.
- MTL_SECONDARY_INVENTORIES: Linked via SOURCE_SUBINVENTORY for replenishment defaults.
- Operational Rule Tables: MTL_PICKING_RULES (DEFAULT_PICKING_RULE_ID) and MTL_ATP_RULES (DEFAULT_ATP_RULE_ID).
- Other Key Tables: BOM_CALENDARS, BOM_EXCEPTION_SETS, BOM_RESOURCES, CST_COST_GROUPS, and HR_ALL_ORGANIZATION_UNITS.
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Lookup Type: MTL_PARAMETERS
12.2.2
product: INV - Inventory , meaning: MTL PARAMETERS ,
-
Lookup Type: MTL_PARAMETERS
12.1.1
product: INV - Inventory , meaning: MTL PARAMETERS ,
-
APPS.MTL_LOT_UOM_CONV_PUB dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_RCV_INTEGRATION_APIS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MRP_SOURCING_API_PK dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INVPVLM2 dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MRP_CL_FUNCTION dependencies on MTL_PARAMETERS
12.1.1
-
APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OPI_DBI_COMMON_MOD_INIT_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.CTO_MATCH_AND_RESERVE dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_MWB_TREE1 dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WSMPUTIL dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_TRANSACTION_LOVS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WMS_ASSIGNMENT_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INVPCOII dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WSH_WV_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MTL_PENDING_STATUS_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.GMPRELAP dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.JMF_SHIKYU_RPT_CFR_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on MTL_PARAMETERS
12.1.1
-
APPS.EAM_RES_VALIDATE_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OPI_DBI_WMS_STORAGE_UTZ_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_LABEL_PVT10 dependencies on MTL_PARAMETERS
12.1.1
-
APPS.BOM_COMPONENT_API dependencies on MTL_PARAMETERS
12.1.1
-
APPS.XDP_INTERFACES dependencies on MTL_PARAMETERS
12.1.1
-
APPS.M4R_7B1_WSM_IN dependencies on MTL_PARAMETERS
12.1.1
-
APPS.BOM_RTG_OI_UTIL dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_INV_LOVS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MRP_SOURCING_GRP dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_CACHE dependencies on MTL_PARAMETERS
12.1.1
-
APPS.CST_LCMADJUSTMENTS_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OPI_DBI_INV_VALUE_UTL_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.CSP_PICK_UTILS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.GMD_QC_LABELS_UTIL dependencies on MTL_PARAMETERS
12.1.1
-
APPS.GMD_STABILITY_STUDIES_GRP dependencies on MTL_PARAMETERS
12.1.1
-
APPS.XDP_ORDER dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WSH_OTM_REF_DATA_GEN_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INVTVTUS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OKL_ACTIVATE_IB_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_PARAMETERS
12.1.1
-
APPS.GMD_SS_BATCH_WF_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.OPI_DBI_INV_CPCS_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_DIAG_DATA_COLL dependencies on MTL_PARAMETERS
12.1.1
-
APPS.RCV_GML_CONV_MIG dependencies on MTL_PARAMETERS
12.1.1