Search Results amw_opinion_types_tl
Overview
The AMW_OPINION_TYPES_TL table is a translatable (TL) data object within the Oracle E-Business Suite (EBS) module AMW - Internal Controls Manager. As a translatable table, its primary role is to store user-facing text, such as names and descriptions, for defined opinion types in multiple languages. This enables the application to present a localized interface based on a user's session language. It is crucial to note that the module, Internal Controls Manager, is marked as obsolete in the provided metadata for EBS releases 12.1.1 and 12.2.2. This status indicates the table is part of a legacy or deprecated application component, and its use in new developments is not recommended.
Key Information Stored
The table stores the language-specific textual attributes for opinion type entities. Its structure is defined by a composite primary key consisting of OPINION_TYPE_ID and LANGUAGE. The OPINION_TYPE_ID column is a foreign key that links each translatable record to its corresponding base definition in the AMW_OPINION_TYPES_B table. The LANGUAGE column holds the ISO code for the language of the translated text (e.g., 'US' for American English). While the specific column list is not detailed in the excerpt, typical translatable table columns include NAME, DESCRIPTION, and potentially SOURCE_LANG. These columns hold the translated values that are displayed within the application's user interface for the associated opinion type.
Common Use Cases and Queries
The primary use case is retrieving opinion type descriptions in the user's current language for display in forms, reports, and lists of values (LOVs). Given the module's obsolete status, queries are typically for support, data migration, or reporting on historical control assessments. A common pattern is to join this table with its base table using the OPINION_TYPE_ID and filter by the session's language. For example, to fetch all active opinion types for a report:
- SELECT b.opinion_type_id, tl.name, tl.description FROM amw_opinion_types_b b, amw_opinion_types_tl tl WHERE b.opinion_type_id = tl.opinion_type_id AND tl.language = USERENV('LANG');
Direct data manipulation (DML) on this table is strongly discouraged; updates should be performed through the standard application interface to maintain data integrity and leverage the translation workflow.
Related Objects
The table has a direct and critical relationship with its base table, as documented in the provided metadata. The relationship is defined by a foreign key constraint.
- AMW_OPINION_TYPES_B: This is the base (non-translatable) table for opinion types. The AMW_OPINION_TYPES_TL.OPINION_TYPE_ID column references AMW_OPINION_TYPES_B. All translatable records must have a corresponding base record. The standard join condition is
AMW_OPINION_TYPES_TL.OPINION_TYPE_ID = AMW_OPINION_TYPES_B.OPINION_TYPE_ID.
As a translatable table, it is also intrinsically linked to the EBS multilingual architecture (FND_LANGUAGES), though this is not an explicit foreign key constraint. Given the module's obsolete status, dependencies from other application objects are likely minimal.
-
Table: AMW_OPINION_TYPES_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_TYPES_TL, object_name:AMW_OPINION_TYPES_TL, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Types Translatable Table , implementation_dba_data: AMW.AMW_OPINION_TYPES_TL ,
-
Table: AMW_OPINION_TYPES_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Types Translatable Table , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_OPINION_TYPES_PKG dependencies on AMW_OPINION_TYPES_TL
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_OPINION_TYPES_TL
12.1.1
-
APPS.AMW_OPINION_TYPES_PKG SQL Statements
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on PA_PROJECT_LISTS_V
12.1.1
-
APPS.AMW_OPINION_TYPES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_AUDIT_UNITS_V
12.1.1
-
PACKAGE BODY: APPS.AMW_OPINION_TYPES_PKG
12.1.1
-
SYNONYM: APPS.AMW_OPINION_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_OPINION_TYPES_TL, status:VALID,
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on FND_OBJECTS
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_OBJECT_OPINION_TYPES
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_WF_ORG_HIERARCHY_MAIN_V
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_PROC_CERT_EVAL_SUM
12.1.1
-
APPS.AMW_OPINION_TYPES_PKG dependencies on AMW_OPINION_TYPES_B
12.1.1
-
TABLE: AMW.AMW_OPINION_TYPES_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_TYPES_TL, object_name:AMW_OPINION_TYPES_TL, status:VALID,
-
APPS.AMW_OPINION_TYPES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_RISKS_ALL_VL
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_CONTROLS_ALL_VL
12.1.1
-
Table: AMW_OPINION_TYPES_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_TYPES_B, object_name:AMW_OPINION_TYPES_B, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Types Base Table , implementation_dba_data: AMW.AMW_OPINION_TYPES_B ,
-
Table: AMW_OPINION_TYPES_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Types Base Table , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_OPINIONS_V
12.1.1
-
PACKAGE BODY: APPS.AMW_OPINION_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_OPINION_TYPES_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_PROCESS_ORGANIZATION
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_PVT
12.1.1
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
12.1.1 DBA Data
12.1.1