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 ,
-
View: INVFV_INVENTORY_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,
-
View: INVFV_INVENTORY_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,
-
Table: MTL_SUPPLY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY, object_name:MTL_SUPPLY, status:VALID, product: INV - Inventory , description: Stores incoming supply information , implementation_dba_data: INV.MTL_SUPPLY ,
-
Table: MTL_SUPPLY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY, object_name:MTL_SUPPLY, status:VALID, product: INV - Inventory , description: Stores incoming supply information , implementation_dba_data: INV.MTL_SUPPLY ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
View: MTL_ONHAND_QTY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
View: MTL_ONHAND_QTY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
Table: MTL_REPLENISH_LINES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES, object_name:MTL_REPLENISH_LINES, status:VALID, product: INV - Inventory , description: Replenishment line information , implementation_dba_data: INV.MTL_REPLENISH_LINES ,
-
Table: MTL_INTERORG_SHIP_METHODS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_SHIP_METHODS, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID, product: INV - Inventory , description: Relationships between shipping networks and shipment methods , implementation_dba_data: INV.MTL_INTERORG_SHIP_METHODS ,
-
Table: MTL_REPLENISH_LINES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES, object_name:MTL_REPLENISH_LINES, status:VALID, product: INV - Inventory , description: Replenishment line information , implementation_dba_data: INV.MTL_REPLENISH_LINES ,
-
Table: MTL_INTERORG_SHIP_METHODS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_SHIP_METHODS, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID, product: INV - Inventory , description: Relationships between shipping networks and shipment methods , implementation_dba_data: INV.MTL_INTERORG_SHIP_METHODS ,
-
View: MTL_PHY_ADJ_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_ADJ_COST_V, object_name:MTL_PHY_ADJ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_ADJ_COST_V ,
-
Table: MTL_INTERORG_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_PARAMETERS, object_name:MTL_INTERORG_PARAMETERS, status:VALID, product: INV - Inventory , description: Inter-organization relationships , implementation_dba_data: INV.MTL_INTERORG_PARAMETERS ,
-
View: MTL_PHY_ADJ_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_ADJ_COST_V, object_name:MTL_PHY_ADJ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_ADJ_COST_V ,
-
Table: MTL_INTERORG_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_PARAMETERS, object_name:MTL_INTERORG_PARAMETERS, status:VALID, product: INV - Inventory , description: Inter-organization relationships , implementation_dba_data: INV.MTL_INTERORG_PARAMETERS ,
-
Table: MTL_RESERVATIONS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE, object_name:MTL_RESERVATIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Reservations Interface , implementation_dba_data: INV.MTL_RESERVATIONS_INTERFACE ,
-
Table: MTL_RESERVATIONS_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE, object_name:MTL_RESERVATIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Reservations Interface , implementation_dba_data: INV.MTL_RESERVATIONS_INTERFACE ,
-
View: MTL_TRANSACTION_FLOW_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_FLOW_LINES_V, object_name:MTL_TRANSACTION_FLOW_LINES_V, status:VALID, product: INV - Inventory , description: MTL_TRANSACTION_FLOW_LINES_V is a view for Intercompany transaction flow lines of type shipping and procuring flow for each header. , implementation_dba_data: APPS.MTL_TRANSACTION_FLOW_LINES_V ,
-
View: MTL_TRANSACTION_FLOW_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_FLOW_LINES_V, object_name:MTL_TRANSACTION_FLOW_LINES_V, status:VALID, product: INV - Inventory , description: MTL_TRANSACTION_FLOW_LINES_V is a view for Intercompany transaction flow lines of type shipping and procuring flow for each header. , implementation_dba_data: APPS.MTL_TRANSACTION_FLOW_LINES_V ,
-
View: MTL_PHY_INV_TAGS_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
View: MTL_PHY_INV_TAGS_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
View: INVFV_KANBAN_LOCATION_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_LOCATION_ITEMS, object_name:INVFV_KANBAN_LOCATION_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_LOCATION_ITEMS ,
-
View: INVFV_KANBAN_LOCATION_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_LOCATION_ITEMS, object_name:INVFV_KANBAN_LOCATION_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_LOCATION_ITEMS ,
-
Table: MTL_TXN_REQUEST_LINES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
Table: MTL_TXN_REQUEST_LINES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
View: MTL_MATERIAL_STATUS_HIST_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_STATUS_HIST_ERV, object_name:MTL_MATERIAL_STATUS_HIST_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MATERIAL_STATUS_HIST_ERV ,
-
View: MTL_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: MTL_MATERIAL_STATUS_HIST_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_STATUS_HIST_ERV, object_name:MTL_MATERIAL_STATUS_HIST_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MATERIAL_STATUS_HIST_ERV ,
-
View: MTL_BIS_INV_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_BIS_INV_VALUE_V, object_name:MTL_BIS_INV_VALUE_V, status:VALID, product: INV - Inventory , description: Stores Onhand/Intransit quantity and value for Inventory items at organization and intransit owning organizations respectively. , implementation_dba_data: APPS.MTL_BIS_INV_VALUE_V ,
-
View: INVFV_KANBAN_CARDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARDS, object_name:INVFV_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARDS ,
-
View: INVFV_KANBAN_CARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARDS, object_name:INVFV_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARDS ,
-
View: MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: INVFV_INTERORG_LEAD_TIMES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_LEAD_TIMES ,
-
View: INVFV_INTERORG_LEAD_TIMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_LEAD_TIMES ,
-
View: MTL_BIS_INV_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_BIS_INV_VALUE_V, object_name:MTL_BIS_INV_VALUE_V, status:VALID, product: INV - Inventory , description: Stores Onhand/Intransit quantity and value for Inventory items at organization and intransit owning organizations respectively. , implementation_dba_data: APPS.MTL_BIS_INV_VALUE_V ,
-
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: 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: MTL_EAM_NETWORK_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_NETWORK_ASSETS_V, object_name:MTL_EAM_NETWORK_ASSETS_V, status:VALID, product: INV - Inventory , description: View for EAM Asset Routes , implementation_dba_data: APPS.MTL_EAM_NETWORK_ASSETS_V ,
-
View: MTL_EAM_NETWORK_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_NETWORK_ASSETS_V, object_name:MTL_EAM_NETWORK_ASSETS_V, status:VALID, product: INV - Inventory , description: View for EAM Asset Routes , implementation_dba_data: APPS.MTL_EAM_NETWORK_ASSETS_V ,
-
View: MTL_ITEM_LOT_UOM_CONV_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_UOM_CONV_ERV, object_name:MTL_ITEM_LOT_UOM_CONV_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ITEM_LOT_UOM_CONV_ERV ,
-
View: MTL_ITEM_LOT_UOM_CONV_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_UOM_CONV_ERV, object_name:MTL_ITEM_LOT_UOM_CONV_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ITEM_LOT_UOM_CONV_ERV ,
-
View: INVFV_INTERORG_SHIPPING_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_SHIPPING_INFO ,
-
View: INVFV_INTERORG_SHIPPING_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_SHIPPING_INFO ,
-
View: INVFV_INVENTORY_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_DEMANDS, object_name:INVFV_INVENTORY_DEMANDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_DEMANDS ,
-
View: MTL_SHIPPING_NETWORK_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SHIPPING_NETWORK_VIEW, object_name:MTL_SHIPPING_NETWORK_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SHIPPING_NETWORK_VIEW ,