Search Results wsh_serial_numbers
The WSH_SERIAL_NUMBERS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical data structure within the Shipping Execution (WSH) module, primarily responsible for tracking serialized inventory items throughout the shipping and fulfillment process. This table stores detailed information about serial numbers assigned to items, enabling organizations to maintain granular control over inventory movement, traceability, and compliance with serialized item requirements. Below is a comprehensive technical overview of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheWSH_SERIAL_NUMBERS
table contains the following key columns:
- SERIAL_NUMBER_ID: Primary key identifier for each serial number record.
- DELIVERY_DETAIL_ID: Foreign key linking to
WSH_DELIVERY_DETAILS
, associating serial numbers with specific delivery lines. - INVENTORY_ITEM_ID: References
MTL_SYSTEM_ITEMS_B
to identify the item being serialized. - ORGANIZATION_ID: Specifies the inventory organization where the serialized item resides.
- SERIAL_NUMBER: Stores the unique alphanumeric identifier for the item.
- STATUS: Indicates the current status of the serialized item (e.g., "Shipped," "In Transit").
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns for tracking record changes.
Functional Role in Shipping Execution
The table plays a pivotal role in:- Serialized Item Tracking: Captures serial numbers during pick release, packing, and shipping processes, ensuring end-to-end visibility.
- Integration with Inventory: Synchronizes with
MTL_SERIAL_NUMBERS
to maintain consistency between shipping and inventory records. - Compliance and Reporting: Supports regulatory requirements (e.g., lot/serial traceability) by providing a historical record of serialized shipments.
- Reverse Logistics: Facilitates returns processing by validating serial numbers against shipped items.
Integration with Other Modules
The table interacts with:- Order Management (OM): Links serial numbers to sales order lines via
WSH_DELIVERY_DETAILS
. - Inventory (INV): Mirrors serial data in
MTL_SERIAL_NUMBERS
to reflect shipping status changes. - Warehouse Management (WMS): Enables serial validation during pick confirmations and load consolidations.
Technical Considerations
- Indexing: Key columns like
SERIAL_NUMBER_ID
andDELIVERY_DETAIL_ID
are indexed for performance. - Data Volume: High-transaction environments may require partitioning strategies for scalability.
- Custom Extensions: Organizations often extend the table with descriptive flexfields (DFFs) for industry-specific attributes.
Common Use Cases
- Serialized Shipping Confirmations: Automatically updates serial statuses upon delivery completion.
- Recall Management: Identifies affected serial numbers for product recalls using historical queries.
- Warranty Validation: Verifies serial eligibility during service request creation.
Conclusion
TheWSH_SERIAL_NUMBERS
table is a foundational component of Oracle EBS's serialized inventory tracking capabilities, bridging shipping execution with broader supply chain processes. Its design ensures data integrity while supporting complex logistics scenarios, making it indispensable for industries with strict serialization requirements such as aerospace, healthcare, and high-tech manufacturing.
-
Table: WSH_SERIAL_NUMBERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SERIAL_NUMBERS, object_name:WSH_SERIAL_NUMBERS, status:VALID, product: WSH - Shipping Execution , description: This table stores serial numbers after Ship Confirm is done. , implementation_dba_data: WSH.WSH_SERIAL_NUMBERS ,
-
Table: WSH_SERIAL_NUMBERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SERIAL_NUMBERS, object_name:WSH_SERIAL_NUMBERS, status:VALID, product: WSH - Shipping Execution , description: This table stores serial numbers after Ship Confirm is done. , implementation_dba_data: WSH.WSH_SERIAL_NUMBERS ,
-
APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on WSH_SERIAL_NUMBERS
12.1.1
-
APPS.INV_LABEL_PVT8 dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.CSD_INTERNAL_ORDERS_PVT dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_PURGE dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SERIAL_NUMBERS
12.1.1
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.ONT_OIP_COMMON dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_MAPPING_DATA dependencies on WSH_SERIAL_NUMBERS
12.1.1
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.CSD_REPAIRS_UTIL dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_PURGE dependencies on WSH_SERIAL_NUMBERS
12.1.1
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_SERIAL_NUMBERS
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_MAPPING_DATA dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.RCV_WSH_INTERFACE_PKG dependencies on WSH_SERIAL_NUMBERS
12.2.2
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on MTL_SERIAL_NUMBERS_TEMP
12.2.2
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on MTL_SERIAL_NUMBERS_TEMP
12.1.1
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_DELIVERY_ASSIGNMENTS_V
12.1.1
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on MTL_SERIAL_NUMBERS
12.2.2
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_DELIVERY_ASSIGNMENTS_V
12.2.2
-
APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on WSH_DELIVERY_DETAILS
12.2.2
-
SYNONYM: APPS.WSH_SERIAL_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_SERIAL_NUMBERS, status:VALID,
-
APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on MTL_SERIAL_NUMBERS
12.1.1
-
SYNONYM: APPS.WSH_SERIAL_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_SERIAL_NUMBERS, status:VALID,
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_NEW_DELIVERIES
12.1.1
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WSH_NEW_DELIVERIES
12.2.2
-
VIEW: WSH.WSH_SERIAL_NUMBERS#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_SERIAL_NUMBERS#, status:VALID,
-
VIEW: APPS.WSH_OPSM_ASN_ITEM_DETAILS_V
12.2.2
-
PACKAGE: APPS.WSH_OPSM_ASN_ITEM_GENEALOGY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WSH_OPSM_ASN_ITEM_GENEALOGY, status:VALID,
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
TABLE: WSH.WSH_SERIAL_NUMBERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SERIAL_NUMBERS, object_name:WSH_SERIAL_NUMBERS, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEM_DETAILS_V
12.1.1
-
VIEW: WSH.WSH_SERIAL_NUMBERS#
12.2.2
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on PO_REQUISITION_LINES_ALL
12.2.2
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on PO_REQUISITION_LINES_ALL
12.1.1
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on ORG_ORGANIZATION_DEFINITIONS
12.2.2
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
VIEW: APPS.WSH_DSNO_ITEM_DETAILS_V
12.2.2
-
VIEW: APPS.WSH_DELIVERY_LINE_STATUS_V
12.1.1
-
VIEW: APPS.WSH_DELIVERY_LINE_STATUS_V
12.2.2
-
View: WSH_OPSM_ASN_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEM_DETAILS_V, object_name:WSH_OPSM_ASN_ITEM_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OPSM_ASN_ITEM_DETAILS_V ,
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
PACKAGE BODY: APPS.WSH_MAPPING_DATA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_MAPPING_DATA, status:VALID,
-
VIEW: APPS.CLN_WSH_SS_SHIPITEMS_V
12.1.1
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on WIP_ENTITIES
12.2.2
-
PACKAGE BODY: APPS.ONT_OIP_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_OIP_COMMON, status:VALID,