Search Results csp_packlist_serial_lots
Overview
CSP_PACKLIST_SERIAL_LOTS is a transactional child table within the CSP (Spares Management) product of Oracle E-Business Suite, holding the serial number and lot number assignments recorded against a packlist line. In depot repair, field service, and spares logistics flows, a packlist represents the physical shipment or return manifest that accompanies goods moving between an organization and a customer or repair depot. Because spares items are frequently serial-controlled, lot-controlled, or both, the packlist must capture the exact serial numbers and lot numbers included in each shipment. This table provides that level of granularity, linking a packlist line to specific inventory instances.
Under the heuristic Data Vault classification derived from the foreign key structure, this table is best modeled as a link table. It resolves a many-to-many style association between packlist lines and the serial or lot identifiers held in Oracle Inventory, and it carries descriptive payload columns of its own. The classification is offered as a modeling suggestion; the table is a native EBS transactional entity, not a Data Vault artifact.
Key Information Stored
The documented physical schema for 12.2.2 contains 13 columns. The most significant are:
- PACKLIST_SERIAL_LOT_ID — the surrogate primary key, enforced by CSP_PACKLIST_SERIAL_LOTS_PK and by the unique index CSP_PACKLIST_SERIAL_LOTS_U1. This is the single-column unique key and the only documented business-key candidate.
- PACKLIST_LINE_ID — foreign key to CSP_PACKLIST_LINES, identifying the parent packlist line to which the serial or lot belongs.
- ORGANIZATION_ID — the inventory organization in which the item, serial, and lot are defined.
- INVENTORY_ITEM_ID — the spares item being shipped or returned.
- SERIAL_NUMBER — the individual serial number assigned to the unit.
- LOT_NUMBER — the lot number for lot-controlled items.
- QUANTITY — the quantity associated with the serial and lot record on that packlist line.
- SECURITY_GROUP_ID — the security group that scopes the row for multi-organization data access.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns recording who created and last modified the row and when.
Common Use Cases and Queries
Primary use cases include verifying what serial numbers were shipped on a given packlist, reconciling packlist contents against inventory serial and lot records, and supporting returns, repair receipts, and warranty tracking. A representative query joins the packlist hierarchy to inventory masters:
- List all serials on a packlist:
SELECT psl.SERIAL_NUMBER, psl.QUANTITY FROM CSP_PACKLIST_SERIAL_LOTS psl WHERE psl.PACKLIST_LINE_ID = :line_id; - Validate a serial against Inventory: join SERIAL_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID to MTL_SERIAL_NUMBERS.
- Validate a lot against Inventory: join LOT_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID to MTL_LOT_NUMBERS.
- Trace a packlist line to its parent packlist: join PACKLIST_LINE_ID to CSP_PACKLIST_LINES and onward to the packlist header.
Reports typically aggregate QUANTITY by item and organization, or list serial-level detail for field service documentation.
Related Objects
- CSP_PACKLIST_LINES — parent table; joined on CSP_PACKLIST_SERIAL_LOTS.PACKLIST_LINE_ID = CSP_PACKLIST_LINES.PACKLIST_LINE_ID.
- MTL_SERIAL_NUMBERS — inventory serial master; joined on SERIAL_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID.
- MTL_LOT_NUMBERS — inventory lot master; joined on LOT_NUMBER, INVENTORY_ITEM_ID, and ORGANIZATION_ID.
- FND_SECURITY_GROUPS — security group definition; joined on SECURITY_GROUP_ID.
- MTL_SYSTEM_ITEMS_B — item definition for INVENTORY_ITEM_ID and ORGANIZATION_ID.
-
Table: CSP_PACKLIST_SERIAL_LOTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID, product: CSP - Spares Management , description: Packlist serial and lot numbers , implementation_dba_data: CSP.CSP_PACKLIST_SERIAL_LOTS ,
-
Table: CSP_PACKLIST_SERIAL_LOTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID, product: CSP - Spares Management , description: Packlist serial and lot numbers , implementation_dba_data: CSP.CSP_PACKLIST_SERIAL_LOTS ,
-
VIEW: APPS.CSP_PACKLIST_SERIAL_LOTS_V
12.2.2
-
VIEW: APPS.CSP_PACKLIST_SERIAL_LOTS_V
12.1.1
-
VIEW: CSP.CSP_PACKLIST_SERIAL_LOTS#
12.2.2
-
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: 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 ,
-
SYNONYM: APPS.CSP_PACKLIST_SERIAL_LOTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID,
-
VIEW: CSP.CSP_PACKLIST_SERIAL_LOTS#
12.2.2
owner:CSP, object_type:VIEW, object_name:CSP_PACKLIST_SERIAL_LOTS#, status:VALID,
-
SYNONYM: APPS.CSP_PACKLIST_SERIAL_LOTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID,
-
TABLE: CSP.CSP_PACKLIST_SERIAL_LOTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID,
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.1.1
-
APPS.CSP_PACKLIST_SERIAL_LOTS_PKG SQL Statements
12.2.2
-
TABLE: CSP.CSP_PACKLIST_SERIAL_LOTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PACKLIST_SERIAL_LOTS, object_name:CSP_PACKLIST_SERIAL_LOTS, status:VALID,
-
APPS.CSP_PACKLIST_SERIAL_LOTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.2.2
-
PACKAGE BODY: APPS.CSP_PACKLIST_SERIAL_LOTS_PKG
12.2.2
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSP_PACKLIST_SERIAL_LOTS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.CSP_PACKLIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PACKLIST_PVT, status:VALID,
-
APPS.CSP_PACKLIST_PVT SQL Statements
12.1.1
-
View: CSP_PLIST_ITMSLNO_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_ITMSLNO_NAV, object_name:CSP_PLIST_ITMSLNO_NAV, status:VALID, product: CSP - Spares Management , description: View for packlist items to Serial/Lot flow , implementation_dba_data: APPS.CSP_PLIST_ITMSLNO_NAV ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSP_PACKLIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PACKLIST_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSP_PACKLIST_SERIAL_LOTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PACKLIST_SERIAL_LOTS_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.CSP_PACKLIST_PVT SQL Statements
12.2.2
-
View: CSP_PLIST_ITMSLNO_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_ITMSLNO_NAV, object_name:CSP_PLIST_ITMSLNO_NAV, status:VALID, product: CSP - Spares Management , description: View for packlist items to Serial/Lot flow , implementation_dba_data: APPS.CSP_PLIST_ITMSLNO_NAV ,
-
PACKAGE BODY: APPS.CSP_PACKLIST_SERIAL_LOTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_PACKLIST_SERIAL_LOTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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 ,
-
PACKAGE BODY: APPS.CSP_MO_MTLTXNS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_MO_MTLTXNS_UTIL, status:VALID,
-
PACKAGE BODY: APPS.CSP_MO_MTLTXNS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_MO_MTLTXNS_UTIL, status:VALID,
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_ITMSLNO_NAV, object_name:CSP_PLIST_ITMSLNO_NAV, status:VALID,
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_ITMSLNO_NAV, object_name:CSP_PLIST_ITMSLNO_NAV, status:VALID,
-
PACKAGE BODY: APPS.CSP_PACKLIST_PVT
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.CSP_PACKLIST_PVT
12.1.1
-
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 ,