Search Results csc_plan_lines
Overview
The CSC_PLAN_LINES table is a core data object within the Oracle E-Business Suite Customer Care (CSC) module. It functions as the detail repository for plan templates, which are high-level service or support agreements defined in the CSC_PLAN_HEADERS_B table. This table is essential for managing the granular components, rules, or line items that constitute a complete service plan template. Its role is to store the specific conditions, terms, and details that are applied when a plan is instantiated for a customer, thereby enabling the configuration of complex, multi-line service offerings within the application.
Key Information Stored
While the full column list is not provided in the metadata, the documented foreign key relationships and primary key indicate the critical data elements. The primary identifier for each plan line is the LINE_ID column. Each line is associated with a parent plan template via the PLAN_ID column, which links to CSC_PLAN_HEADERS_B. A significant column is CONDITION_ID, which establishes a relationship with the OKC_CONDITION_HEADERS_B table from the Oracle Contracts Core module. This link is crucial, as it allows plan lines to incorporate formal contractual terms, conditions, and business rules defined in the OKC tables, integrating service plan logic with the enterprise's contract management framework.
Common Use Cases and Queries
Primary use cases involve the creation, inquiry, and reporting of service plan details. Application users typically interact with this data through the Oracle Customer Care front-end forms for maintaining plan templates. Technically, common operations include querying all lines for a specific plan for validation or auditing purposes, and extracting plan details for integration with downstream systems. A typical reporting query would join to the header table to provide context.
Sample SQL Pattern:
SELECT cpl.*
FROM csc.csc_plan_lines cpl
WHERE cpl.plan_id = :p_plan_id
ORDER BY cpl.line_id;
Another critical use case is analyzing the contractual conditions attached to plan lines, requiring a join to the OKC conditions table via the CONDITION_ID to retrieve the associated rule text or logic.
Related Objects
The table maintains defined relationships with other key EBS objects, primarily through foreign key constraints:
- CSC_PLAN_HEADERS_B: This is the parent table. The relationship is defined as CSC_PLAN_LINES.PLAN_ID → CSC_PLAN_HEADERS_B. This join is fundamental for retrieving the header information for any plan line detail.
- OKC_CONDITION_HEADERS_B: This table, from the Contracts Core module, stores condition headers. The relationship is defined as CSC_PLAN_LINES.CONDITION_ID → OKC_CONDITION_HEADERS_B. This link integrates service plan specifics with the broader contractual and legal terms managed within Oracle Contracts.
The primary key constraint CSC_PLAN_LINES_PK on LINE_ID ensures the uniqueness of each record within this detail table.
-
Table: CSC_PLAN_LINES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_LINES, object_name:CSC_PLAN_LINES, status:VALID, product: CSC - Customer Care , description: CSC_PLAN_LINES stores the plan details of plan templates stored in CSC_PLAN_HEADERS_B , implementation_dba_data: CSC.CSC_PLAN_LINES ,
-
Table: CSC_PLAN_LINES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_LINES, object_name:CSC_PLAN_LINES, status:VALID, product: CSC - Customer Care , description: CSC_PLAN_LINES stores the plan details of plan templates stored in CSC_PLAN_HEADERS_B , implementation_dba_data: CSC.CSC_PLAN_LINES ,
-
APPS.CSC_ACTION_ASSEMBLER_PVT dependencies on CSC_PLAN_LINES
12.2.2
-
APPS.CSC_PLAN_LINES_PKG dependencies on CSC_PLAN_LINES
12.1.1
-
APPS.CSC_PLAN_LINES_PKG dependencies on CSC_PLAN_LINES
12.2.2
-
APPS.CSC_PLAN_LINES_PVT dependencies on CSC_PLAN_LINES
12.2.2
-
APPS.CSC_PLAN_LINES_PVT dependencies on CSC_PLAN_LINES
12.1.1
-
APPS.CSC_ACTION_ASSEMBLER_PVT dependencies on CSC_PLAN_LINES
12.1.1
-
VIEW: APPS.CSC_PLAN_LINES_DFV
12.1.1
-
VIEW: APPS.CSC_PLAN_LINES_DFV
12.2.2
-
SYNONYM: APPS.CSC_PLAN_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSC_PLAN_LINES, status:VALID,
-
APPS.CSC_ACTION_ASSEMBLER_PVT dependencies on OKC_CONDITION_HEADERS_V
12.2.2
-
APPS.CSC_ACTION_ASSEMBLER_PVT dependencies on OKC_CONDITION_HEADERS_V
12.1.1
-
SYNONYM: APPS.CSC_PLAN_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSC_PLAN_LINES, status:VALID,
-
VIEW: CSC.CSC_PLAN_LINES#
12.2.2
owner:CSC, object_type:VIEW, object_name:CSC_PLAN_LINES#, status:VALID,
-
TRIGGER: APPS.CSC_PLAN_LINES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSC_PLAN_LINES+, status:VALID,
-
VIEW: APPS.CSC_PLAN_LINES_V
12.1.1
-
View: CSC_PLAN_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PLAN_LINES_V, object_name:CSC_PLAN_LINES_V, status:VALID, product: CSC - Customer Care , description: This view is based on CSC_PLAN_LINES used in lock row event of server side API's , implementation_dba_data: APPS.CSC_PLAN_LINES_V ,
-
VIEW: CSC.CSC_PLAN_LINES#
12.2.2
-
TRIGGER: APPS.CSC_PLAN_LINES+
12.2.2
-
VIEW: APPS.CSC_PLAN_LINES_V
12.2.2
-
View: CSC_PLAN_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PLAN_LINES_V, object_name:CSC_PLAN_LINES_V, status:VALID, product: CSC - Customer Care , description: This view is based on CSC_PLAN_LINES used in lock row event of server side API's , implementation_dba_data: APPS.CSC_PLAN_LINES_V ,
-
FUNCTION: APPS.CSC_PLAN_LINES=
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.CSC_PLAN_LINES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSC_PLAN_LINES=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: OKC_CONDITION_HEADERS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONDITION_HEADERS_B, object_name:OKC_CONDITION_HEADERS_B, status:VALID, product: OKC - Contracts Core , description: Stores Condition definition. , implementation_dba_data: OKC.OKC_CONDITION_HEADERS_B ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
TABLE: CSC.CSC_PLAN_LINES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_LINES, object_name:CSC_PLAN_LINES, status:VALID,
-
TABLE: CSC.CSC_PLAN_LINES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_LINES, object_name:CSC_PLAN_LINES, status:VALID,
-
Table: CSC_PLAN_HEADERS_B
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_HEADERS_B, object_name:CSC_PLAN_HEADERS_B, status:VALID, product: CSC - Customer Care , description: CSC_PLAN_HEADERS_B table stores all the plan templates and customized plan templates. , implementation_dba_data: CSC.CSC_PLAN_HEADERS_B ,
-
Table: OKC_CONDITION_HEADERS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONDITION_HEADERS_B, object_name:OKC_CONDITION_HEADERS_B, status:VALID, product: OKC - Contracts Core , description: Stores Condition definition , implementation_dba_data: OKC.OKC_CONDITION_HEADERS_B ,
-
VIEW: APPS.CSC_PLAN_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PLAN_LINES_V, object_name:CSC_PLAN_LINES_V, status:VALID,
-
Table: CSC_PLAN_HEADERS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PLAN_HEADERS_B, object_name:CSC_PLAN_HEADERS_B, status:VALID, product: CSC - Customer Care , description: CSC_PLAN_HEADERS_B table stores all the plan templates and customized plan templates. , implementation_dba_data: CSC.CSC_PLAN_HEADERS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CSC_PLAN_LINES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CSC_PLAN_LINES_DFV, status:VALID,
-
PACKAGE BODY: APPS.CSC_PLAN_LINES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PLAN_LINES_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSC_PLAN_LINES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PLAN_LINES_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CSC_PLAN_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PLAN_LINES_V, object_name:CSC_PLAN_LINES_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CSC_PLAN_LINES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CSC_PLAN_LINES_DFV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSC_PLAN_LINES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PLAN_LINES_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSC_PLAN_LINES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PLAN_LINES_PKG, status:VALID,