Search Results so_picking_headers_all
Overview
The SO_PICKING_HEADERS_ALL table is a core transactional data object within the Oracle E-Business Suite Order Entry (OE) module, specifically for releases 12.1.1 and 12.2.2. It serves as the header-level record for batch picking operations. Batch picking is a warehouse fulfillment process where order lines from multiple sales orders are grouped together for efficient picking and packing. This table acts as the parent entity, grouping individual picking lines (SO_PICKING_LINES_ALL) under a single picking header for a specific batch, order, and delivery. Its primary role is to track the lifecycle and assignment of a consolidated picking task, linking the sales order management process with subsequent shipping execution.
Key Information Stored
The table's primary key is PICKING_HEADER_ID, which uniquely identifies each picking header record. As indicated by the foreign key relationships, other critical columns establish essential links to related business entities. The BATCH_ID links the header to its parent SO_PICKING_BATCHES_ALL. The ORDER_HEADER_ID provides the direct connection to the original sales order in SO_HEADERS_ALL. For logistics, the SHIP_TO_SITE_USE_ID (linked to RA_SITE_USES_ALL) defines the delivery location, and the DELIVERY_ID (linked to WSH_DELIVERIES) integrates the picking task with the Shipping Execution module. The table also tracks personnel responsible for the task via PICKED_BY_ID and PACKED_BY_ID, both referencing FND_USER. Standard Oracle EBS columns for audit, multi-org structure (ORG_ID), and control are also present.
Common Use Cases and Queries
A primary use case is generating reports on picking batch status and productivity. For instance, a query can join SO_PICKING_HEADERS_ALL with SO_PICKING_BATCHES_ALL and FND_USER to list all picking headers in a 'Released' batch, showing the assigned picker. Another common scenario is tracing the fulfillment progress of a specific sales order by joining SO_HEADERS_ALL to this table via ORDER_HEADER_ID. Technical support often queries this table to diagnose issues where order lines are not progressing to shipping, checking for missing delivery assignments or incomplete picking tasks. A sample query pattern is:
- SELECT ph.picking_header_id, ph.batch_id, oh.order_number, ph.delivery_id, u_pick.user_name picked_by FROM so_picking_headers_all ph JOIN so_headers_all oh ON ph.order_header_id = oh.header_id LEFT JOIN fnd_user u_pick ON ph.picked_by_id = u_pick.user_id WHERE ph.batch_id = :batch_id;
Related Objects
SO_PICKING_HEADERS_ALL is central to a network of related tables. It is a child of SO_PICKING_BATCHES_ALL (via BATCH_ID) and SO_HEADERS_ALL (via ORDER_HEADER_ID). Its primary child is SO_PICKING_LINES_ALL, which holds the detailed line items to be picked. Critical integrations exist with Shipping (WSH_DELIVERIES), Customer Locations (RA_SITE_USES_ALL), and User Management (FND_USER). As per the documented foreign keys, it is also referenced by several objects for extended functionality, including SO_FREIGHT_CHARGES for freight calculation, and the JAI (Oracle India Localization) tables JAI_OM_OE_BOND_TRXS, JAI_OM_OE_GEN_TAXINV_T, and JAI_OM_WSH_LINES_ALL for tax and regulatory compliance.
-
Table: SO_PICKING_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_HEADERS_ALL, object_name:SO_PICKING_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Batch picking headers , implementation_dba_data: OE.SO_PICKING_HEADERS_ALL ,
-
Table: SO_PICKING_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_HEADERS_ALL, object_name:SO_PICKING_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Batch picking headers , implementation_dba_data: OE.SO_PICKING_HEADERS_ALL ,
-
Table: SO_FREIGHT_CHARGES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_FREIGHT_CHARGES, object_name:SO_FREIGHT_CHARGES, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: OE.SO_FREIGHT_CHARGES ,
-
Table: SO_FREIGHT_CHARGES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_FREIGHT_CHARGES, object_name:SO_FREIGHT_CHARGES, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: OE.SO_FREIGHT_CHARGES ,
-
Table: SO_PICKING_LINES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINES_ALL, object_name:SO_PICKING_LINES_ALL, status:VALID, product: OE - Order Entry , description: Picking lines , implementation_dba_data: OE.SO_PICKING_LINES_ALL ,
-
Table: SO_PICKING_LINES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINES_ALL, object_name:SO_PICKING_LINES_ALL, status:VALID, product: OE - Order Entry , description: Picking lines , implementation_dba_data: OE.SO_PICKING_LINES_ALL ,
-
Table: SO_PICKING_BATCHES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
Table: WSH_DELIVERIES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
Table: WSH_DELIVERIES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
View: WSHBV_PICK_HEADER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PICK_HEADER, object_name:WSHBV_PICK_HEADER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PICK_HEADER ,
-
View: WSHBV_PICK_HEADER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PICK_HEADER, object_name:WSHBV_PICK_HEADER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PICK_HEADER ,
-
Table: SO_PICKING_BATCHES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
View: WSH_BIS_FILL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSH_BIS_FILL_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSHFV_FREIGHT_CHARGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_FREIGHT_CHARGE, object_name:WSHFV_FREIGHT_CHARGE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_FREIGHT_CHARGE ,
-
View: WSHFV_FREIGHT_CHARGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_FREIGHT_CHARGE, object_name:WSHFV_FREIGHT_CHARGE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_FREIGHT_CHARGE ,
-
Table: SO_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
View: WSH_BIS_WAREHOUSE_DOCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_WAREHOUSE_DOCS_V, object_name:WSH_BIS_WAREHOUSE_DOCS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_WAREHOUSE_DOCS_V ,
-
View: WSH_BIS_WAREHOUSE_DOCS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_WAREHOUSE_DOCS_V, object_name:WSH_BIS_WAREHOUSE_DOCS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_WAREHOUSE_DOCS_V ,
-
Table: SO_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
View: WSH_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CHARGES_V, object_name:WSH_CHARGES_V, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: APPS.WSH_CHARGES_V ,
-
View: WSH_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CHARGES_V, object_name:WSH_CHARGES_V, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: APPS.WSH_CHARGES_V ,
-
View: SO_PICKING_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_HEADERS, object_name:SO_PICKING_HEADERS, status:VALID, product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: APPS.SO_PICKING_HEADERS ,
-
View: SO_PICKING_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_HEADERS, object_name:SO_PICKING_HEADERS, status:VALID, product: OE - Order Entry , description: 10SC ONLY , implementation_dba_data: APPS.SO_PICKING_HEADERS ,
-
View: WSHFV_PICK_HEADER
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_HEADER
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINES_V, object_name:SO_PICKING_LINES_V, status:VALID, product: OE - Order Entry , description: 10SC Only , implementation_dba_data: APPS.SO_PICKING_LINES_V ,
-
View: SO_PICKING_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINES_V, object_name:SO_PICKING_LINES_V, status:VALID, product: OE - Order Entry , description: 10SC Only , implementation_dba_data: APPS.SO_PICKING_LINES_V ,
-
View: SO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DELIVERIES_V, object_name:SO_DELIVERIES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DELIVERIES_V ,
-
View: SO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DELIVERIES_V, object_name:SO_DELIVERIES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DELIVERIES_V ,
-
View: WSHFV_PICK_LINE_DETAIL
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE_DETAIL
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_SHIPPING_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_DELIVERY_LINES_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,