Search Results wsh_picking_batches
The WSH_PICKING_BATCHES
table is a critical component of Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically within the Oracle Shipping Execution module. This table serves as a repository for storing information related to picking batches, which are logical groupings of delivery lines that facilitate efficient picking and shipping operations in warehouse management. Below is a detailed summary of its structure, purpose, and key functionalities.
Purpose and Context
TheWSH_PICKING_BATCHES
table is central to the picking and shipping processes in Oracle EBS. It enables warehouse personnel to organize and manage multiple delivery lines into batches, streamlining the picking process by grouping similar items or orders. This improves operational efficiency by reducing redundant trips and optimizing resource allocation in warehouse operations. The table integrates with other Oracle Shipping Execution tables, such as WSH_DELIVERY_DETAILS
and WSH_NEW_DELIVERIES
, to ensure seamless data flow across the shipping lifecycle.
Key Columns and Structure
The table contains several important columns that define the attributes of a picking batch:- PICKING_BATCH_ID: A unique identifier for each picking batch, serving as the primary key.
- NAME: A user-defined name for the batch, aiding in identification and tracking.
- STATUS: Indicates the current state of the batch (e.g., "OPEN," "PICKED," "CLOSED").
- WAREHOUSE_ID: References the warehouse where the batch is being processed.
- CREATION_DATE and LAST_UPDATE_DATE: Timestamps for tracking batch creation and modifications.
- CREATED_BY and LAST_UPDATED_BY: User IDs of individuals who created or updated the batch.
- DESCRIPTION: Optional field for additional notes or instructions.
Integration with Other Modules
TheWSH_PICKING_BATCHES
table interacts with multiple Oracle EBS modules, including Inventory Management and Order Management. For example:
- When a batch is created, it pulls delivery lines from
WSH_DELIVERY_DETAILS
based on criteria like item, location, or priority. - It synchronizes with the
INV_PICKING_ORDERS
table to generate pick slips and allocate inventory. - Upon completion, batch status updates trigger downstream processes such as packing and shipping.
Functional Workflow
The typical workflow involving this table includes:- Batch Creation: Users or automated processes create batches by querying eligible delivery lines.
- Picking Execution: Warehouse staff pick items listed in the batch, updating the status to "PICKED."
- Batch Closure: After verification, the batch is closed, and its status is updated to "CLOSED," preventing further modifications.
Customization and Extensions
Oracle EBS allows for customization of picking batch logic through APIs and PL/SQL scripts. Common extensions include:- Automated batch assignment based on business rules (e.g., priority, carrier).
- Integration with third-party warehouse management systems (WMS).
- Custom reports for batch performance analytics.
Conclusion
TheWSH_PICKING_BATCHES
table is a foundational element in Oracle EBS Shipping Execution, enabling efficient management of picking operations. Its integration with core modules ensures data consistency, while its flexible structure supports customization to meet diverse business needs. Understanding this table is essential for optimizing warehouse processes in Oracle EBS 12.1.1 and 12.2.2 implementations.
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_PICKING_BATCHES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_PICK_SEQUENCE_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Sequence Rules , implementation_dba_data: WSH.WSH_PICK_SEQUENCE_RULES ,
-
Table: WSH_PICK_GROUPING_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_GROUPING_RULES, object_name:WSH_PICK_GROUPING_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Release Grouping Rules , implementation_dba_data: WSH.WSH_PICK_GROUPING_RULES ,
-
Table: WSH_PICK_GROUPING_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_GROUPING_RULES, object_name:WSH_PICK_GROUPING_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Release Grouping Rules , implementation_dba_data: WSH.WSH_PICK_GROUPING_RULES ,
-
Table: WSH_PICK_SEQUENCE_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Sequence Rules , implementation_dba_data: WSH.WSH_PICK_SEQUENCE_RULES ,
-
Table: WSH_TRIP_STOPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIP_STOPS, object_name:WSH_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Trip Stops , implementation_dba_data: WSH.WSH_TRIP_STOPS ,
-
Table: WSH_TRIPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS, object_name:WSH_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Trips , implementation_dba_data: WSH.WSH_TRIPS ,
-
Table: WSH_TRIPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS, object_name:WSH_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Trips , implementation_dba_data: WSH.WSH_TRIPS ,
-
Table: WSH_TRIP_STOPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIP_STOPS, object_name:WSH_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Trip Stops , implementation_dba_data: WSH.WSH_TRIP_STOPS ,
-
Table: WSH_NEW_DELIVERIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: WSH_NEW_DELIVERIES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: WSH_DELIVERY_DETAILS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID, product: WSH - Shipping Execution , description: Delivery Details , implementation_dba_data: WSH.WSH_DELIVERY_DETAILS ,
-
Table: WSH_DELIVERY_DETAILS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID, product: WSH - Shipping Execution , description: Delivery Details , implementation_dba_data: WSH.WSH_DELIVERY_DETAILS ,
-
View: WSHBV_PICKING_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_PICKING_BATCHES, object_name:WSHBV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_PICKING_BATCHES ,
-
View: WSHBV_PICKING_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_PICKING_BATCHES, object_name:WSHBV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_PICKING_BATCHES ,
-
View: WSH_CONSOL_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CONSOL_BATCHES_V, object_name:WSH_CONSOL_BATCHES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_CONSOL_BATCHES_V ,
-
View: WSHFV_PICKING_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICKING_BATCHES, object_name:WSHFV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Picking Batches. , implementation_dba_data: APPS.WSHFV_PICKING_BATCHES ,
-
View: WSHFV_PICKING_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICKING_BATCHES, object_name:WSHFV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Picking Batches. , implementation_dba_data: APPS.WSHFV_PICKING_BATCHES ,
-
View: WSH_PICKING_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICKING_BATCHES_V, object_name:WSH_PICKING_BATCHES_V, status:VALID, product: WSH - Shipping Execution , description: /* Bug: 1924581 , HR_LOCATION changes made on 8/15/01 , implementation_dba_data: APPS.WSH_PICKING_BATCHES_V ,
-
View: WSH_PICKING_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICKING_BATCHES_V, object_name:WSH_PICKING_BATCHES_V, status:VALID, product: WSH - Shipping Execution , description: /* Bug: 1924581 , HR_LOCATION changes made on 8/15/01 , implementation_dba_data: APPS.WSH_PICKING_BATCHES_V ,