Search Results csc_prof_table_columns_b
Overview
The table CSC_PROF_TABLE_COLUMNS_B is a core data repository within the Oracle E-Business Suite Customer Care (CSC) module, specifically for versions 12.1.1 and 12.2.2. It functions as the base table for defining and storing the metadata required for drilldown functionality associated with profile variables. Profile variables are key data points used throughout the Customer Care application. This table's primary role is to configure the dynamic navigation from a displayed profile variable value to a more detailed transactional form, thereby enabling deeper data investigation and user workflow.
Key Information Stored
The table stores the technical mapping details that link a profile variable to its corresponding drilldown destination. While the full column list is not detailed in the provided metadata, the description and relationships indicate it holds critical identifiers. The central piece of data is the BLOCK_ID, a foreign key linking the drilldown definition to its parent profile block in the CSC_PROF_BLOCKS_B table. Crucially, the table stores the names of the database TABLE and COLUMN that contain the data to be queried for the drilldown. Furthermore, it stores an OBJECT_CODE, which is used to resolve and launch the specific Oracle EBS form function (e.g., a specific transaction form) that will display the detailed data, completing the end-to-end drilldown navigation path.
Common Use Cases and Queries
The primary use case is the administration and configuration of profile drilldowns. System administrators or implementers query and maintain this table to define or troubleshoot how users navigate from summary profile data to underlying transactions. A common diagnostic query would join this table to its parent block table to understand the full drilldown setup for a given profile area. For example:
- Identifying all configured drilldowns:
SELECT c.table_name, c.column_name, c.object_code, b.block_name FROM csc_prof_table_columns_b c, csc_prof_blocks_b b WHERE c.block_id = b.block_id; - Troubleshooting a non-functional drilldown by verifying the object_code maps to a valid form function or by checking the referenced table and column names for accuracy.
Direct reporting from this table is rare; it is primarily a configuration object queried for setup and support purposes.
Related Objects
CSC_PROF_TABLE_COLUMNS_B has a direct and documented foreign key relationship within the CSC schema, as per the provided metadata. The key relationship is:
- CSC_PROF_BLOCKS_B: This table is the parent, containing the definition of profile blocks. The relationship is enforced through the foreign key column
CSC_PROF_TABLE_COLUMNS_B.BLOCK_ID, which references theCSC_PROF_BLOCKS_Btable. Any drilldown column definition must be associated with a valid profile block. This table is likely referenced by various views or APIs within the Customer Care module that render profile checklists and execute the drilldown functionality, though those specific objects are not listed in the provided excerpt.
-
Table: CSC_PROF_TABLE_COLUMNS_B
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_B, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID, product: CSC - Customer Care , description: Base 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 , implementation_dba_data: CSC.CSC_PROF_TABLE_COLUMNS_B ,
-
Table: CSC_PROF_TABLE_COLUMNS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_B, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID, product: CSC - Customer Care , description: Base 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 , implementation_dba_data: CSC.CSC_PROF_TABLE_COLUMNS_B ,
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_PROF_TABLE_COLUMNS_B
12.1.1
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_PROF_TABLE_COLUMNS_B
12.2.2
-
VIEW: CSC.CSC_PROF_TABLE_COLUMNS_B#
12.2.2
owner:CSC, object_type:VIEW, object_name:CSC_PROF_TABLE_COLUMNS_B#, status:VALID,
-
TRIGGER: APPS.CSC_PROF_TABLE_COLUMNS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSC_PROF_TABLE_COLUMNS_B+, status:VALID,
-
SYNONYM: APPS.CSC_PROF_TABLE_COLUMNS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID,
-
SYNONYM: APPS.CSC_PROF_TABLE_COLUMNS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID,
-
TRIGGER: APPS.CSC_PROF_TABLE_COLUMNS_B+
12.2.2
-
VIEW: APPS.CSC_PROF_TABLE_COLUMNS_VL
12.2.2
-
VIEW: APPS.CSC_PROF_TABLE_COLUMNS_VL
12.1.1
-
VIEW: CSC.CSC_PROF_TABLE_COLUMNS_B#
12.2.2
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG SQL Statements
12.1.1
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.CSC_PROF_TABLE_COLUMNS_B=
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: CSC.CSC_PROF_TABLE_COLUMNS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_B, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: CSC_PROF_BLOCKS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_BLOCKS_B, object_name:CSC_PROF_BLOCKS_B, status:VALID, product: CSC - Customer Care , description: CSC_PROF_BLOCKS_B stores the profile check variable information , implementation_dba_data: CSC.CSC_PROF_BLOCKS_B ,
-
PACKAGE BODY: APPS.CSC_PROF_TABLE_COLUMNS_PKG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_PROF_TABLE_COLUMNS_TL
12.1.1
-
PACKAGE BODY: APPS.CSC_PROF_TABLE_COLUMNS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_TABLE_COLUMNS_PKG, status:VALID,
-
FUNCTION: APPS.CSC_PROF_TABLE_COLUMNS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSC_PROF_TABLE_COLUMNS_B=, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROF_TABLE_COLUMNS_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: CSC_PROF_BLOCKS_B
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_BLOCKS_B, object_name:CSC_PROF_BLOCKS_B, status:VALID, product: CSC - Customer Care , description: CSC_PROF_BLOCKS_B stores the profile check variable information , implementation_dba_data: CSC.CSC_PROF_BLOCKS_B ,
-
TABLE: CSC.CSC_PROF_TABLE_COLUMNS_B
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_B, object_name:CSC_PROF_TABLE_COLUMNS_B, status:VALID,
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_PROF_TABLE_COLUMNS_TL
12.2.2
-
PACKAGE BODY: APPS.CSC_PROF_TABLE_COLUMNS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_TABLE_COLUMNS_PKG, status:VALID,
-
View: CSC_PROF_TABLE_COLUMNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_VL, object_name:CSC_PROF_TABLE_COLUMNS_VL, status:VALID, product: CSC - Customer Care , description: This view is the MLSed view based on CSC_PROF_TABLE_COLUMNS_VL and CSC_PROF_TABLE_COLUMNS_TL. This view is used in Customer Profile Setup form- Drilldown Details tabs. , implementation_dba_data: APPS.CSC_PROF_TABLE_COLUMNS_VL ,
-
View: CSC_PROF_TABLE_COLUMNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_VL, object_name:CSC_PROF_TABLE_COLUMNS_VL, status:VALID, product: CSC - Customer Care , description: This view is the MLSed view based on CSC_PROF_TABLE_COLUMNS_VL and CSC_PROF_TABLE_COLUMNS_TL. This view is used in Customer Profile Setup form- Drilldown Details tabs. , implementation_dba_data: APPS.CSC_PROF_TABLE_COLUMNS_VL ,
-
VIEW: APPS.CSC_PROF_TABLE_COLUMNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_VL, object_name:CSC_PROF_TABLE_COLUMNS_VL, status:VALID,
-
VIEW: APPS.CSC_PROF_TABLE_COLUMNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_TABLE_COLUMNS_VL, object_name:CSC_PROF_TABLE_COLUMNS_VL, status:VALID,
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_CORE_UTILS_PVT
12.1.1
-
APPS.CSC_PROF_TABLE_COLUMNS_PKG dependencies on CSC_CORE_UTILS_PVT
12.2.2
-
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 ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,