Search Results mtl_lot_numbers
The MTL_LOT_NUMBERS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical inventory management table that stores detailed information about lot-controlled items. As part of the Oracle Inventory module, this table plays a fundamental role in tracking and managing lot numbers assigned to items, enabling organizations to maintain traceability, compliance, and quality control across their supply chain operations.
Table Structure and Key Columns
TheMTL_LOT_NUMBERS
table contains the following key columns:
- LOT_NUMBER: Primary identifier for the lot (varchar2, 80 chars)
- INVENTORY_ITEM_ID: Foreign key to
MTL_SYSTEM_ITEMS
- ORGANIZATION_ID: Owning inventory organization
- DESCRIPTION: Optional lot description (varchar2, 240 chars)
- EXPIRATION_DATE: Shelf life expiration date
- RETEST_DATE: Date when quality retesting is required
- ORIGINATION_DATE: Date when lot was created
- STATUS_ID: Current status (active, inactive, etc.)
- PARENT_LOT_NUMBER: For hierarchical lot structures
- ATTRIBUTE_CATEGORY/1-15: Flexfield attributes
Functional Usage
The table supports several critical business processes:- Lot Traceability: Maintains complete history of lot-controlled items from receipt through consumption
- Quality Management: Stores quality-related dates and attributes for compliance with FDA, GMP, and other regulations
- Shelf Life Management: Tracks expiration dates for perishable goods
- Serial-Lot Control: Integrates with serial number tracking when both controls are enabled
Integration Points
The table integrates with multiple EBS modules:- Purchasing: Lot information captured during receipt processing
- Order Management: Lot assignments during shipping
- Manufacturing: Lot consumption in production
- Cost Management: Lot-specific cost calculations
Technical Considerations
Key technical aspects include:- Indexed on
LOT_NUMBER
,INVENTORY_ITEM_ID
, andORGANIZATION_ID
for performance - Maintained through the Lot Master form (INVLOTMN)
- Subject to the same security rules as inventory organizations
- Audit columns (
CREATION_DATE
,LAST_UPDATE_DATE
) track changes
Customization and Extensions
Common extension patterns include:- Adding custom attributes through descriptive flexfields
- Creating triggers for complex validation rules
- Developing custom reports using the lot data
- Integrating with external quality systems
Version-Specific Notes
Between 12.1.1 and 12.2.2, the table structure remained largely consistent, with minor enhancements in:- Improved lot merge functionality in 12.2
- Enhanced lot status controls
- Better integration with Oracle's Advanced Supply Chain Planning
MTL_LOT_NUMBERS
table remains a cornerstone of Oracle's inventory control system, particularly for industries requiring strict lot traceability such as pharmaceuticals, food and beverage, and high-tech manufacturing.
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
APPS.QA_PLAN_ELEMENT_API dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.MTL_MATERIAL_STATUSES_PKG dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.MTL_PARAM_VALIDATE_PKG dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_RCV_INTEGRATION_PVT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LOT_SEL_ATTR dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GMD_COMMON_GRP dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LABEL_PVT8 dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LOT_API_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.WMS_RULE_17 dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_RESERVATION_GLOBAL dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_VALIDATE dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.MTL_CC_TRANSACT_PKG dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.WMS_RULE_15 dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.WSMPLBJT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_MATERIAL_STATUS_PKG dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GME_API_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GML_RCV_DIR_RCPT_APIS dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LOT_APIS dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LABEL dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GMD_COA_DATA_OM_NEW dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.MTL_LOT_UOM_CONV_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_VALIDATE_TROLIN dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GMD_ITEM_TECHNICAL_DATA_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LOT_SERIAL_UPGRADE dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.AHL_OSP_ORDERS_PVT dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on MTL_LOT_NUMBERS
12.1.1
-
APPS.MTL_MATERIAL_STATUSES_PKG dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_UOM_API_PUB dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.WIP_MOVE_VALIDATOR dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.WMS_WORKFLOW_WRAPPERS dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_PHY_INV_LOVS dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.WSH_DELIVERY_DETAILS_INV dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.POS_ASN_CREATE_PVT dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_RCV_MOBILE_PROCESS_TXN dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_TXN_VALIDATIONS dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_LOT_NUMBERS
12.2.2