Search Results csp_excess_list_serial_lots
Overview
CSP_EXCESS_LIST_SERIAL_LOTS is a transactional child table within the Oracle E-Business Suite Spares Management (CSP) module. It stores the serial number and lot number detail associated with lines on an excess list — the inventory disposition mechanism that allows organizations to identify, publish, and process surplus or excess spare parts for reuse, transfer, or disposal. Because a single excess list line can reference multiple discrete serialized units or multiple lot-controlled quantities, this table exists to hold that one-to-many detail beneath the parent excess line.
In Data Vault modeling terms, the heuristic classification derived from the foreign key structure is satellite-leaning. This reflects the table's role as a descriptive detail store attached to a parent business entity (the excess line) rather than an independent hub of business keys. A modeler would typically treat CSP_EXCESS_LIST_SERIAL_LOTS as a satellite of the excess list line, capturing the serial and lot attributes that describe the specific units in scope.
Key Information Stored
The table contains 13 documented columns. The most significant are:
- EXCESS_LIST_SERIAL_LOT_ID — the surrogate primary key, enforced by CSP_EXCESS_LIST_SERIAL_LOTS_PK and also by unique index CSP_EXCESS_LIST_SERIAL_LOTS_U1.
- EXCESS_LINE_ID — the foreign key to CSP_EXCESS_LISTS, tying each serial/lot record to its parent excess line. This is the principal business-key linkage.
- QUANTITY — the quantity associated with the referenced serial or lot.
- SERIAL_NUMBER — the specific serialized unit on the excess line, when the item is serial-controlled.
- LOT_NUMBER — the lot or batch identifier, when the item is lot-controlled.
- REVISION — the item revision applicable to the unit or lot.
- LOCATOR_ID — the inventory locator (subinventory/bin) where the unit or lot resides.
- SECURITY_GROUP_ID — the foreign key to FND_SECURITY_GROUPS, supporting multi-organization data security.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard EBS auditing columns that track record creation and modification.
The surrogate key (EXCESS_LIST_SERIAL_LOT_ID) is distinct from the business-key linkage to the parent line. Serial and lot identifiers themselves are stored as attributes rather than as enforced unique business keys in the documented metadata.
Common Use Cases and Queries
Typical usage centers on interrogating the serial and lot detail behind an excess list for reporting, reconciliation, or downstream transfer processing. A common query pattern joins the detail back to its parent line:
- Listing all serialized and lot-controlled units on a given excess list, filtered by EXCESS_LINE_ID.
- Verifying quantity and revision per serial number for physical inventory verification.
- Reporting excess inventory by locator to support transfer or disposal decisions.
- Auditing creation and update timestamps for change-tracking and compliance reporting.
A representative join follows:
SELECT s.SERIAL_NUMBER, s.LOT_NUMBER, s.QUANTITY, s.REVISION, s.LOCATOR_ID FROM CSP.CSP_EXCESS_LIST_SERIAL_LOTS s JOIN CSP.CSP_EXCESS_LISTS l ON s.EXCESS_LINE_ID = l.EXCESS_LINE_ID WHERE l.EXCESS_LIST_ID = :list_id;
Because SECURITY_GROUP_ID participates in row-level security, production queries should respect the security group context, particularly in multi-organization deployments.
Related Objects
The most significant objects related to this table, based on the documented foreign key relationships, are:
- CSP_EXCESS_LISTS — the parent excess list table, joined via CSP_EXCESS_LIST_SERIAL_LOTS.EXCESS_LINE_ID = CSP_EXCESS_LISTS.EXCESS_LINE_ID. This is the primary relationship.
- FND_SECURITY_GROUPS — joined via SECURITY_GROUP_ID, governing data access security.
- CSP_EXCESS_LIST_SERIAL_LOTS_PK / CSP_EXCESS_LIST_SERIAL_LOTS_U1 — the primary key constraint and unique index enforcing EXCESS_LIST_SERIAL_LOT_ID uniqueness.
- MTL_SYSTEM_ITEMS_B and MTL_ITEM_LOCATIONS — referenced indirectly through item, revision, and locator semantics for the serialized and lot-controlled units.
- INV_SERIAL_NUMBERS / MTL_LOT_NUMBERS — the inventory serial and lot master tables that provide the corresponding unit identities consumed by Spares Management excess processing.
-
Table: CSP_EXCESS_LIST_SERIAL_LOTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LIST_SERIAL_LOTS, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID, product: CSP - Spares Management , description: Excess list serial and lot numbers , implementation_dba_data: CSP.CSP_EXCESS_LIST_SERIAL_LOTS ,
-
Table: CSP_EXCESS_LIST_SERIAL_LOTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LIST_SERIAL_LOTS, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID, product: CSP - Spares Management , description: Excess list serial and lot numbers , implementation_dba_data: CSP.CSP_EXCESS_LIST_SERIAL_LOTS ,
-
VIEW: CSP.CSP_EXCESS_LIST_SERIAL_LOTS#
12.2.2
-
TABLE: CSP.CSP_EXCESS_LIST_SERIAL_LOTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LIST_SERIAL_LOTS, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID,
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG SQL Statements
12.2.2
-
VIEW: CSP.CSP_EXCESS_LIST_SERIAL_LOTS#
12.2.2
owner:CSP, object_type:VIEW, object_name:CSP_EXCESS_LIST_SERIAL_LOTS#, status:VALID,
-
SYNONYM: APPS.CSP_EXCESS_LIST_SERIAL_LOTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID,
-
SYNONYM: APPS.CSP_EXCESS_LIST_SERIAL_LOTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID,
-
TABLE: CSP.CSP_EXCESS_LIST_SERIAL_LOTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LIST_SERIAL_LOTS, object_name:CSP_EXCESS_LIST_SERIAL_LOTS, status:VALID,
-
Table: CSP_EXCESS_LISTS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LISTS, object_name:CSP_EXCESS_LISTS, status:VALID, product: CSP - Spares Management , description: Excess Spare Parts , implementation_dba_data: CSP.CSP_EXCESS_LISTS ,
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_EXCESS_LST_SERIAL_LOTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: CSP_EXCESS_LISTS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_EXCESS_LISTS, object_name:CSP_EXCESS_LISTS, status:VALID, product: CSP - Spares Management , description: Excess Spare Parts , implementation_dba_data: CSP.CSP_EXCESS_LISTS ,
-
PACKAGE BODY: APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSP_EXCESS_LST_SERIAL_LOTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG dependencies on CSP_EXCESS_LIST_SERIAL_LOTS
12.2.2
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG dependencies on CSP_EXCESS_LIST_SERIAL_LOTS
12.1.1
-
eTRM - CSP Tables and Views
12.2.2
description: Summarized usage history information ,
-
eTRM - CSP Tables and Views
12.1.1
description: Summarized usage history information ,
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG dependencies on FND_API
12.1.1
-
APPS.CSP_EXCESS_LST_SERIAL_LOTS_PKG dependencies on FND_API
12.2.2
-
eTRM - CSP Tables and Views
12.1.1
description: Summarized usage history information ,
-
eTRM - CSP Tables and Views
12.2.2
description: Summarized usage history information ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1