Search Results csp_picklist_lines
Overview
The CSP_PICKLIST_LINES table is a core data object within the Oracle E-Business Suite Spares Management (CSP) module. It serves as the transactional repository for individual line items on a picklist, which is a document used to fulfill material requests for service parts. Each record in this table represents a specific part or item that needs to be picked from inventory, linking the high-level picklist header to the underlying material transaction request or move order. Its primary role is to manage and track the detailed fulfillment process for service parts, ensuring accurate picking, packing, and shipping operations.
Key Information Stored
While the provided metadata does not list specific columns beyond key identifiers, the structure and foreign key relationships define the critical data points stored. The primary key, PICKLIST_LINE_ID, uniquely identifies each picklist line item. The PICKLIST_HEADER_ID column links the line to its parent document in the CSP_PICKLIST_HEADERS table. The LINE_ID column is a crucial foreign key that connects the picklist line to its source demand, which can originate from either a generic Inventory material request (MTL_TXN_REQUEST_LINES) or a Spares Management-specific move order (CSP_MOVEORDER_LINES). Additional columns typically track the requested and picked quantities, item identifiers, and status of the picking operation for each line.
Common Use Cases and Queries
This table is central to operational reporting and process tracking within Spares Management. Common use cases include generating real-time pick slips, calculating picking performance metrics, and reconciling picklist details with subsequent packing and shipping documents. A typical query would join this table to its header and source demand lines to analyze fulfillment status.
- Sample Query (Open Picklist Lines):
SELECT pll.picklist_line_id, plh.picklist_number, pll.line_id, pll.requested_quantity FROM csp_picklist_lines pll, csp_picklist_headers plh WHERE pll.picklist_header_id = plh.picklist_header_id AND plh.status = 'OPEN'; - Integration Point: The table acts as a bridge between demand sources (move orders/material requests) and downstream shipping processes (packlists), making it vital for tracing the complete order-to-ship lifecycle of a service part.
Related Objects
The CSP_PICKLIST_LINES table is a central node in the Spares Management data model, with well-defined relationships documented in the ETRM.
- Parent/Dependent Tables (Foreign Keys Referenced):
- CSP_PICKLIST_HEADERS: Joined via
CSP_PICKLIST_LINES.PICKLIST_HEADER_ID. - MTL_TXN_REQUEST_LINES: Joined via
CSP_PICKLIST_LINES.LINE_ID. - CSP_MOVEORDER_LINES: Joined via
CSP_PICKLIST_LINES.LINE_ID.
- CSP_PICKLIST_HEADERS: Joined via
- Child/Dependent Tables (Foreign Keys Referencing):
- CSP_PACKLIST_LINES: References
CSP_PICKLIST_LINES.PICKLIST_LINE_IDto associate picked items with packing lines. - CSP_PICKLIST_SERIAL_LOTS: References
CSP_PICKLIST_LINES.PICKLIST_LINE_IDto track specific serial or lot numbers assigned during picking.
- CSP_PACKLIST_LINES: References
-
Table: CSP_PICKLIST_LINES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_LINES, object_name:CSP_PICKLIST_LINES, status:VALID, product: CSP - Spares Management , description: Picklist lines , implementation_dba_data: CSP.CSP_PICKLIST_LINES ,
-
Table: CSP_PICKLIST_LINES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_LINES, object_name:CSP_PICKLIST_LINES, status:VALID, product: CSP - Spares Management , description: Picklist lines , implementation_dba_data: CSP.CSP_PICKLIST_LINES ,
-
APPS.CSP_PICK_SL_UTIL dependencies on CSP_PICKLIST_LINES
12.1.1
-
APPS.CSP_PICKLIST_LINES_PKG dependencies on CSP_PICKLIST_LINES
12.1.1
-
APPS.CSP_PICKLIST_LINES_PKG dependencies on CSP_PICKLIST_LINES
12.2.2
-
APPS.CSP_PL_SHIP_UTIL dependencies on CSP_PICKLIST_LINES
12.2.2
-
APPS.CSP_PICK_SL_UTIL dependencies on CSP_PICKLIST_LINES
12.2.2
-
APPS.CSP_PL_SHIP_UTIL dependencies on CSP_PICKLIST_LINES
12.1.1
-
APPS.CSP_PICK_UTILS dependencies on CSP_PICKLIST_LINES
12.1.1
-
APPS.CSP_PC_FORM_PICKLINES dependencies on CSP_PICKLIST_LINES
12.1.1
-
APPS.CSP_PICK_UTILS dependencies on CSP_PICKLIST_LINES
12.2.2
-
APPS.CSP_PC_FORM_PICKLINES dependencies on CSP_PICKLIST_LINES
12.2.2
-
VIEW: APPS.CSP_PACKLIST_SERIAL_LOTS_V
12.2.2
-
VIEW: APPS.CSP_PACKLIST_SERIAL_LOTS_V
12.1.1
-
VIEW: APPS.CSP_PICKLIST_LINES_DFV
12.1.1
-
View: CSP_PACKLIST_SERIAL_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS_V, object_name:CSP_PACKLIST_SERIAL_LOTS_V, status:VALID, product: CSP - Spares Management , description: Serials or lots available for receipt , implementation_dba_data: APPS.CSP_PACKLIST_SERIAL_LOTS_V ,
-
View: CSP_PACKLIST_SERIAL_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS_V, object_name:CSP_PACKLIST_SERIAL_LOTS_V, status:VALID, product: CSP - Spares Management , description: Serials or lots available for receipt , implementation_dba_data: APPS.CSP_PACKLIST_SERIAL_LOTS_V ,
-
VIEW: APPS.CSP_PICKLIST_LINES_DFV
12.2.2
-
APPS.CSP_PC_FORM_PICKLINES dependencies on CSP_PICKLIST_HEADERS
12.2.2
-
SYNONYM: APPS.CSP_PICKLIST_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSP_PICKLIST_LINES, status:VALID,
-
SYNONYM: APPS.CSP_PICKLIST_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSP_PICKLIST_LINES, status:VALID,
-
VIEW: CSP.CSP_PICKLIST_LINES#
12.2.2
owner:CSP, object_type:VIEW, object_name:CSP_PICKLIST_LINES#, status:VALID,
-
VIEW: APPS.CSP_PICKLIST_LINES_V
12.1.1
-
APPS.CSP_PC_FORM_PICKLINES SQL Statements
12.1.1
-
APPS.CSP_PC_FORM_PICKLINES SQL Statements
12.2.2
-
VIEW: APPS.CSP_MOVEORDERS_V
12.1.1
-
VIEW: APPS.CSP_MOVEORDERS_V
12.2.2
-
APPS.CSP_PC_FORM_PICKLINES dependencies on CSP_PICKLIST_HEADERS
12.1.1
-
VIEW: APPS.CSP_PICKLIST_LINES_V1
12.1.1
-
VIEW: APPS.CSP_PICKLIST_LINES_V1
12.2.2
-
VIEW: APPS.CSP_PICKLIST_LINES_V
12.2.2
-
VIEW: APPS.CSP_PICK_CONFIRM_V
12.1.1
-
VIEW: CSP.CSP_PICKLIST_LINES#
12.2.2
-
APPS.CSP_PL_SHIP_UTIL dependencies on INV_MOVE_ORDER_PUB
12.1.1
-
TABLE: CSP.CSP_PICKLIST_LINES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_LINES, object_name:CSP_PICKLIST_LINES, status:VALID,
-
Table: CSP_PACKLIST_LINES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_LINES, object_name:CSP_PACKLIST_LINES, status:VALID, product: CSP - Spares Management , description: Packlist lines , implementation_dba_data: CSP.CSP_PACKLIST_LINES ,
-
TABLE: CSP.CSP_PICKLIST_LINES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_LINES, object_name:CSP_PICKLIST_LINES, status:VALID,
-
VIEW: APPS.CSP_PICK_CONFIRM_V
12.2.2
-
APPS.CSP_PC_FORM_PICKLINES dependencies on FND_MESSAGE
12.1.1
-
APPS.CSP_PL_SHIP_UTIL dependencies on INV_MOVE_ORDER_PUB
12.2.2
-
View: CSP_MOVEORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_MOVEORDERS_V, object_name:CSP_MOVEORDERS_V, status:VALID, product: CSP - Spares Management , description: The view gives the status of a moveorder. , implementation_dba_data: APPS.CSP_MOVEORDERS_V ,
-
View: CSP_MOVEORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_MOVEORDERS_V, object_name:CSP_MOVEORDERS_V, status:VALID, product: CSP - Spares Management , description: The view gives the status of a moveorder. , implementation_dba_data: APPS.CSP_MOVEORDERS_V ,
-
Table: CSP_PICKLIST_HEADERS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_HEADERS, object_name:CSP_PICKLIST_HEADERS, status:VALID, product: CSP - Spares Management , description: Picklist headers , implementation_dba_data: CSP.CSP_PICKLIST_HEADERS ,
-
Table: CSP_PICKLIST_HEADERS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_HEADERS, object_name:CSP_PICKLIST_HEADERS, status:VALID, product: CSP - Spares Management , description: Picklist headers , implementation_dba_data: CSP.CSP_PICKLIST_HEADERS ,
-
APPS.CSP_PC_FORM_PICKLINES dependencies on FND_MESSAGE
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: CSP_PICKLIST_SERIAL_LOTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS, object_name:CSP_PICKLIST_SERIAL_LOTS, status:VALID, product: CSP - Spares Management , description: Picklist serial and lotnumbers , implementation_dba_data: CSP.CSP_PICKLIST_SERIAL_LOTS ,
-
Table: CSP_PACKLIST_LINES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_LINES, object_name:CSP_PACKLIST_LINES, status:VALID, product: CSP - Spares Management , description: Packlist lines , implementation_dba_data: CSP.CSP_PACKLIST_LINES ,
-
VIEW: APPS.CSP_RECV_PARTS_V
12.1.1
-
VIEW: APPS.CSP_RECV_PARTS_V
12.2.2