Search Results csp_picklist_serial_lots
Overview
The CSP_PICKLIST_SERIAL_LOTS table is a core transactional data object within the Oracle E-Business Suite Spares Management (CSP) module. It functions as a detailed subsidiary ledger, specifically designed to track and associate serial and lot-controlled inventory items with individual picklist lines. When a picklist is generated for fulfilling a service parts order, this table records the precise serial numbers and lot numbers allocated to each line item, ensuring granular traceability from the sales order through to shipment. Its role is critical for maintaining accurate inventory records for controlled items, supporting warranty tracking, recall management, and compliance with industry-specific traceability requirements.
Key Information Stored
The table's primary purpose is to link a picklist line to specific inventory instances. Its key columns, as indicated by its foreign key relationships, include the PICKLIST_SERIAL_LOT_ID (the primary key), and the PICKLIST_LINE_ID which ties each record to its parent line in CSP_PICKLIST_LINES. For serialized items, the SERIAL_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID columns are populated, creating a reference to MTL_SERIAL_NUMBERS. For lot-controlled items, the LOT_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID columns are used, referencing MTL_LOT_NUMBERS. This structure allows a single picklist line to have multiple child records in this table if multiple serials or quantities from a lot are allocated.
Common Use Cases and Queries
A primary use case is generating a detailed packing slip or shipping manifest that lists the exact serial numbers being shipped against a customer order. Support personnel may query this table to identify which serialized unit was shipped to a specific customer for warranty validation. Common reporting SQL involves joining to CSP_PICKLIST_LINES and the underlying order management tables. For example, to find all serials picked for a given sales order line, one might query: SELECT psl.serial_number, psl.lot_number, pl.picklist_line_id FROM csp_picklist_serial_lots psl, csp_picklist_lines pl WHERE psl.picklist_line_id = pl.picklist_line_id AND pl.source_line_id = <order_line_id>. Data from this table is also essential for reconciling inventory on-hand quantities with allocated and picked quantities for controlled items.
Related Objects
The table maintains integral relationships with several key inventory and spares management entities. Its documented foreign key relationships are as follows:
- CSP_PICKLIST_LINES: Linked via CSP_PICKLIST_SERIAL_LOTS.PICKLIST_LINE_ID. This is the primary parent relationship, defining which picklist line the serial/lot allocation belongs to.
- MTL_SERIAL_NUMBERS: Linked via a composite foreign key using columns SERIAL_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID. This validates and provides attributes for the specific serialized inventory unit.
- MTL_LOT_NUMBERS: Linked via a composite foreign key using columns LOT_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID. This validates and provides attributes for the specific lot-controlled inventory.
As a child of CSP_PICKLIST_LINES, it is indirectly related to the entire picklist and spares fulfillment hierarchy, including CSP_PICKLIST_HEADERS and the source order management tables.
-
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_PICKLIST_SERIAL_LOTS
12.1.1
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 ,
-
APPS.CSP_PICKLIST_SERIAL_LOTS_PKG dependencies on CSP_PICKLIST_SERIAL_LOTS
12.2.2
-
APPS.CSP_PICK_SL_UTIL dependencies on CSP_PICKLIST_SERIAL_LOTS
12.2.2
-
APPS.CSP_PICK_SL_UTIL dependencies on CSP_PICKLIST_SERIAL_LOTS
12.1.1
-
APPS.CSP_PICKLIST_SERIAL_LOTS_PKG dependencies on CSP_PICKLIST_SERIAL_LOTS
12.1.1
-
VIEW: APPS.CSP_PICKLIST_SERIAL_LOTS_V1
12.2.2
-
SYNONYM: APPS.CSP_PICKLIST_SERIAL_LOTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSP_PICKLIST_SERIAL_LOTS, status:VALID,
-
SYNONYM: APPS.CSP_PICKLIST_SERIAL_LOTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSP_PICKLIST_SERIAL_LOTS, status:VALID,
-
TABLE: CSP.CSP_PICKLIST_SERIAL_LOTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS, object_name:CSP_PICKLIST_SERIAL_LOTS, status:VALID,
-
TABLE: CSP.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,
-
APPS.CSP_PICKLIST_SERIAL_LOTS_PKG SQL Statements
12.2.2
-
VIEW: CSP.CSP_PICKLIST_SERIAL_LOTS#
12.2.2
owner:CSP, object_type:VIEW, object_name:CSP_PICKLIST_SERIAL_LOTS#, status:VALID,
-
VIEW: APPS.CSP_PICKLIST_SERIAL_LOTS_V1
12.1.1
-
VIEW: CSP.CSP_PICKLIST_SERIAL_LOTS#
12.2.2
-
APPS.CSP_PICKLIST_SERIAL_LOTS_PKG SQL Statements
12.1.1
-
APPS.CSP_PICK_UTILS dependencies on MTL_SERIAL_NUMBERS_TEMP
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.CSP_PICKLIST_SERIAL_LOTS_PKG
12.1.1
-
PACKAGE BODY: APPS.CSP_PICKLIST_SERIAL_LOTS_PKG
12.2.2
-
View: CSP_PICKLIST_SERIAL_LOTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS_V1, object_name:CSP_PICKLIST_SERIAL_LOTS_V1, status:VALID, product: CSP - Spares Management , description: Serial and lot number on a picklist , implementation_dba_data: APPS.CSP_PICKLIST_SERIAL_LOTS_V1 ,
-
PACKAGE BODY: APPS.CSP_PICKLIST_SERIAL_LOTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PICKLIST_SERIAL_LOTS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
View: CSP_PICKLIST_SERIAL_LOTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS_V1, object_name:CSP_PICKLIST_SERIAL_LOTS_V1, status:VALID, product: CSP - Spares Management , description: Serial and lot number on a picklist , implementation_dba_data: APPS.CSP_PICKLIST_SERIAL_LOTS_V1 ,
-
PACKAGE BODY: APPS.CSP_PICK_SL_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PICK_SL_UTIL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSP_PICKLIST_SERIAL_LOTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PICKLIST_SERIAL_LOTS_PKG, status:VALID,
-
APPS.CSP_PICK_SL_UTIL dependencies on FND_MESSAGE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CSP_PICK_UTILS dependencies on MTL_SERIAL_NUMBERS_TEMP
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.CSP_PICKLIST_SERIAL_LOTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS_V1, object_name:CSP_PICKLIST_SERIAL_LOTS_V1, status:VALID,
-
APPS.CSP_PICK_UTILS dependencies on CSP_PICK_SL_UTIL
12.1.1
-
APPS.CSP_PICK_SL_UTIL dependencies on FND_MESSAGE
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSP_PICK_SL_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PICK_SL_UTIL, status:VALID,
-
APPS.CSP_PICK_UTILS dependencies on CSP_PICK_SL_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CSP_PICK_SL_UTIL SQL Statements
12.1.1
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
VIEW: APPS.CSP_PICKLIST_SERIAL_LOTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_SERIAL_LOTS_V1, object_name:CSP_PICKLIST_SERIAL_LOTS_V1, status:VALID,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
Table: MTL_SERIAL_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
Table: MTL_SERIAL_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
APPS.CSP_PICK_SL_UTIL SQL Statements
12.2.2