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 ,
-
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 ,
-
View: WSH_DELIVERY_LINE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_LINE_STATUS_V ,
-
View: WSH_DSNO_ITEM_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEM_DETAILS_V, object_name:WSH_DSNO_ITEM_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEM_DETAILS_V ,
-
View: WSH_DSNO_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEM_DETAILS_V, object_name:WSH_DSNO_ITEM_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEM_DETAILS_V ,
-
View: WSH_DELIVERY_LINE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_LINE_STATUS_V ,
-
View: WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPITEMS_V ,
-
View: WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPITEMS_V ,
-
View: WSH_ITM_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
View: WSH_ITM_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
View: WSH_STND_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPITEMS_V, object_name:WSH_STND_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_STND_SHIPITEMS_V ,