Search Results amw_opinions
Overview
The AMW_OPINIONS table is a core data object within the now-obsolete Oracle E-Business Suite Internal Controls Manager (AMW) module. Its primary role was to serve as the master repository for storing formal opinions or assessments related to internal controls, processes, or other auditable entities within the system. As a central table, it functioned as the parent record for detailed opinion data, linking high-level assessment conclusions to their specific types and granular supporting details. The documentation explicitly notes this table was "Not implemented in this database" for the queried environment, indicating it may have been a planned or legacy structure not actively populated in certain deployments of EBS 12.1.1 or 12.2.2.
Key Information Stored
While the provided metadata does not list individual columns beyond key fields, the structure indicates the table was designed to capture essential attributes of an opinion record. The primary identifier, OPINION_ID, uniquely distinguishes each opinion. A critical foreign key column, OBJECT_OPINION_TYPE_ID, links each opinion to a defined classification in the AMW_OBJECT_OPINION_TYPES table, categorizing the nature or scope of the assessment (e.g., process effectiveness, control design). Other typical columns in such a table would likely include creation date, last update date, the identifier of the object being assessed, the status of the opinion, and the user or role responsible for the assessment.
Common Use Cases and Queries
In an active implementation, this table would be central to internal controls reporting and audit workflows. Common use cases would include generating a summary report of all control opinions for a given period or process, or querying the status of specific assessments. A typical query would join AMW_OPINIONS to its related tables to produce a comprehensive view. For example, to list all opinions with their type description, one might use a SQL pattern such as:
- SELECT o.opinion_id, t.type_name, o.creation_date FROM amw_opinions o, amw_object_opinion_types t WHERE o.object_opinion_type_id = t.object_opinion_type_id;
Given the "obsolete" status of the module, practical use in later EBS versions would primarily involve historical data migration or reference during upgrades.
Related Objects
The documented foreign key relationships explicitly define this table's integration within the AMW schema. It has defined relationships with two key tables:
- AMW_OBJECT_OPINION_TYPES: This is a parent lookup table. The foreign key
AMW_OPINIONS.OBJECT_OPINION_TYPE_IDreferences this table, ensuring each opinion is associated with a valid, predefined opinion type. - AMW_OPINION_DETAILS: This is a child detail table. The foreign key
AMW_OPINION_DETAILS.OPINION_IDreferences the primary keyAMW_OPINIONS.OPINION_ID. This relationship allows a single high-level opinion record in AMW_OPINIONS to have multiple supporting detail lines, storing granular evidence, comments, or sub-assessments.
-
Table: AMW_OPINIONS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Opinions Table , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_OPINIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINIONS, object_name:AMW_OPINIONS, status:VALID, product: AMW - Internal Controls Manager , description: Opinions Table , implementation_dba_data: AMW.AMW_OPINIONS ,
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_PROCESS_CERT_SUMMARY dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.RCI_PROC_CERT_SUMM_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_CONTROLS_PAGE_PKG dependencies on AMW_OPINIONS
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINIONS_S2
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on DUAL
12.1.1
-
SYNONYM: APPS.AMW_OPINIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_OPINIONS, status:VALID,
-
View: AMW_EXPORT_AUDIT_PROCEDURE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EXPORT_AUDIT_PROCEDURE_V, object_name:AMW_EXPORT_AUDIT_PROCEDURE_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_EXPORT_AUDIT_PROCEDURE_V ,
-
View: AMW_EXPORT_AUDIT_PROCEDURE_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_OPINIONS_LOG
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINIONS_LOG, object_name:AMW_OPINIONS_LOG, status:VALID, product: AMW - Internal Controls Manager , description: the opinion history information. the latest opinion is stored in AMW_OPINIONS , implementation_dba_data: AMW.AMW_OPINIONS_LOG ,
-
VIEW: APPS.AMW_OPINION_M_V
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_AUDIT_PROJECTS
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 ,
-
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 ,
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINIONS_S1
12.1.1
-
Table: AMW_OPINIONS_LOG
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: the opinion history information. the latest opinion is stored in AMW_OPINIONS , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.AMW_OPINION_LOG_DETAILS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINION_LOG_DETAILS, object_name:AMW_OPINION_LOG_DETAILS, 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_PROCESS_CERT_SUMMARY dependencies on AMW_OPINIONS_LOG_V
12.1.1
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT dependencies on AMW_OPINIONS_LOG_V
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,
-
APPS.RCI_PROC_DETAIL_ETL_PKG dependencies on AMW_FIN_PROC_CERT_RELAN
12.1.1
-
PACKAGE: APPS.RCI_ORG_DFCY_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:RCI_ORG_DFCY_ETL_PKG, status:VALID,
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINIONS_LOG_S
12.1.1
-
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: APPS.AMW_OPINIONS_V
12.1.1
-
TABLE: AMW.AMW_OPINIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_OPINIONS, object_name:AMW_OPINIONS, status:VALID,
-
PACKAGE BODY: APPS.AMW_PROCESS_CERT_SUMMARY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROCESS_CERT_SUMMARY, status:VALID,
-
PACKAGE BODY: APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_SIG_ACCT_EVAL_SUMM_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_ORG_CERT_EVAL_SUM_PVT, status:VALID,
-
PACKAGE BODY: APPS.RCI_PROC_CERT_SUMM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_PROC_CERT_SUMM_PKG, status:VALID,
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_CONTROLS_PAGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_CONTROLS_PAGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_MIG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_MIG_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_LOAD_AUDIT_PROCEDURE_DATA, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
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_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 ,
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_OPINIONS_LOG
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_PROCESS_CERT_SUMMARY dependencies on AMW_OPINIONS_LOG
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA SQL Statements
12.1.1