Search Results csc_prof_checks_tl
Overview
The CSC_PROF_CHECKS_TL table is a translation table within the Oracle E-Business Suite Customer Care (CSC) module. Its primary function is to store multilingual data for profile checks, enabling the application to display user-facing text in the language of the user's session. This table operates in conjunction with its base table, CSC_PROF_CHECKS_B, which holds the language-independent transactional data. The existence of this TL (Translation) table is a standard architectural pattern in Oracle EBS, supporting the suite's global deployment capabilities by separating translatable descriptive columns from core business entity columns.
Key Information Stored
The table stores translated versions of descriptive columns associated with profile checks. While the specific translatable column names are not detailed in the provided metadata, typical candidates for translation in such a structure include the profile check name, description, and any user-facing messages or instructions. The table's structure is defined by a composite primary key consisting of CHECK_ID and LANGUAGE. The CHECK_ID column is a foreign key that links each translated row to its corresponding master record in CSC_PROF_CHECKS_B. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'D' for German) for which the translated text is applicable.
Common Use Cases and Queries
The primary use case is the dynamic presentation of profile check information within the Customer Care application based on the user's session language. This is handled automatically by the Oracle Applications framework, which joins the base and translation tables using the session language. Common queries involve retrieving a complete description of a profile check for a specific language or auditing translation coverage. For example, to retrieve the translated details for a specific check in the current session language, a typical query would be:
- SELECT b.check_id, tl.name, tl.description FROM csc_prof_checks_b b, csc_prof_checks_tl tl WHERE b.check_id = tl.check_id AND tl.language = USERENV('LANG');
Reporting on translations might involve identifying checks missing a translation for a critical language or comparing descriptions across different languages for consistency.
Related Objects
The table has a direct and critical dependency on the CSC_PROF_CHECKS_B table, which is its sole parent entity as documented in the provided metadata.
- CSC_PROF_CHECKS_B: This is the base table for profile checks. The relationship is enforced by a foreign key constraint where CSC_PROF_CHECKS_TL.CHECK_ID references CSC_PROF_CHECKS_B. All records in the TL table must have a corresponding master record in this base table. The primary key of CSC_PROF_CHECKS_TL (CHECK_ID, LANGUAGE) ensures unique translations per language for each check.
-
Table: CSC_PROF_CHECKS_TL
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_TL, object_name:CSC_PROF_CHECKS_TL, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECKS_TL table stores the translated columns of profile checks stored in CSC_PROF_CHECKS_B table , implementation_dba_data: CSC.CSC_PROF_CHECKS_TL ,
-
Table: CSC_PROF_CHECKS_TL
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_TL, object_name:CSC_PROF_CHECKS_TL, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECKS_TL table stores the translated columns of profile checks stored in CSC_PROF_CHECKS_B table , implementation_dba_data: CSC.CSC_PROF_CHECKS_TL ,
-
APPS.CSC_PROFILE_CHECK_PVT dependencies on CSC_PROF_CHECKS_TL
12.1.1
-
APPS.CSC_PROF_CHECKS_PKG dependencies on CSC_PROF_CHECKS_TL
12.1.1
-
APPS.CSC_PROFILE_CHECK_PVT dependencies on CSC_PROF_CHECKS_TL
12.2.2
-
APPS.CSC_PROF_CHECKS_PKG dependencies on CSC_PROF_CHECKS_TL
12.2.2
-
APPS.CSC_PROF_CHECKS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CSC_PROF_CHECKS_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: CSC.CSC_PROF_CHECKS_TL#
12.2.2
owner:CSC, object_type:VIEW, object_name:CSC_PROF_CHECKS_TL#, status:VALID,
-
APPS.CSC_PROF_CHECKS_PKG SQL Statements
12.1.1
-
APPS.CSC_PROF_CHECKS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.CSC_PROF_CHECKS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_CHECKS_TL, status:VALID,
-
TRIGGER: APPS.CSC_PROF_CHECKS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSC_PROF_CHECKS_TL+, status:VALID,
-
VIEW: APPS.CSC_PROF_GROUP_CHECKS_V
12.1.1
-
VIEW: APPS.CSC_PROF_CHECKS_VL
12.1.1
-
TABLE: CSC.CSC_PROF_CHECKS_TL
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_TL, object_name:CSC_PROF_CHECKS_TL, status:VALID,
-
SYNONYM: APPS.CSC_PROF_CHECKS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSC_PROF_CHECKS_TL, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROF_CHECKS_PKG
12.1.1
-
View: CSC_PROF_CHECKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CHECKS_VL, object_name:CSC_PROF_CHECKS_VL, status:VALID, product: CSC - Customer Care , description: This view is the MLSed view based on CSC_PROF_CHECKS_B and CSC_PROF_CHECKS_TL. This view is used in Customer Profile Setup form- Profile Checks tab. , implementation_dba_data: APPS.CSC_PROF_CHECKS_VL ,
-
VIEW: CSC.CSC_PROF_CHECKS_TL#
12.2.2
-
VIEW: APPS.CSC_PROF_GROUP_CHECKS_V
12.2.2
-
TABLE: CSC.CSC_PROF_CHECKS_TL
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_TL, object_name:CSC_PROF_CHECKS_TL, status:VALID,
-
VIEW: APPS.CSC_PROF_CHECKS_VL
12.2.2
-
TRIGGER: APPS.CSC_PROF_CHECKS_TL+
12.2.2
-
PACKAGE BODY: APPS.CSC_PROF_CHECKS_PKG
12.2.2
-
View: CSC_PROF_CHECKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CHECKS_VL, object_name:CSC_PROF_CHECKS_VL, status:VALID, product: CSC - Customer Care , description: This view is the MLSed view based on CSC_PROF_CHECKS_B and CSC_PROF_CHECKS_TL. This view is used in Customer Profile Setup form- Profile Checks tab. , implementation_dba_data: APPS.CSC_PROF_CHECKS_VL ,
-
APPS.CSC_PROF_CHECKS_PKG dependencies on CSC_PROF_CHECKS_B
12.1.1
-
APPS.CSC_PROF_CHECKS_PKG dependencies on CSC_PROF_CHECKS_B
12.2.2
-
FUNCTION: APPS.CSC_PROF_CHECKS_TL=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.CSC_PROF_CHECKS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.CSC_PROF_CHECKS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSC_PROF_CHECKS_TL=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: CSC_PROF_CHECKS_B
12.1.1
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_B, object_name:CSC_PROF_CHECKS_B, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECKS_B stores the profile check information , implementation_dba_data: CSC.CSC_PROF_CHECKS_B ,
-
12.2.2 DBA Data
12.2.2
-
APPS.CSC_PROF_CHECKS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
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_CHECKS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_CHECKS_PKG, status:VALID,
-
Table: CSC_PROF_CHECKS_B
12.2.2
owner:CSC, object_type:TABLE, fnd_design_data:CSC.CSC_PROF_CHECKS_B, object_name:CSC_PROF_CHECKS_B, status:VALID, product: CSC - Customer Care , description: CSC_PROF_CHECKS_B stores the profile check information , implementation_dba_data: CSC.CSC_PROF_CHECKS_B ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CSC_PROF_CHECKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_PROF_CHECKS_VL, object_name:CSC_PROF_CHECKS_VL, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROF_CHECKS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROF_CHECKS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSC_PROFILE_CHECK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_PROFILE_CHECK_PVT, status:VALID,