Search Results csc_color_codes
Overview
The CSC_COLOR_CODES table is a core reference table within the Oracle E-Business Suite Customer Care (CSC) module. It serves as a master repository for defining associations between rating codes and their corresponding visual color indicators. This table's primary role is to support the configuration and consistent application of color-coded ratings across the Customer Care application, enabling users to quickly assess customer data, service profiles, or case statuses based on a standardized visual scheme. The existence of a dedicated table for this mapping underscores the importance of configurable, at-a-glance status indicators in customer service and support workflows within EBS.
Key Information Stored
The table's structure is designed to maintain a simple yet critical mapping. Based on the provided metadata, the two key columns that constitute the table's primary key are RATING_CODE and COLOR_CODE. The RATING_CODE column stores the alphanumeric identifier for a specific rating or status level defined within the CSC module. The COLOR_CODE column stores the identifier for the visual color (e.g., 'RED', 'GREEN', 'YELLOW', or a hexadecimal value) associated with that specific rating. This pairing ensures that a given rating is consistently represented by the same color throughout the application's user interface and related reports.
Common Use Cases and Queries
The primary use case is the dynamic rendering of colored indicators on forms and reports within the Customer Care module. For instance, a customer service representative viewing a profile check screen would see a color-coded rating, with the specific hue pulled from this table based on the stored rating code. A common administrative task is querying or maintaining these associations. A typical query to retrieve the full mapping would be: SELECT rating_code, color_code FROM csc.csc_color_codes ORDER BY rating_code;. For integration or data validation, a join to check for orphaned ratings in transactional tables might be used: SELECT p.rating_code FROM csc.csc_prof_check_ratings p WHERE NOT EXISTS (SELECT 1 FROM csc.csc_color_codes c WHERE c.rating_code = p.rating_code AND c.color_code = p.color_code);.
Related Objects
The table has a direct and documented foreign key relationship with the CSC_PROF_CHECK_RATINGS table, which appears to store applied ratings for profile checks. The relationship is enforced on the combination of both key columns, ensuring referential integrity for the rating-color pair. The specific join path is:
- Foreign Key Table: CSC_PROF_CHECK_RATINGS
- Foreign Key Columns: CSC_PROF_CHECK_RATINGS.RATING_CODE and CSC_PROF_CHECK_RATINGS.COLOR_CODE
- References: CSC_COLOR_CODES table on its primary key columns (RATING_CODE, COLOR_CODE).
-
Table: CSC_COLOR_CODES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_COLOR_CODES, object_name:CSC_COLOR_CODES, status:VALID, product: CSC - Customer Care , description: CSC_COLOR_CODES stores information about color and rating association , implementation_dba_data: CSC.CSC_COLOR_CODES ,
-
Table: CSC_COLOR_CODES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_COLOR_CODES, object_name:CSC_COLOR_CODES, status:VALID, product: CSC - Customer Care , description: CSC_COLOR_CODES stores information about color and rating association , implementation_dba_data: CSC.CSC_COLOR_CODES ,
-
APPS.CSC_COLOR_CODES_PKG dependencies on CSC_COLOR_CODES
12.1.1
-
APPS.CSC_COLOR_CODES_PKG dependencies on CSC_COLOR_CODES
12.2.2
-
APPS.CSC_PROF_COLOR_CODE_PVT dependencies on CSC_COLOR_CODES
12.2.2
-
APPS.CSC_PROF_COLOR_CODE_PVT dependencies on CSC_COLOR_CODES
12.1.1
-
VIEW: CSC.CSC_COLOR_CODES#
12.2.2
owner:CSC, object_type:VIEW, object_name:CSC_COLOR_CODES#, status:VALID,
-
VIEW: APPS.CSC_COLOR_CODES_V
12.1.1
-
SYNONYM: APPS.CSC_COLOR_CODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSC_COLOR_CODES, status:VALID,
-
APPS.CSC_COLOR_CODES_PKG SQL Statements
12.1.1
-
VIEW: CSC.CSC_COLOR_CODES#
12.2.2
-
VIEW: APPS.CSC_COLOR_CODES_V
12.2.2
-
SYNONYM: APPS.CSC_COLOR_CODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSC_COLOR_CODES, status:VALID,
-
APPS.CSC_COLOR_CODES_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.CSC_COLOR_CODES+
12.2.2
-
TABLE: CSC.CSC_COLOR_CODES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_COLOR_CODES, object_name:CSC_COLOR_CODES, status:VALID,
-
View: CSC_COLOR_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_COLOR_CODES_V, object_name:CSC_COLOR_CODES_V, status:VALID, product: CSC - Customer Care , description: View of CSC_COLOR_CODES. This view is used in Customer Profile Setup form - Preferences tab. , implementation_dba_data: APPS.CSC_COLOR_CODES_V ,
-
View: CSC_COLOR_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_COLOR_CODES_V, object_name:CSC_COLOR_CODES_V, status:VALID, product: CSC - Customer Care , description: View of CSC_COLOR_CODES. This view is used in Customer Profile Setup form - Preferences tab. , implementation_dba_data: APPS.CSC_COLOR_CODES_V ,
-
TRIGGER: APPS.CSC_COLOR_CODES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSC_COLOR_CODES+, status:VALID,
-
TABLE: CSC.CSC_COLOR_CODES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_COLOR_CODES, object_name:CSC_COLOR_CODES, status:VALID,
-
VIEW: APPS.CSC_COLOR_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_COLOR_CODES_V, object_name:CSC_COLOR_CODES_V, status:VALID,
-
PACKAGE BODY: APPS.CSC_COLOR_CODES_PKG
12.1.1
-
VIEW: APPS.CSC_COLOR_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_COLOR_CODES_V, object_name:CSC_COLOR_CODES_V, status:VALID,
-
PACKAGE BODY: APPS.CSC_COLOR_CODES_PKG
12.2.2
-
FUNCTION: APPS.CSC_COLOR_CODES=
12.2.2
-
FUNCTION: APPS.CSC_COLOR_CODES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSC_COLOR_CODES=, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
Table: CSC_PROF_CHECK_RATINGS
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECK_RATINGS, object_name:CSC_PROF_CHECK_RATINGS, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECK_RATINGS stores the rating and color information , implementation_dba_data: CSC.CSC_PROF_CHECK_RATINGS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSC_COLOR_CODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_COLOR_CODES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSC_PROF_COLOR_CODE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_COLOR_CODE_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROF_COLOR_CODE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_COLOR_CODE_PVT, status:VALID,
-
Table: CSC_PROF_CHECK_RATINGS
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECK_RATINGS, object_name:CSC_PROF_CHECK_RATINGS, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECK_RATINGS stores the rating and color information , implementation_dba_data: CSC.CSC_PROF_CHECK_RATINGS ,
-
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 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSC_COLOR_CODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_COLOR_CODES_PKG, status:VALID,
-
APPS.CSC_PROF_COLOR_CODE_PVT SQL Statements
12.2.2
-
APPS.CSC_PROF_COLOR_CODE_PVT SQL Statements
12.1.1
-
eTRM - CSC Tables and Views
12.1.1
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
eTRM - CSC Tables and Views
12.2.2
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
PACKAGE BODY: APPS.CSC_PROF_COLOR_CODE_PVT
12.2.2
-
PACKAGE BODY: APPS.CSC_PROF_COLOR_CODE_PVT
12.1.1