Search Results amw_opinion_values_b
Overview
The AMW_OPINION_VALUES_B table is a core base table within the Oracle E-Business Suite Internal Controls Manager (AMW) module. It functions as the master repository for predefined opinion values used in the assessment and evaluation of internal controls. In the context of governance, risk, and compliance (GRC) processes, these opinion values represent the standardized, discrete ratings or selections (such as "Effective," "Ineffective," "Satisfactory," or "Needs Improvement") that an auditor or manager can assign when opining on a specific control component or overall assessment. Its role is to ensure data integrity and consistency by providing a controlled set of valid responses for opinion-related fields throughout the AMW application, forming a critical part of the data model for audit and control documentation.
Key Information Stored
While the provided ETRM metadata does not list all column definitions, the structure and relationships indicate the essential data elements. The primary column is the OPINION_VALUE_ID, which serves as the unique system identifier (primary key) for each opinion value record. A second critical column is OPINION_COMPONENT_ID, a foreign key that links each opinion value to its parent category or component defined in the AMW_OPINION_COMPONTS_B table. This relationship allows the system to organize opinion values into logical groupings. Typically, base tables like this also contain standard Oracle EBS columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and ENABLED_FLAG for lifecycle management. The translatable descriptive text (name, description) for each opinion value is stored in the associated AMW_OPINION_VALUES_TL (Translation) table.
Common Use Cases and Queries
This table is primarily accessed for configuration and reporting within control assessments. A common administrative use case is querying the valid opinion values available for a specific control component to set up or validate application setups. For reporting, it is frequently joined to opinion detail tables to translate system IDs into meaningful ratings for audit reports. A typical SQL pattern involves joining the base table with its translation table to retrieve user-friendly values in a specific language.
Sample Query:
SELECT b.OPINION_VALUE_ID, tl.NAME, tl.DESCRIPTION, b.OPINION_COMPONENT_ID
FROM AMW_OPINION_VALUES_B b,
AMW_OPINION_VALUES_TL tl
WHERE b.OPINION_VALUE_ID = tl.OPINION_VALUE_ID
AND tl.LANGUAGE = USERENV('LANG')
AND b.OPINION_COMPONENT_ID = :p_component_id
ORDER BY tl.NAME;
Related Objects
The ETRM metadata explicitly defines the following key relationships for the AMW_OPINION_VALUES_B table:
- Parent Reference (Foreign Key): The table references AMW_OPINION_COMPONTS_B via the column AMW_OPINION_VALUES_B.OPINION_COMPONENT_ID. This defines the hierarchical component to which the opinion value belongs.
- Child References (Foreign Keys): Two key objects depend on this base table:
- AMW_OPINION_DETAILS: References AMW_OPINION_VALUES_B via AMW_OPINION_DETAILS.OPINION_VALUE_ID. This is where the actual opinion selections made during assessments are stored.
- AMW_OPINION_VALUES_TL: References AMW_OPINION_VALUES_B via AMW_OPINION_VALUES_TL.OPINION_VALUE_ID. This table holds the translated names and descriptions for the opinion values.
-
Table: AMW_OPINION_VALUES_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_VALUES_B, object_name:AMW_OPINION_VALUES_B, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Values Base Table , implementation_dba_data: AMW.AMW_OPINION_VALUES_B ,
-
Table: AMW_OPINION_VALUES_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Values Base Table , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_OPINION_VALUES_PKG dependencies on AMW_OPINION_VALUES_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_VALUES_B
12.1.1
-
VIEW: APPS.AMW_OPINION_VALUES_VL
12.1.1
-
SYNONYM: APPS.AMW_OPINION_VALUES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_OPINION_VALUES_B, status:VALID,
-
APPS.AMW_OPINION_VALUES_PKG SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.AMW_OPINION_LOG_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:AMW_OPINION_LOG_MV, status:VALID,
-
VIEW: APPS.RCI_FS_ACCT_EVAL_V
12.1.1
-
VIEW: APPS.RCI_BP_CERT_RESULT_V
12.1.1
-
VIEW: APPS.RCI_BP_ORG_CERT_RESULT_V
12.1.1
-
VIEW: APPS.AMW_OPINION_M_V
12.1.1
-
Table: AMW_OPINION_VALUES_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_VALUES_TL, object_name:AMW_OPINION_VALUES_TL, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Values Translatable Table , implementation_dba_data: AMW.AMW_OPINION_VALUES_TL ,
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_LOG_DETAILS
12.1.1
-
Table: AMW_OPINION_DETAILS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_DETAILS, object_name:AMW_OPINION_DETAILS, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Details Table , implementation_dba_data: AMW.AMW_OPINION_DETAILS ,
-
Table: AMW_OPINION_DETAILS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Details Table , implementation_dba_data: Not implemented in this database ,
-
View: RCI_BP_ORG_CERT_RESULT_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This View contains the definition for the Organization Certification Results dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_OPINION_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OPINION_VALUES_VL, object_name:AMW_OPINION_VALUES_VL, status:VALID,
-
MATERIALIZED VIEW: APPS.AMW_OPINION_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:AMW_OPINION_MV, status:VALID,
-
VIEW: APPS.AMW_OPINIONS_V
12.1.1
-
View: AMW_OPINION_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OPINION_VALUES_VL, object_name:AMW_OPINION_VALUES_VL, status:VALID, product: AMW - Internal Controls Manager , description: Opinions Values View , implementation_dba_data: APPS.AMW_OPINION_VALUES_VL ,
-
PACKAGE BODY: APPS.AMW_OPINION_VALUES_PKG
12.1.1
-
Table: AMW_OPINION_VALUES_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Values Translatable Table , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
Table: AMW_OPINION_COMPONTS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_COMPONTS_B, object_name:AMW_OPINION_COMPONTS_B, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Components Base Table , implementation_dba_data: AMW.AMW_OPINION_COMPONTS_B ,
-
View: AMW_OPINION_VALUES_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinions Values View , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_OPINION_COMPONTS_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Components Base Table , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.AMW_OPINION_VALUES_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_VALUES_B, object_name:AMW_OPINION_VALUES_B, status:VALID,
-
VIEW: APPS.AMW_OPINIONS_LOG_V
12.1.1
-
View: RCI_BP_ORG_CERT_RESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_BP_ORG_CERT_RESULT_V, object_name:RCI_BP_ORG_CERT_RESULT_V, status:VALID, product: AMW - Internal Controls Manager , description: This View contains the definition for the Organization Certification Results dimension , implementation_dba_data: APPS.RCI_BP_ORG_CERT_RESULT_V ,
-
PACKAGE BODY: APPS.AMW_OPINION_VALUES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_OPINION_VALUES_PKG, status:VALID,
-
View: RCI_FS_ACCT_EVAL_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This View contains the definition for the Significant Accounts dimension , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.RCI_BP_ORG_CERT_RESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_BP_ORG_CERT_RESULT_V, object_name:RCI_BP_ORG_CERT_RESULT_V, status:VALID,
-
VIEW: APPS.RCI_BP_CERT_RESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_BP_CERT_RESULT_V, object_name:RCI_BP_CERT_RESULT_V, status:VALID,
-
View: RCI_BP_CERT_RESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_BP_CERT_RESULT_V, object_name:RCI_BP_CERT_RESULT_V, status:VALID, product: AMW - Internal Controls Manager , description: This View contains the definition for the Business Process Certification Results dimension , implementation_dba_data: APPS.RCI_BP_CERT_RESULT_V ,
-
View: AMW_OPINIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OPINIONS_V, object_name:AMW_OPINIONS_V, status:VALID, product: AMW - Internal Controls Manager , description: Opinions View , implementation_dba_data: APPS.AMW_OPINIONS_V ,
-
View: AMW_OPINIONS_LOG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinions log View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.RCI_FS_ACCT_EVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_FS_ACCT_EVAL_V, object_name:RCI_FS_ACCT_EVAL_V, status:VALID,
-
View: AMW_OPINION_M_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: the modified amw_opinion_v. only used for the upgrade script. , implementation_dba_data: Not implemented in this database ,
-
View: RCI_FS_ACCT_EVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_FS_ACCT_EVAL_V, object_name:RCI_FS_ACCT_EVAL_V, status:VALID, product: AMW - Internal Controls Manager , description: This View contains the definition for the Significant Accounts dimension , implementation_dba_data: APPS.RCI_FS_ACCT_EVAL_V ,
-
View: RCI_BP_CERT_RESULT_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This View contains the definition for the Business Process Certification Results dimension , implementation_dba_data: Not implemented in this database ,
-
View: AMW_OPINION_M_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OPINION_M_V, object_name:AMW_OPINION_M_V, status:VALID, product: AMW - Internal Controls Manager , description: the modified amw_opinion_v. only used for the upgrade script. , implementation_dba_data: APPS.AMW_OPINION_M_V ,
-
APPS.AMW_OPINION_VALUES_PKG dependencies on AMW_OPINION_VALUES_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_BES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_BES_PKG, status:VALID,
-
APPS.AMW_OPINION_VALUES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.AMW_OPINION_VALUES_PKG dependencies on AMW_OPINION_VALUES_TL
12.1.1
-
12.1.1 DBA Data
12.1.1