Search Results csp_sec_inventories
Overview
The CSP_SEC_INVENTORIES table is a core data object within the Oracle E-Business Suite (EBS) Spares Management (CSP) module. It functions as an extension table to the standard inventory structures, specifically designed to hold supplementary information related to subinventories. Its primary role is to enable advanced spares management functionality by linking subinventory definitions to specific parts loops and organizational hierarchies, which are critical concepts for managing spare parts provisioning, replenishment, and allocation in maintenance and service operations. This table bridges standard Inventory data with the specialized processes of the CSP module.
Key Information Stored
The table's structure centers on linking a subinventory to other CSP entities. The documented foreign key relationships indicate its key columns include SECONDARY_INVENTORY_ID (the primary key), SECONDARY_INVENTORY_NAME, and ORGANIZATION_ID, which together uniquely identify a subinventory from the standard MTL_SECONDARY_INVENTORIES table. Crucially, it stores the PARTS_LOOP_ID, associating the subinventory with a specific parts replenishment loop, and the HIERARCHY_NODE_ID, linking it to a node within a customizable organizational reporting or planning hierarchy defined in CSP_REP_HIERARCHIES. This allows spares inventory to be managed and reported within a structured operational context.
Common Use Cases and Queries
A primary use case is generating reports that analyze spare parts inventory levels within the context of their assigned replenishment loops and organizational hierarchy. For instance, identifying all subinventories assigned to a specific parts loop for cycle counting or performance review. A common query pattern involves joining CSP_SEC_INVENTORIES to both standard Inventory tables and CSP configuration tables.
- Sample Query: To list subinventories with their associated parts loop and hierarchy node:
SELECT csi.secondary_inventory_name,
csi.organization_id,
cpl.loop_name,
crh.node_name
FROM csp_sec_inventories csi,
csp_parts_loops_b cpl,
csp_rep_hierarchies crh
WHERE csi.parts_loop_id = cpl.parts_loop_id(+)
AND csi.hierarchy_node_id = crh.hierarchy_node_id(+); - Another critical use is data validation, ensuring that subinventories used in CSP setups are correctly defined in the base Inventory module.
Related Objects
The table is centrally connected to several key objects via documented foreign keys, forming the backbone of spares inventory configuration.
- MTL_SECONDARY_INVENTORIES: The foundational Inventory table. CSP_SEC_INVENTORIES references it via the composite key (SECONDARY_INVENTORY_NAME, ORGANIZATION_ID) to establish the base subinventory record.
- CSP_PARTS_LOOPS_B: Links a subinventory to a specific parts replenishment loop via the PARTS_LOOP_ID column, defining its replenishment policy context.
- CSP_REP_HIERARCHIES: Associates a subinventory with a node in a reporting hierarchy via the HIERARCHY_NODE_ID column, enabling structured organizational reporting for spares.
-
Table: CSP_SEC_INVENTORIES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_SEC_INVENTORIES, object_name:CSP_SEC_INVENTORIES, status:VALID, product: CSP - Spares Management , description: Holds extra subinventory information , implementation_dba_data: CSP.CSP_SEC_INVENTORIES ,
-
Table: CSP_SEC_INVENTORIES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_SEC_INVENTORIES, object_name:CSP_SEC_INVENTORIES, status:VALID, product: CSP - Spares Management , description: Holds extra subinventory information , implementation_dba_data: CSP.CSP_SEC_INVENTORIES ,
-
View: CSP_RS_SUBINVENTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RS_SUBINVENTORIES_V, object_name:CSP_RS_SUBINVENTORIES_V, status:VALID, product: CSP - Spares Management , description: Resource subinventory assignments view , implementation_dba_data: APPS.CSP_RS_SUBINVENTORIES_V ,
-
View: CSP_RS_SUBINVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RS_SUBINVENTORIES_V, object_name:CSP_RS_SUBINVENTORIES_V, status:VALID, product: CSP - Spares Management , description: Resource subinventory assignments view , implementation_dba_data: APPS.CSP_RS_SUBINVENTORIES_V ,
-
Table: CSP_PARTS_LOOPS_B
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PARTS_LOOPS_B, object_name:CSP_PARTS_LOOPS_B, status:VALID, product: CSP - Spares Management , description: Parts Loop definition , implementation_dba_data: CSP.CSP_PARTS_LOOPS_B ,
-
Table: CSP_PARTS_LOOPS_B
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PARTS_LOOPS_B, object_name:CSP_PARTS_LOOPS_B, status:VALID, product: CSP - Spares Management , description: Parts Loop definition , implementation_dba_data: CSP.CSP_PARTS_LOOPS_B ,
-
View: CSP_RESOURCE_INV_LOC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RESOURCE_INV_LOC_V, object_name:CSP_RESOURCE_INV_LOC_V, status:VALID, product: CSP - Spares Management , description: View all move orders and their statuses for a given Service Request and Task Id , implementation_dba_data: APPS.CSP_RESOURCE_INV_LOC_V ,
-
View: CSP_RESOURCE_INV_LOC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RESOURCE_INV_LOC_V, object_name:CSP_RESOURCE_INV_LOC_V, status:VALID, product: CSP - Spares Management , description: View all move orders and their statuses for a given Service Request and Task Id , implementation_dba_data: APPS.CSP_RESOURCE_INV_LOC_V ,
-
Table: CSP_REP_HIERARCHIES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_REP_HIERARCHIES, object_name:CSP_REP_HIERARCHIES, status:VALID, product: CSP - Spares Management , description: Reporting hierarchies , implementation_dba_data: CSP.CSP_REP_HIERARCHIES ,
-
View: CSP_SEC_INVENTORIES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_SEC_INVENTORIES_NAV, object_name:CSP_SEC_INVENTORIES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Subinventory flow , implementation_dba_data: APPS.CSP_SEC_INVENTORIES_NAV ,
-
View: CSP_SEC_INVENTORIES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_SEC_INVENTORIES_NAV, object_name:CSP_SEC_INVENTORIES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Subinventory flow , implementation_dba_data: APPS.CSP_SEC_INVENTORIES_NAV ,
-
Table: CSP_REP_HIERARCHIES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_REP_HIERARCHIES, object_name:CSP_REP_HIERARCHIES, status:VALID, product: CSP - Spares Management , description: Reporting hierarchies , implementation_dba_data: CSP.CSP_REP_HIERARCHIES ,
-
View: CSP_AVAILABLE_PARTS_IN_LOOP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_AVAILABLE_PARTS_IN_LOOP_V, object_name:CSP_AVAILABLE_PARTS_IN_LOOP_V, status:VALID, product: CSP - Spares Management , description: Checks availability of part in a given loop and gives a list of all the subinventories , implementation_dba_data: APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V ,
-
View: CSP_AVAILABLE_PARTS_IN_LOOP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_AVAILABLE_PARTS_IN_LOOP_V, object_name:CSP_AVAILABLE_PARTS_IN_LOOP_V, status:VALID, product: CSP - Spares Management , description: Checks availability of part in a given loop and gives a list of all the subinventories , implementation_dba_data: APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V ,
-
View: CSP_PLN_SUBINV_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_SUBINV_NAV, object_name:CSP_PLN_SUBINV_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_SUBINV_NAV ,
-
View: CSP_PLN_SUBINV_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_SUBINV_NAV, object_name:CSP_PLN_SUBINV_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_SUBINV_NAV ,
-
View: CSP_REP_HIER_SECINV_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REP_HIER_SECINV_NAV, object_name:CSP_REP_HIER_SECINV_NAV, status:VALID, product: CSP - Spares Management , description: View for Reporting Hierarchy to Subinventory flow , implementation_dba_data: APPS.CSP_REP_HIER_SECINV_NAV ,
-
View: CSP_REP_HIER_SECINV_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REP_HIER_SECINV_NAV, object_name:CSP_REP_HIER_SECINV_NAV, status:VALID, product: CSP - Spares Management , description: View for Reporting Hierarchy to Subinventory flow , implementation_dba_data: APPS.CSP_REP_HIER_SECINV_NAV ,
-
View: CSP_RESOURCE_DEFAULT_INV_LOC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RESOURCE_DEFAULT_INV_LOC_V, object_name:CSP_RESOURCE_DEFAULT_INV_LOC_V, status:VALID, product: CSP - Spares Management , description: Get the default Part In or Part Out Subinventories assigned to a resource in a loop , implementation_dba_data: APPS.CSP_RESOURCE_DEFAULT_INV_LOC_V ,
-
View: CSP_RESOURCE_DEFAULT_INV_LOC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RESOURCE_DEFAULT_INV_LOC_V, object_name:CSP_RESOURCE_DEFAULT_INV_LOC_V, status:VALID, product: CSP - Spares Management , description: Get the default Part In or Part Out Subinventories assigned to a resource in a loop , implementation_dba_data: APPS.CSP_RESOURCE_DEFAULT_INV_LOC_V ,
-
View: CSP_PLN_REGION_ORG_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_REGION_ORG_NAV, object_name:CSP_PLN_REGION_ORG_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_REGION_ORG_NAV ,
-
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_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_PLN_REGION_ORG_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_REGION_ORG_NAV, object_name:CSP_PLN_REGION_ORG_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_REGION_ORG_NAV ,
-
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_SEC_INVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_SEC_INVENTORIES_V, object_name:CSP_SEC_INVENTORIES_V, status:VALID, product: CSP - Spares Management , description: Subinventory Details , implementation_dba_data: APPS.CSP_SEC_INVENTORIES_V ,
-
View: CSP_SEC_INVENTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_SEC_INVENTORIES_V, object_name:CSP_SEC_INVENTORIES_V, status:VALID, product: CSP - Spares Management , description: Subinventory Details , implementation_dba_data: APPS.CSP_SEC_INVENTORIES_V ,
-
View: CSP_CURR_SUP_DEM_SUMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_CURR_SUP_DEM_SUMS_V, object_name:CSP_CURR_SUP_DEM_SUMS_V, status:VALID, product: CSP - Spares Management , description: Supply and demand summary created by batchprogram , implementation_dba_data: APPS.CSP_CURR_SUP_DEM_SUMS_V ,
-
View: CSP_CURR_SUP_DEM_SUMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_CURR_SUP_DEM_SUMS_V, object_name:CSP_CURR_SUP_DEM_SUMS_V, status:VALID, product: CSP - Spares Management , description: Supply and demand summary created by batchprogram , implementation_dba_data: APPS.CSP_CURR_SUP_DEM_SUMS_V ,
-
View: CSP_EXCESS_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_EXCESS_LISTS_V, object_name:CSP_EXCESS_LISTS_V, status:VALID, product: CSP - Spares Management , description: Excess Spare Parts , implementation_dba_data: APPS.CSP_EXCESS_LISTS_V ,
-
View: CSP_EXCESS_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_EXCESS_LISTS_V, object_name:CSP_EXCESS_LISTS_V, status:VALID, product: CSP - Spares Management , description: Excess Spare Parts , implementation_dba_data: APPS.CSP_EXCESS_LISTS_V ,
-
View: CSP_PLANNING_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLANNING_PARAMETERS_V, object_name:CSP_PLANNING_PARAMETERS_V, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLANNING_PARAMETERS_V ,
-
View: CSP_PLANNING_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLANNING_PARAMETERS_V, object_name:CSP_PLANNING_PARAMETERS_V, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLANNING_PARAMETERS_V ,