Search Results csp_picklist_headers
Overview
The CSP_PICKLIST_HEADERS table is a core data object within the Oracle E-Business Suite Spares Management (CSP) module. It functions as the master or header record for a picklist, which is a fundamental document used to manage the picking and issuing of spare parts from inventory. Each record in this table represents a single, unique picklist transaction, providing the overarching control information for the subsequent line-level detail. Its primary role is to establish the identity and key attributes of a picklist, serving as the parent entity in a one-to-many relationship with the CSP_PICKLIST_LINES table. This structure is critical for maintaining data integrity and supporting operational workflows related to spare parts fulfillment.
Key Information Stored
While the provided metadata does not list specific columns, the structure and naming conventions of Oracle EBS tables allow for informed inference of critical data points. The primary key, PICKLIST_HEADER_ID, is a unique system-generated identifier for the picklist. Other essential columns typically found in such header tables include status fields (e.g., STATUS_CODE), which track the picklist's lifecycle from creation through completion or cancellation. The table likely stores reference information such as the creation date (CREATION_DATE), the identifier of the requesting document or order (e.g., REQUISITION_HEADER_ID), the warehouse or subinventory from which parts are to be picked (ORGANIZATION_ID, SUBINVENTORY_CODE), and the person or process responsible for its generation (CREATED_BY). This header-level data provides the necessary context for all associated line items.
Common Use Cases and Queries
This table is central to reporting and process management within Spares Management. Common operational queries involve retrieving all active picklists for a specific warehouse to prioritize picking tasks, or analyzing picklist completion rates over time. A typical reporting query might join the header to its lines and part master data to generate a comprehensive pick slip. For troubleshooting, one might query headers based on status to identify stalled transactions. A fundamental SQL pattern is joining CSP_PICKLIST_HEADERS to CSP_PICKLIST_LINES to get a complete view of a picklist:
- SELECT h.PICKLIST_HEADER_ID, h.STATUS_CODE, l.LINE_NUM, l.INVENTORY_ITEM_ID, l.QUANTITY FROM CSP_PICKLIST_HEADERS h, CSP_PICKLIST_LINES l WHERE h.PICKLIST_HEADER_ID = l.PICKLIST_HEADER_ID AND h.STATUS_CODE = 'OPEN';
Related Objects
The CSP_PICKLIST_HEADERS table has a direct and documented relationship with one key child table, as per the provided foreign key metadata. The primary key column PICKLIST_HEADER_ID is referenced by the CSP_PICKLIST_LINES table via its foreign key column of the same name (CSP_PICKLIST_LINES.PICKLIST_HEADER_ID). This establishes that every picklist line must be associated with a valid header record. While not listed in the excerpt, it is architecturally common for this header table to also have foreign key relationships to foundational EBS tables such as HR_ORGANIZATION_UNITS (for the warehouse), MTL_SYSTEM_ITEMS_B (for spare parts, typically via the lines table), and FND_USER (for the creator).
-
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 ,
-
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 ,
-
View: CSP_PICKLIST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_HEADERS_V, object_name:CSP_PICKLIST_HEADERS_V, status:VALID, product: CSP - Spares Management , description: Picklist header information , implementation_dba_data: APPS.CSP_PICKLIST_HEADERS_V ,
-
View: CSP_PICKLIST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_HEADERS_V, object_name:CSP_PICKLIST_HEADERS_V, status:VALID, product: CSP - Spares Management , description: Picklist header information , implementation_dba_data: APPS.CSP_PICKLIST_HEADERS_V ,
-
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 ,
-
View: CSP_PICKLIST_LINES_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_LINES_V1, object_name:CSP_PICKLIST_LINES_V1, status:VALID, product: CSP - Spares Management , description: Picklist line information , implementation_dba_data: APPS.CSP_PICKLIST_LINES_V1 ,
-
View: CSP_PICKLIST_LINES_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICKLIST_LINES_V1, object_name:CSP_PICKLIST_LINES_V1, status:VALID, product: CSP - Spares Management , description: Picklist line information , implementation_dba_data: APPS.CSP_PICKLIST_LINES_V1 ,
-
View: CSP_PICK_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID, product: CSP - Spares Management , description: Material Transactions and Picklist information , implementation_dba_data: APPS.CSP_PICK_TRANSACTIONS_V ,
-
View: CSP_PICK_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID, product: CSP - Spares Management , description: Material Transactions and Picklist information , implementation_dba_data: APPS.CSP_PICK_TRANSACTIONS_V ,