Search Results csc_prof_group_categories
Overview
The CSC_PROF_GROUP_CATEGORIES table is a core data structure within the Oracle E-Business Suite Customer Care (CSC) module. Its primary function is to manage the association between profile groups and categories, specifically for the configuration of dashboard groups. As indicated by the official documentation, categories are a required component only for dashboard groups, making this table essential for tailoring the user interface and data presentation within the Customer Care dashboard. It acts as a junction table, linking high-level profile groups to specific categorical subdivisions, thereby enabling granular control over the data views and metrics presented to different user roles.
Key Information Stored
The table's structure centers on the relationship it defines. The primary key, GROUP_CATEGORY_ID, uniquely identifies each category assignment within a profile group. The most critical foreign key column is GROUP_ID, which links directly to the CSC_PROF_GROUPS_B table to establish which profile group the category belongs to. While the provided metadata does not list all columns, typical implementations would include columns such as CATEGORY_CODE or CATEGORY_ID to define the specific category type, along with standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing. The data stored here fundamentally dictates which categorical filters or data segments are active and available within a configured dashboard group.
Common Use Cases and Queries
The primary use case is the administrative setup and maintenance of dashboard groups within Oracle Customer Care. A system administrator would interact with this table indirectly through the application's profile group configuration screens to define which data categories (e.g., by product line, region, severity, or status) are relevant for a particular dashboard view. A common reporting query would involve joining this table to its parent to list all categories for a given profile group. For example:
- SELECT pg.PROFILE_GROUP_NAME, pgc.CATEGORY_CODE FROM CSC_PROF_GROUPS_B pg, CSC_PROF_GROUP_CATEGORIES pgc WHERE pg.GROUP_ID = pgc.GROUP_ID AND pg.PROFILE_GROUP_NAME = 'Service_Dashboard';
This data is critical for troubleshooting dashboard display issues, validating configuration, and ensuring users see the correct segmented data.
Related Objects
The table maintains a direct and documented foreign key relationship with the CSC_PROF_GROUPS_B table. The relationship is defined as:
- Foreign Key Table: CSC_PROF_GROUP_CATEGORIES
- Referenced Primary Key Table: CSC_PROF_GROUPS_B
- Join Column: CSC_PROF_GROUP_CATEGORIES.GROUP_ID references CSC_PROF_GROUPS_B.GROUP_ID
This relationship ensures referential integrity, meaning a category cannot be assigned to a non-existent profile group. The table is a child of CSC_PROF_GROUPS_B and is central to the profile group's dashboard functionality. Other objects, such as views or APIs for dashboard rendering, would likely depend on the associations stored in this table.
-
Table: CSC_PROF_GROUP_CATEGORIES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID, product: CSC - Customer Care , description: Store the categories that are present in a profile group . Categories are needed only for Dashboard Groups , implementation_dba_data: CSC.CSC_PROF_GROUP_CATEGORIES ,
-
Table: CSC_PROF_GROUP_CATEGORIES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID, product: CSC - Customer Care , description: Store the categories that are present in a profile group . Categories are needed only for Dashboard Groups , implementation_dba_data: CSC.CSC_PROF_GROUP_CATEGORIES ,
-
APPS.CSC_PROF_GROUP_CATEGORIES_PKG dependencies on CSC_PROF_GROUP_CATEGORIES
12.1.1
-
APPS.CSC_PROF_GROUP_CAT_PVT dependencies on CSC_PROF_GROUP_CATEGORIES
12.1.1
-
APPS.CSC_PROF_GROUP_CATEGORIES_PKG dependencies on CSC_PROF_GROUP_CATEGORIES
12.2.2
-
APPS.CSC_PROF_GROUP_CAT_PVT dependencies on CSC_PROF_GROUP_CATEGORIES
12.2.2
-
VIEW: APPS.CSC_PROF_CATEGORY_LOOKUPS_V
12.1.1
-
VIEW: CSC.CSC_PROF_GROUP_CATEGORIES#
12.2.2
owner:CSC, object_type:VIEW, object_name:CSC_PROF_GROUP_CATEGORIES#, status:VALID,
-
VIEW: APPS.CSC_PROF_GROUP_CATEGORIES_V
12.2.2
-
VIEW: APPS.CSC_PROF_CATEGORY_LOOKUPS_V
12.2.2
-
View: CSC_PROF_CATEGORY_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CATEGORY_LOOKUPS_V, object_name:CSC_PROF_CATEGORY_LOOKUPS_V, status:VALID, product: CSC - Customer Care , description: View joining csc_prof_group_categories and csc_lookups , implementation_dba_data: APPS.CSC_PROF_CATEGORY_LOOKUPS_V ,
-
VIEW: APPS.CSC_PROFILE_CATEGORY_DB_V
12.2.2
-
VIEW: APPS.CSC_PROF_GROUP_CATEGORIES_V
12.1.1
-
VIEW: APPS.CSC_CUSTOMER_PROFILE_DB_V
12.2.2
-
VIEW: CSC.CSC_PROF_GROUP_CATEGORIES#
12.2.2
-
SYNONYM: APPS.CSC_PROF_GROUP_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID,
-
SYNONYM: APPS.CSC_PROF_GROUP_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID,
-
APPS.CSC_PROF_GROUP_CATEGORIES_PKG SQL Statements
12.1.1
-
VIEW: APPS.CSC_PROFILE_CATEGORY_DB_V
12.1.1
-
View: CSC_PROF_CATEGORY_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CATEGORY_LOOKUPS_V, object_name:CSC_PROF_CATEGORY_LOOKUPS_V, status:VALID, product: CSC - Customer Care , description: View joining csc_prof_group_categories and csc_lookups , implementation_dba_data: APPS.CSC_PROF_CATEGORY_LOOKUPS_V ,
-
TRIGGER: APPS.CSC_PROF_GROUP_CATEGORIES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSC_PROF_GROUP_CATEGORIES+, status:VALID,
-
APPS.CSC_PROF_GROUP_CATEGORIES_PKG SQL Statements
12.2.2
-
View: CSC_PROF_GROUP_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES_V, object_name:CSC_PROF_GROUP_CATEGORIES_V, status:VALID, product: CSC - Customer Care , description: View of CSC_PROF_GROUP_CATEGORIES. This view is used in Customer Profile Setup form - Profile Groups tab and Dashboard Groups tab. , implementation_dba_data: APPS.CSC_PROF_GROUP_CATEGORIES_V ,
-
View: CSC_PROF_GROUP_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES_V, object_name:CSC_PROF_GROUP_CATEGORIES_V, status:VALID, product: CSC - Customer Care , description: View of CSC_PROF_GROUP_CATEGORIES. This view is used in Customer Profile Setup form - Profile Groups tab and Dashboard Groups tab. , implementation_dba_data: APPS.CSC_PROF_GROUP_CATEGORIES_V ,
-
View: CSC_PROFILE_CATEGORY_DB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROFILE_CATEGORY_DB_V, object_name:CSC_PROFILE_CATEGORY_DB_V, status:VALID, product: CSC - Customer Care , description: Internal View used in Dashboard , implementation_dba_data: APPS.CSC_PROFILE_CATEGORY_DB_V ,
-
VIEW: APPS.CSC_CUSTOMER_PROFILE_DB_V
12.1.1
-
TABLE: CSC.CSC_PROF_GROUP_CATEGORIES
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID,
-
TRIGGER: APPS.CSC_PROF_GROUP_CATEGORIES+
12.2.2
-
View: CSC_PROFILE_CATEGORY_DB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROFILE_CATEGORY_DB_V, object_name:CSC_PROFILE_CATEGORY_DB_V, status:VALID, product: CSC - Customer Care , description: Internal View used in Dashboard , implementation_dba_data: APPS.CSC_PROFILE_CATEGORY_DB_V ,
-
VIEW: APPS.CSC_PROF_CATEGORY_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CATEGORY_LOOKUPS_V, object_name:CSC_PROF_CATEGORY_LOOKUPS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CSC_PROF_GROUP_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES_V, object_name:CSC_PROF_GROUP_CATEGORIES_V, status:VALID,
-
VIEW: APPS.CSC_PROF_CATEGORY_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CATEGORY_LOOKUPS_V, object_name:CSC_PROF_CATEGORY_LOOKUPS_V, status:VALID,
-
FUNCTION: APPS.CSC_PROF_GROUP_CATEGORIES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: CSC.CSC_PROF_GROUP_CATEGORIES
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES, object_name:CSC_PROF_GROUP_CATEGORIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
FUNCTION: APPS.CSC_PROF_GROUP_CATEGORIES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSC_PROF_GROUP_CATEGORIES=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CSC_PROF_GROUP_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_GROUP_CATEGORIES_V, object_name:CSC_PROF_GROUP_CATEGORIES_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: CSC_PROF_GROUPS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_GROUPS_B, object_name:CSC_PROF_GROUPS_B, status:VALID, product: CSC - Customer Care , description: Base Table to Store profile Group information , implementation_dba_data: CSC.CSC_PROF_GROUPS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSC_PROF_GROUP_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_GROUP_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROF_GROUP_CATEGORIES_PKG
12.1.1