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.WMS_WAVE_PLANNING_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.ENG_GLOBALS dependencies on MTL_PARAMETERS
12.1.1
-
APPS.EAM_GENEALOGY_IMPORT_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MSD_SR_UTIL dependencies on MTL_PARAMETERS
12.2.2
-
APPS.INVKBCGN dependencies on MTL_PARAMETERS
12.1.1
-
APPS.MSD_SR_UTIL dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INVIDSCS dependencies on MTL_PARAMETERS
12.2.2
-
APPS.WSH_DEL_OI_CORE dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_WEIGHTED_AVG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.JAI_RCV_OPM_COSTING_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WMS_ENGINE_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.BOM_DELETE_ENTITY dependencies on MTL_PARAMETERS
12.1.1
-
APPS.AHL_RA_SETUPS_PVT dependencies on MTL_PARAMETERS
12.1.1
-
APPS.BOMPLDCI dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_DISCRETE_INIT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CSI_T_VLDN_ROUTINES_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GMD_QUALITY_PARAMETERS_GRP dependencies on MTL_PARAMETERS
12.2.2
-
APPS.BOM_DELETE_ENTITY dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GME_GMEBCHPL_XMLP_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on MTL_PARAMETERS
12.2.2
-
APPS.FLM_SUPPLY_DEMAND dependencies on MTL_PARAMETERS
12.2.2
-
APPS.XLA_00707_AAD_S_000020_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GMIVDX dependencies on MTL_PARAMETERS
12.2.2
-
APPS.WSH_TRIP_STOPS_ACTIONS dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CSP_RELATED_ITEMS_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_LABEL_PVT11 dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CTO_UPDATE_BOM_RTG_PK dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CST_PERITEMCOSTCHANGERPT_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MRP_SCHEDULE_ITEMS_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CST_TPRICE_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.PO_SHARED_PROC_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GMD_SS_TIMEPOINT_WF_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.QA_FLEX_UTIL dependencies on MTL_PARAMETERS
12.2.2
-
APPS.EGO_UI_ITEM_PUB dependencies on MTL_PARAMETERS
12.2.2
-
APPS.BOM_CSTREIVR_XMLP_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GMF_GMFINVAL_XMLP_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.WMS_PUTAWAY_SUGGESTIONS dependencies on MTL_PARAMETERS
12.2.2
-
APPS.AS_CATALOG_MIGRATION dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MRP_VALIDATE_SOURCING_RULE dependencies on MTL_PARAMETERS
12.2.2
-
APPS.MSC_CL_ITEM_PULL dependencies on MTL_PARAMETERS
12.2.2
-
APPS.INV_MO_CANCEL_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.BOM_CSTRACCR_XMLP_PKG dependencies on MTL_PARAMETERS
12.2.2