Search Results mtl_safety_stocks
The MTL_SAFETY_STOCKS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical inventory management table that stores safety stock levels for items across different organizations, subinventories, and locators. Safety stock represents the minimum quantity of an item that must be maintained to mitigate stockouts caused by demand variability or supply chain disruptions. This table is primarily used by Oracle Inventory and Oracle Advanced Supply Chain Planning (ASCP) modules to ensure optimal inventory replenishment and planning.
Table Structure and Key Columns
TheMTL_SAFETY_STOCKS
table contains the following key columns:
- ORGANIZATION_ID: Identifies the inventory organization where the safety stock is maintained.
- INVENTORY_ITEM_ID: References the item in
MTL_SYSTEM_ITEMS_B
for which safety stock is defined. - SUBINVENTORY_CODE: Specifies the subinventory where the safety stock applies (nullable if defined at the organization level).
- LOCATOR_ID: Indicates the specific locator within a subinventory (nullable if not locator-controlled).
- SAFETY_STOCK_QUANTITY: The minimum quantity to be maintained as safety stock.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: Standard Oracle audit columns.
- PLANNING_MAKE_BUY_CODE: Indicates whether the item is planned as 'Make' or 'Buy'.
Functional Usage
Safety stock data inMTL_SAFETY_STOCKS
is leveraged in multiple EBS processes:
- Replenishment Planning: Oracle Inventory uses safety stock levels to trigger replenishment suggestions when on-hand quantities fall below the threshold.
- Min-Max Planning: Safety stock values serve as the minimum threshold in min-max planning setups.
- ASCP Planning: Oracle ASCP considers safety stock when generating supply chain plans to prevent shortages.
- Inventory Analytics: Safety stock data is used in inventory performance reporting and ABC analysis.
Integration Points
The table integrates with several other key EBS tables:MTL_SYSTEM_ITEMS_B
for item master dataMTL_SECONDARY_INVENTORIES
for subinventory detailsMTL_ITEM_LOCATIONS
for locator informationMRP_FORECAST_DATES
in planning modules
Implementation Considerations
When implementing safety stock in Oracle EBS:- Safety stock can be defined at multiple levels: organization, subinventory, or locator.
- The table supports both manual entry and automated calculation through planning engines.
- Changes to safety stock values may trigger immediate replenishment requirements.
- Historical safety stock data should be maintained for trend analysis.
Technical Considerations
Key technical aspects include:- The table is indexed on
ORGANIZATION_ID
,INVENTORY_ITEM_ID
, andSUBINVENTORY_CODE
for performance. - Concurrent programs like "Safety Stock Loader" can mass update records.
- APIs exist for programmatic maintenance of safety stock levels.
- The table is subject to Oracle's standard data security and VPD policies.
MTL_SAFETY_STOCKS
plays a vital role in Oracle EBS inventory optimization by maintaining critical threshold data that drives replenishment and planning processes. Proper configuration and maintenance of this table are essential for effective inventory management and supply chain continuity.
-
Table: MTL_SAFETY_STOCKS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID, product: INV - Inventory , description: Safety stocks , implementation_dba_data: INV.MTL_SAFETY_STOCKS ,
-
Table: MTL_SAFETY_STOCKS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID, product: INV - Inventory , description: Safety stocks , implementation_dba_data: INV.MTL_SAFETY_STOCKS ,
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on MTL_SAFETY_STOCKS
12.2.2
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MTL_SAFETY_STOCKS
12.1.1
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MTL_SAFETY_STOCKS
12.1.1
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MTL_SAFETY_STOCKS
12.2.2
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on MTL_SAFETY_STOCKS
12.1.1
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MTL_SAFETY_STOCKS
12.2.2
-
VIEW: INV.MTL_SAFETY_STOCKS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SAFETY_STOCKS#, status:VALID,
-
View: MRP_RHX_SAFETY_STOCK_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding the safety stock of planned items. , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_SAFETY_STOCK_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding the safety stock of planned items. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.MTL_SAFETY_STOCKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SAFETY_STOCKS, status:VALID,
-
SYNONYM: APPS.MTL_SAFETY_STOCKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SAFETY_STOCKS, status:VALID,
-
APPS.MTL_SAFETY_STOCKS_PKG SQL Statements
12.2.2
-
VIEW: INV.MTL_SAFETY_STOCKS#
12.2.2
-
APPS.MTL_SAFETY_STOCKS_PKG SQL Statements
12.1.1
-
VIEW: APPS.MTL_SAFETY_STOCKS_VIEW
12.1.1
-
VIEW: APPS.MTL_SAFETY_STOCKS_VIEW
12.2.2
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.MTL_SAFETY_STOCKS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_SAFETY_STOCKS_PKG, status:VALID,
-
PACKAGE BODY: APPS.MTL_SAFETY_STOCKS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_SAFETY_STOCKS_PKG, status:VALID,
-
Table: MRP_FORECAST_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
TABLE: INV.MTL_SAFETY_STOCKS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID,
-
TABLE: INV.MTL_SAFETY_STOCKS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID,
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on DUAL
12.1.1
-
Table: MRP_FORECAST_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
PACKAGE BODY: APPS.MRP_HORIZONTAL_PLAN_SC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_HORIZONTAL_PLAN_SC, status:VALID,
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MTL_ITEM_CATEGORIES
12.1.1
-
View: MTL_SAFETY_STOCKS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SAFETY_STOCKS_VIEW, object_name:MTL_SAFETY_STOCKS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SAFETY_STOCKS_VIEW ,
-
View: MTL_SAFETY_STOCKS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SAFETY_STOCKS_VIEW, object_name:MTL_SAFETY_STOCKS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SAFETY_STOCKS_VIEW ,
-
PACKAGE BODY: APPS.MRP_MRPRPROP_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_MRPRPROP_XMLP_PKG, status:VALID,
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MTL_ITEM_CATEGORIES
12.2.2
-
PACKAGE BODY: APPS.MRP_HORIZONTAL_PLAN_SC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_HORIZONTAL_PLAN_SC, status:VALID,
-
PACKAGE BODY: APPS.MTL_SAFETY_STOCKS_PKG
12.1.1
-
PACKAGE BODY: APPS.MTL_SAFETY_STOCKS_PKG
12.2.2
-
PACKAGE BODY: APPS.MRP_MRPRPROP_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_MRPRPROP_XMLP_PKG, status:VALID,
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MRP_FORECAST_DATES
12.1.1
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MRP_FORECAST_DATES
12.2.2
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MRP_FORECAST_DESIGNATORS
12.2.2
-
VIEW: APPS.MTL_SAFETY_STOCKS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SAFETY_STOCKS_VIEW, object_name:MTL_SAFETY_STOCKS_VIEW, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GMPPSRP SQL Statements
12.2.2
-
VIEW: APPS.MTL_SAFETY_STOCKS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SAFETY_STOCKS_VIEW, object_name:MTL_SAFETY_STOCKS_VIEW, status:VALID,
-
APPS.GMPPSRP SQL Statements
12.1.1
-
APPS.MTL_SAFETY_STOCKS_PKG dependencies on MRP_FORECAST_DESIGNATORS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MRP_SYSTEM_ITEMS
12.1.1