Search Results amw_opinion_componts_b
Overview
The AMW_OPINION_COMPONTS_B table is a core data object within the AMW (Internal Controls Manager) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. As the base table for opinion components, it serves as a master repository for defining the discrete, configurable elements that collectively constitute a formal assessment or opinion within the internal controls framework. Its primary role is to establish the structural building blocks for control evaluations, enabling organizations to systematically document and report on the effectiveness of their risk and compliance posture. This table is integral to the structured opinion management functionality of the AMW product.
Key Information Stored
The table's structure is designed to uniquely identify and categorize each opinion component. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its critical data points. The primary key, OPINION_COMPONENT_ID, is a unique identifier for each component record. A significant foreign key, OBJECT_OPINION_TYPE_ID, links the component to a specific opinion type definition in the AMW_OBJECT_OPINION_TYPES table, classifying the component within a broader assessment framework. This relationship allows for the flexible grouping of components under different opinion categories relevant to various control objectives or audit cycles.
Common Use Cases and Queries
This table is central to queries that retrieve the definitional components of an internal controls opinion. Common use cases include generating the list of all components required for a specific type of assessment, building configuration screens for opinion setup within the AMW application, and serving as a validation source for data entry. A typical reporting query would join this base table to its corresponding translation table (AMW_OPINION_COMPONTS_TL) to fetch user-friendly names in the session language, and to the AMW_OPINION_DETAILS table to retrieve specific assessment instances. A fundamental SQL pattern is:
- SELECT b.OPINION_COMPONENT_ID, tl.NAME, b.OBJECT_OPINION_TYPE_ID FROM AMW_OPINION_COMPONTS_B b, AMW_OPINION_COMPONTS_TL tl WHERE b.OPINION_COMPONENT_ID = tl.OPINION_COMPONENT_ID AND tl.LANGUAGE = USERENV('LANG');
Related Objects
The AMW_OPINION_COMPONTS_B table maintains defined relationships with several other key tables in the AMW schema, forming the backbone of the opinion data model. The documented foreign key relationships are:
- AMW_OBJECT_OPINION_TYPES: Linked via OBJECT_OPINION_TYPE_ID. This defines the parent opinion type category for the component.
- AMW_OPINION_COMPONENTS_TL: Linked via OPINION_COMPONENT_ID. This is the translation table that stores the language-specific names and descriptions for the component.
- AMW_OPINION_DETAILS: Linked via OPINION_COMPONENT_ID. This table stores the actual instances of opinions where specific values are assigned to these components for assessed entities.
- AMW_OPINION_VALUES_B: Linked via OPINION_COMPONENT_ID. This table likely defines the permissible set of values (e.g., Effective, Ineffective, Not Applicable) that can be assigned to this component during an assessment.
-
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 ,
-
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 ,
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.AMW_OPINION_COMPONTS_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on AMW_OPINION_COMPONTS_B
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on AMW_OPINION_VALUES_TL
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_OPINION_VALUES_TL
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_OPINION_LOG_DETAILS
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OBJECT_OPINION_TYPES
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on AMW_OPINION_LOG_DETAILS
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_OPINION_VALUES_TL
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_OPINION_LOG_DETAILS
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on FND_OBJECTS
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_CONTROLS_ALL_VL
12.1.1
-
SYNONYM: APPS.AMW_OPINION_COMPONTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_OPINION_COMPONTS_B, status:VALID,
-
APPS.RCI_CTRL_DETAIL_ETL_PKG SQL Statements
12.1.1
-
APPS.AMW_OPINION_COMPONTS_PKG SQL Statements
12.1.1
-
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
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_CONTROL_ASSOCIATIONS
12.1.1
-
VIEW: APPS.AMW_OPINION_M_V
12.1.1
-
Table: AMW_OBJECT_OPINION_TYPES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OBJECT_OPINION_TYPES, object_name:AMW_OBJECT_OPINION_TYPES, status:VALID, product: AMW - Internal Controls Manager , description: Objects - Opinion Types Table , implementation_dba_data: AMW.AMW_OBJECT_OPINION_TYPES ,
-
MATERIALIZED VIEW: APPS.AMW_OPINION_LOG_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:AMW_OPINION_LOG_MV, status:VALID,
-
Table: AMW_OBJECT_OPINION_TYPES
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Objects - Opinion Types Table , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.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,
-
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 ,
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_LOG_DETAILS
12.1.1
-
Table: AMW_OPINION_COMPONTS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_COMPONTS_TL, object_name:AMW_OPINION_COMPONTS_TL, status:VALID, product: AMW - Internal Controls Manager , description: Opinion Components Translatable Table , implementation_dba_data: AMW.AMW_OPINION_COMPONTS_TL ,
-
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 ,
-
PACKAGE: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:RCI_ORG_CERT_ETL_PKG, status:VALID,
-
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_COMPONTS_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinion Components Translatable Table , implementation_dba_data: Not implemented in this database ,
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_CONTROL_ASSOCIATIONS
12.1.1
-
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
-
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 ,
-
VIEW: APPS.AMW_OPINIONS_LOG_V
12.1.1
-
PACKAGE BODY: APPS.AMW_OPINION_COMPONTS_PKG
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.AMW_OPINION_COMPONTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_OPINION_COMPONTS_PKG, status:VALID,
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_CONTROLS_ALL_VL
12.1.1
-
PACKAGE BODY: APPS.RCI_CTRL_DETAIL_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_CTRL_DETAIL_ETL_PKG, status:VALID,
-
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 ,
-
APPS.AMW_OPINION_COMPONTS_PKG dependencies on AMW_OPINION_COMPONTS_PKG
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINION_VALUES_B
12.1.1
-
PACKAGE BODY: APPS.RCI_ORG_DFCY_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_ORG_DFCY_ETL_PKG, status:VALID,