Search Results so_picking_line_details
Overview
The SO_PICKING_LINE_DETAILS table is a core transactional data object within the Oracle E-Business Suite (EBS) Order Entry (OE) module. It serves as a detailed sub-ledger for the picking and shipping execution process. For each individual picking line (SO_PICKING_LINES_ALL), this table stores granular records that track the allocation of specific inventory serial or lot numbers to fulfill an order line. Its primary role is to maintain a precise audit trail of which specific inventory items were selected, packed into which container, and assigned to which delivery and departure, thereby linking order fulfillment directly to warehouse operations and shipment planning.
Key Information Stored
The table's structure is designed to capture the detailed breakdown of a picked quantity. Its primary key, PICKING_LINE_DETAIL_ID, uniquely identifies each detail record. The most critical columns are the foreign keys that establish its operational context. The PICKING_LINE_ID links the detail to its parent picking instruction. The LOT_NUMBER and SERIAL_NUMBER columns (common in such tables, though not explicitly listed in the brief metadata) would identify the specific inventory units picked. As per the documented foreign keys, CONTAINER_ID, DELIVERY_ID, and DEPARTURE_ID are essential for tracking the item's progression through the shipping stages, connecting it to the Oracle Shipping Execution (WSH) module. Other typical columns would include the detailed QUANTITY and references to subinventory and locator.
Common Use Cases and Queries
This table is central to queries about shipment composition, lot/serial traceability, and packing verification. A common use case is generating a packing slip that lists the specific serial numbers included in a shipment. Another is tracing a recalled lot number to determine which customer orders and shipments it fulfilled. For reporting, one might join this table to delivery and order lines to analyze picking accuracy or fulfillment lead times. A typical SQL pattern involves joining to the parent picking line and order line to get a complete view:
- SELECT oel.line_number, spld.lot_number, spld.serial_number, spld.container_id FROM oe.so_picking_line_details spld JOIN oe.so_picking_lines_all spl ON spld.picking_line_id = spl.picking_line_id JOIN oe.order_lines_all oel ON spl.line_id = oel.line_id WHERE oel.header_id = :p_order_header_id;
Related Objects
SO_PICKING_LINE_DETAILS is a nexus table with defined relationships to several key EBS entities. Its primary parent is SO_PICKING_LINES_ALL, linked via PICKING_LINE_ID. It is a critical child table of the Shipping Execution module, linking to WSH_PACKED_CONTAINERS (via CONTAINER_ID), WSH_DELIVERIES (via DELIVERY_ID), and WSH_DEPARTURES (via DEPARTURE_ID). Furthermore, it acts as a parent table itself; the documented foreign key shows that SO_FREIGHT_CHARGES references SO_PICKING_LINE_DETAILS.PICKING_LINE_DETAIL_ID, indicating that freight costs can be assessed at this granular level of detail. This web of relationships underscores its integral position in the order-to-ship lifecycle.
-
Table: SO_PICKING_LINE_DETAILS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINE_DETAILS, object_name:SO_PICKING_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Picking line details , implementation_dba_data: OE.SO_PICKING_LINE_DETAILS ,
-
Table: SO_PICKING_LINE_DETAILS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINE_DETAILS, object_name:SO_PICKING_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Picking line details , implementation_dba_data: OE.SO_PICKING_LINE_DETAILS ,
-
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: WSH_PACKED_CONTAINERS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PACKED_CONTAINERS, object_name:WSH_PACKED_CONTAINERS, status:VALID, product: OE - Order Entry , description: Packed containers , implementation_dba_data: OE.WSH_PACKED_CONTAINERS ,
-
Table: WSH_PACKED_CONTAINERS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PACKED_CONTAINERS, object_name:WSH_PACKED_CONTAINERS, status:VALID, product: OE - Order Entry , description: Packed containers , implementation_dba_data: OE.WSH_PACKED_CONTAINERS ,
-
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 ,
-
View: WSH_BIS_BACKORDERED_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_BACKORDERED_SUM_V, object_name:WSH_BIS_BACKORDERED_SUM_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_BACKORDERED_SUM_V ,
-
View: WSH_BIS_BACKORDERED_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_BACKORDERED_SUM_V, object_name:WSH_BIS_BACKORDERED_SUM_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_BIS_BACKORDERED_SUM_V ,
-
Table: WSH_DEPARTURES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DEPARTURES, object_name:WSH_DEPARTURES, status:VALID, product: OE - Order Entry , description: Shipping departures , implementation_dba_data: OE.WSH_DEPARTURES ,
-
Table: WSH_DEPARTURES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DEPARTURES, object_name:WSH_DEPARTURES, status:VALID, product: OE - Order Entry , description: Shipping departures , implementation_dba_data: OE.WSH_DEPARTURES ,
-
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_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: 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 ,
-
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 ,
-
View: WSH_CONTAINER_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CONTAINER_CONTENTS_V, object_name:WSH_CONTAINER_CONTENTS_V, status:VALID, product: OE - Order Entry , description: Container contents , implementation_dba_data: APPS.WSH_CONTAINER_CONTENTS_V ,
-
View: WSHFV_CONTAINER_CONTENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
View: WSHFV_CONTAINER_CONTENT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
View: WSH_CONTAINER_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CONTAINER_CONTENTS_V, object_name:WSH_CONTAINER_CONTENTS_V, status:VALID, product: OE - Order Entry , description: Container contents , implementation_dba_data: APPS.WSH_CONTAINER_CONTENTS_V ,
-
View: WSHBV_PICK_LINE_DETAIL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PICK_LINE_DETAIL, object_name:WSHBV_PICK_LINE_DETAIL, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PICK_LINE_DETAIL ,
-
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: WSHBV_PICK_LINE_DETAIL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PICK_LINE_DETAIL, object_name:WSHBV_PICK_LINE_DETAIL, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PICK_LINE_DETAIL ,
-
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_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 ,
-
View: SO_PICKING_LINE_DETAIL_VO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DETAIL_VO_V, object_name:SO_PICKING_LINE_DETAIL_VO_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PICKING_LINE_DETAIL_VO_V ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_BATCHES_VIEW_V
12.2.2
product: OE - Order Entry , 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: SO_PICKING_BATCHES_VIEW_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_LINE_DETAIL_VO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DETAIL_VO_V, object_name:SO_PICKING_LINE_DETAIL_VO_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PICKING_LINE_DETAIL_VO_V ,
-
View: SO_PICKING_LINES_VIEW_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_LINES_VIEW_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_PICKING_DETAILS_INTERFACE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PICKING_DETAILS_INTERFACE ,
-
View: WSH_PICKING_DETAILS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PICKING_DETAILS_INTERFACE ,
-
View: SO_PICKING_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DETAILS_V, object_name:SO_PICKING_LINE_DETAILS_V, status:VALID, product: OE - Order Entry , description: 10SC Only , implementation_dba_data: APPS.SO_PICKING_LINE_DETAILS_V ,
-
View: SO_PICKING_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DETAILS_V, object_name:SO_PICKING_LINE_DETAILS_V, status:VALID, product: OE - Order Entry , description: 10SC Only , implementation_dba_data: APPS.SO_PICKING_LINE_DETAILS_V ,
-
View: SO_PICKING_LINE_DET_OEXORRSO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DET_OEXORRSO_V, object_name:SO_PICKING_LINE_DET_OEXORRSO_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PICKING_LINE_DET_OEXORRSO_V ,
-
View: SO_PICKING_LINE_DET_OEXORRSO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_PICKING_LINE_DET_OEXORRSO_V, object_name:SO_PICKING_LINE_DET_OEXORRSO_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_PICKING_LINE_DET_OEXORRSO_V ,
-
View: SO_SCHEDULE_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_SCHEDULE_DETAILS, object_name:SO_SCHEDULE_DETAILS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_SCHEDULE_DETAILS ,
-
View: SO_SCHEDULE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_SCHEDULE_DETAILS, object_name:SO_SCHEDULE_DETAILS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_SCHEDULE_DETAILS ,
-
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.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.1.1
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE_DETAIL
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.2.2
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , 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.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,