Search Results csp_parts_loops_b
Overview
The CSP_PARTS_LOOPS_B table is a core data definition table within the Oracle E-Business Suite Spares Management (CSP) module. It serves as the master repository for defining and storing the fundamental configuration of "Parts Loops." A Parts Loop is a critical concept in spares management, representing a logical grouping of inventory items and associated planning parameters for the purpose of forecasting, replenishment, and stock optimization. This table holds the essential, non-translatable attributes of each loop, forming the base for the application's inventory planning and supply chain execution logic for service parts.
Key Information Stored
The table's primary key is the PARTS_LOOP_ID, a unique system-generated identifier. Key descriptive and configuration columns include the LOOP_NAME and DESCRIPTION. Crucially, the table stores foreign keys that link each Parts Loop to its governing business rules and responsible personnel. These include the FORECAST_RULE_ID (linking to CSP_FORECAST_RULES_B), the CALCULATION_RULE_ID (linking to CSP_LOOP_CALC_RULES_B), and the PLANNER_CODE with ORGANIZATION_ID (linking to MTL_PLANNERS). This structure centralizes the definition of which forecasting algorithm, calculation methodology, and planner is assigned to manage the inventory within each specific loop.
Common Use Cases and Queries
This table is central to setup, reporting, and data integrity operations. A common administrative query involves listing all configured loops with their associated rules and planners for audit purposes:
SELECT loop_name, description, forecast_rule_id, calculation_rule_id, planner_code FROM csp_parts_loops_b WHERE organization_id = :org_id ORDER BY loop_name;
Another critical use case is identifying loops that reference a specific forecast or calculation rule before modifying or deleting that rule, ensuring referential integrity. The table is also frequently joined in operational reports that analyze spares performance, where loop definitions provide the contextual framework for summarizing historical usage, current stock levels, and forecast accuracy.
Related Objects
CSP_PARTS_LOOPS_B is a central hub with numerous dependencies. Its translatable descriptions are stored in the companion table CSP_PARTS_LOOPS_TL. It is referenced by several key transactional and summary tables, including CSP_USAGE_HISTORIES, CSP_CURR_SUP_DEM_SUMS, CSP_SEC_INVENTORIES, CSP_NOTIFICATIONS, and CSP_MSTRSTCK_LISTS_ITMS. This demonstrates that the PARTS_LOOP_ID propagates throughout the module to tag all related usage data, stock summaries, secondary inventory assignments, alert notifications, and master stocking list items. Furthermore, it holds foreign key relationships to definition tables for forecast rules (CSP_FORECAST_RULES_B) and calculation rules (CSP_LOOP_CALC_RULES_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 ,
-
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_TL
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PARTS_LOOPS_TL, object_name:CSP_PARTS_LOOPS_TL, status:VALID, product: CSP - Spares Management , description: Translated Parts Loop definition , implementation_dba_data: CSP.CSP_PARTS_LOOPS_TL ,
-
Table: CSP_LOOP_CALC_RULES_B
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_LOOP_CALC_RULES_B, object_name:CSP_LOOP_CALC_RULES_B, status:VALID, product: CSP - Spares Management , description: Stores calculation rules , implementation_dba_data: CSP.CSP_LOOP_CALC_RULES_B ,
-
Table: CSP_LOOP_CALC_RULES_B
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_LOOP_CALC_RULES_B, object_name:CSP_LOOP_CALC_RULES_B, status:VALID, product: CSP - Spares Management , description: Stores calculation rules , implementation_dba_data: CSP.CSP_LOOP_CALC_RULES_B ,
-
Table: CSP_FORECAST_RULES_B
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_FORECAST_RULES_B, object_name:CSP_FORECAST_RULES_B, status:VALID, product: CSP - Spares Management , description: Stores forecast rules , implementation_dba_data: CSP.CSP_FORECAST_RULES_B ,
-
Table: CSP_FORECAST_RULES_B
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_FORECAST_RULES_B, object_name:CSP_FORECAST_RULES_B, status:VALID, product: CSP - Spares Management , description: Stores forecast rules , implementation_dba_data: CSP.CSP_FORECAST_RULES_B ,
-
Table: CSP_MSTRSTCK_LISTS_ITMS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_MSTRSTCK_LISTS_ITMS, object_name:CSP_MSTRSTCK_LISTS_ITMS, status:VALID, product: CSP - Spares Management , description: Master stocklist , implementation_dba_data: CSP.CSP_MSTRSTCK_LISTS_ITMS ,
-
Table: CSP_USAGE_HISTORIES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_USAGE_HISTORIES, object_name:CSP_USAGE_HISTORIES, status:VALID, product: CSP - Spares Management , description: Summarized usage history information , implementation_dba_data: CSP.CSP_USAGE_HISTORIES ,
-
Table: CSP_CURR_SUP_DEM_SUMS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_CURR_SUP_DEM_SUMS, object_name:CSP_CURR_SUP_DEM_SUMS, status:VALID, product: CSP - Spares Management , description: Summarized supply and demand information. , implementation_dba_data: CSP.CSP_CURR_SUP_DEM_SUMS ,
-
Table: CSP_USAGE_HISTORIES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_USAGE_HISTORIES, object_name:CSP_USAGE_HISTORIES, status:VALID, product: CSP - Spares Management , description: Summarized usage history information , implementation_dba_data: CSP.CSP_USAGE_HISTORIES ,
-
View: CSP_PARTS_LOOPS_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_NAV, object_name:CSP_PARTS_LOOPS_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop Root to Parts Loop flow , implementation_dba_data: APPS.CSP_PARTS_LOOPS_NAV ,
-
View: CSP_PARTS_LOOPS_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_NAV, object_name:CSP_PARTS_LOOPS_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop Root to Parts Loop flow , implementation_dba_data: APPS.CSP_PARTS_LOOPS_NAV ,
-
View: CSP_NOT_PLOOP_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLOOP_NAV, object_name:CSP_NOT_PLOOP_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Root to Parts Loop flow , implementation_dba_data: APPS.CSP_NOT_PLOOP_NAV ,
-
Table: CSP_PARTS_LOOPS_TL
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_PARTS_LOOPS_TL, object_name:CSP_PARTS_LOOPS_TL, status:VALID, product: CSP - Spares Management , description: Translated Parts Loop definition , implementation_dba_data: CSP.CSP_PARTS_LOOPS_TL ,
-
Table: CSP_CURR_SUP_DEM_SUMS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_CURR_SUP_DEM_SUMS, object_name:CSP_CURR_SUP_DEM_SUMS, status:VALID, product: CSP - Spares Management , description: Summarized supply and demand information. , implementation_dba_data: CSP.CSP_CURR_SUP_DEM_SUMS ,
-
View: CSP_NOT_PLOOP_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLOOP_NAV, object_name:CSP_NOT_PLOOP_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Root to Parts Loop flow , implementation_dba_data: APPS.CSP_NOT_PLOOP_NAV ,
-
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_NOT_PLTYPES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLTYPES_NAV, object_name:CSP_NOT_PLTYPES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Notification Types flow , implementation_dba_data: APPS.CSP_NOT_PLTYPES_NAV ,
-
Table: CSP_MSTRSTCK_LISTS_ITMS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_MSTRSTCK_LISTS_ITMS, object_name:CSP_MSTRSTCK_LISTS_ITMS, status:VALID, product: CSP - Spares Management , description: Master stocklist , implementation_dba_data: CSP.CSP_MSTRSTCK_LISTS_ITMS ,
-
Table: CSP_NOTIFICATIONS
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_NOTIFICATIONS, object_name:CSP_NOTIFICATIONS, status:VALID, product: CSP - Spares Management , description: Holds parts loop notifications , implementation_dba_data: CSP.CSP_NOTIFICATIONS ,
-
Table: CSP_NOTIFICATIONS
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_NOTIFICATIONS, object_name:CSP_NOTIFICATIONS, status:VALID, product: CSP - Spares Management , description: Holds parts loop notifications , implementation_dba_data: CSP.CSP_NOTIFICATIONS ,
-
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_NOT_TYSTAT_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_TYSTAT_NAV, object_name:CSP_NOT_TYSTAT_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Types to Status flow , implementation_dba_data: APPS.CSP_NOT_TYSTAT_NAV ,
-
View: CSP_NOT_TYSTAT_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_TYSTAT_NAV, object_name:CSP_NOT_TYSTAT_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Types to Status flow , implementation_dba_data: APPS.CSP_NOT_TYSTAT_NAV ,
-
View: CSP_NOT_PLTYPES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLTYPES_NAV, object_name:CSP_NOT_PLTYPES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Notification Types flow , implementation_dba_data: APPS.CSP_NOT_PLTYPES_NAV ,
-
View: CSP_PARTS_LOOPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_VL, object_name:CSP_PARTS_LOOPS_VL, status:VALID, product: CSP - Spares Management , description: Shows parts loops with translated description. , implementation_dba_data: APPS.CSP_PARTS_LOOPS_VL ,
-
View: CSP_PARTS_LOOPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_VL, object_name:CSP_PARTS_LOOPS_VL, status:VALID, product: CSP - Spares Management , description: Shows parts loops with translated description. , implementation_dba_data: APPS.CSP_PARTS_LOOPS_VL ,
-
View: CSP_PARTS_LOOPS_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_B_V, object_name:CSP_PARTS_LOOPS_B_V, status:VALID, product: CSP - Spares Management , description: Parts Loop Details , implementation_dba_data: APPS.CSP_PARTS_LOOPS_B_V ,
-
View: CSP_PARTS_LOOPS_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_B_V, object_name:CSP_PARTS_LOOPS_B_V, status:VALID, product: CSP - Spares Management , description: Parts Loop Details , implementation_dba_data: APPS.CSP_PARTS_LOOPS_B_V ,