Search Results mtl_serial_numbers
The MTL_SERIAL_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 serialized items. Serialized items are uniquely identifiable through serial numbers, enabling precise tracking throughout their lifecycle—from receipt to consumption or disposal. This table is part of the Oracle Inventory module and integrates with other key modules such as Order Management, Purchasing, and Manufacturing.
Table Structure and Key Columns
TheMTL_SERIAL_NUMBERS
table contains columns that capture essential attributes of serialized items:
- SERIAL_NUMBER: The unique identifier for the item.
- INVENTORY_ITEM_ID: Links to
MTL_SYSTEM_ITEMS_B
to identify the item. - ORGANIZATION_ID: Specifies the inventory organization where the item is stored.
- CURRENT_STATUS: Indicates the item's status (e.g., 1 for "In Inventory," 3 for "Shipped").
- CURRENT_ORGANIZATION_ID: Tracks the current organization holding the item.
- CURRENT_SUBINVENTORY: Identifies the subinventory location.
- CURRENT_LOCATOR_ID: Points to the specific locator within the subinventory.
- LOT_NUMBER: Optional field for items also tracked by lot.
- ATTRIBUTE_CATEGORY and ATTRIBUTE_n: Capture flexfield data for custom attributes.
- CREATION_DATE, LAST_UPDATE_DATE: Audit columns for tracking record changes.
Functional Role in Oracle EBS
The table supports core inventory processes:- Receiving: Serial numbers are assigned during receipt from suppliers or internal transfers.
- Inventory Transactions: Movements (issues, transfers, adjustments) update the
CURRENT_STATUS
and location fields. - Order Fulfillment: Serial numbers are associated with sales orders and updated to "Shipped" upon delivery.
- Warranty and Maintenance: Serial tracking enables service history and warranty validation.
Integration with Other Modules
The table interacts with:- Order Management (OM): Via
SO_SERIAL_NUMBERS
for sales order allocations. - Purchasing (PO): Through
RCV_TRANSACTIONS
for receipt serialization. - Work in Process (WIP): Tracks serialized components in manufacturing.
Technical Considerations
- Indexes: Key indexes include
MTL_SERIAL_NUMBERS_U1
(unique onSERIAL_NUMBER
,INVENTORY_ITEM_ID
,ORGANIZATION_ID
) andMTL_SERIAL_NUMBERS_N1
(onCURRENT_STATUS
). - Performance: Large datasets may require partitioning or purging strategies for archived serials.
- APIs: Oracle provides
INV_SERIAL_NUMBER_PUB
for programmatic access to ensure data integrity.
Customization and Extensions
Custom reports or integrations often leverage this table for:- Serial number validation workflows.
- Asset tracking extensions beyond standard Oracle functionality.
- Regulatory compliance reporting (e.g., FDA, aerospace).
MTL_SERIAL_NUMBERS
table is foundational for serialized inventory management in Oracle EBS, enabling granular tracking, regulatory compliance, and integration across supply chain processes. Proper understanding of its structure and relationships is essential for effective implementation and customization.
-
Table: MTL_SERIAL_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
Table: MTL_SERIAL_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
APPS.INV_EAM_ASSET_NUMBER_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_MATERIAL_STATUS_PKG dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WIP_MTL_ROLLBACK_CLEANUP dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.PJM_UEFF_ONHAND dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_PICK_WAVE_PICK_CONFIRM_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_RCV_DIR_RCPT_APIS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.CSD_ESTIMATE_UTILS_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_RULE_17 dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_RCV_STD_INSPECT_APIS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_SERIAL_EO_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_COST_GROUP_UPDATE dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_CARTNZN_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_GENEALOGY_REPORT_GEN dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_VENDORMERGE_GRP dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_TASK_DISPATCH_LOV dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_REPLENISH_DETAIL_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_DETAIL_UTIL_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_MATERIAL_STATUS_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_RULE_18 dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.AHL_OSP_ORDERS_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.EAM_RES_USAGE_VALIDATE_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_CR_ASN_DETAILS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_RULE_4 dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.EAM_RES_INST_VALIDATE_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.MTL_PARAM_VALIDATE_PKG dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_TXN_VALIDATIONS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.EAM_WL_UTIL_PKG dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_TRANSFER_ORDER_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.CSD_WIP_JOB_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_TASK_LOAD dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_MWB_TREE1 dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.FLM_PURGE dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.INV_VALIDATE dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.EAM_PM_UTILS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.AHL_RSV_RESERVATIONS_PVT dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
APPS.MRP_HORIZONTAL_PLAN_SC dependencies on MTL_SERIAL_NUMBERS
12.2.2
-
APPS.WMS_ASN_LOT_ATT dependencies on MTL_SERIAL_NUMBERS
12.2.2
-
APPS.PJM_UEFF_ONHAND dependencies on MTL_SERIAL_NUMBERS
12.2.2
-
APPS.CSD_REPAIR_MANAGER_UTIL dependencies on MTL_SERIAL_NUMBERS
12.2.2
-
APPS.INV_GENEALOGY_REPORT_GEN dependencies on MTL_SERIAL_NUMBERS
12.2.2