Search Results open_issues
Overview
AMW_ORG_CERT_EVAL_SUM_V is a public view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is registered as a public view intended for custom reporting and other data requirements, and its FND Design Data reference is AMW.AMW_ORG_CERT_EVAL_SUM_V. The view presents an organization certification summary, exposing evaluation results for each certification performed against an organization. It surfaces counts and visual indicator columns used by ETRM (Enterprise Track and Risk Management) pages to communicate certification outcomes.
The view is read-only and its status is VALID. Because it is a public view rather than a base table, it serves as a stable reporting interface over the underlying certification summary data. The user query term "open_issues" corresponds directly to a column exposed by this view: OPEN_ISSUES, which reports the total number of open issues associated with an organization certification evaluation. The companion column OPEN_FINDINGS reports the total number of open findings, and both support ETRM dashboards and custom extracts that track unresolved risks and issues.
Underlying Base Objects
According to the documented dependency information, AMW_ORG_CERT_EVAL_SUM_V references the following objects:
- APPS.AMW_ORG_CERT_EVAL_SUM — the base organization certification summary table that supplies the core evaluation data.
- APPS.AMW_THRESHOLD_VALUES — provides threshold values used to derive status, count, or indicator output.
- APPS.FND_PROFILE — supplies profile option values used in view logic, typically for formatting or threshold behavior.
- PUBLIC.DUAL — the standard single-row pseudo-table used for scalar expressions.
The view is not referenced by any other database object, confirming it is a leaf-level reporting construct. It depends on the summary table for certification identifiers, organization identifiers, and evaluation metrics, while the threshold and profile objects influence how counts and status indicators are computed or rendered.
Key Columns
The view exposes the following columns, as documented:
- CERTIFICATION_ID (NUMBER) — organization certification identifier.
- ORGANIZATION_ID (NUMBER) — organization identifier.
- SUB_ORG_CERT (VARCHAR2) — number of sub-organizations that are certified.
- PROC_CERT (VARCHAR2) — number of processes that are certified.
- INEFF_PROCESSES (VARCHAR2) — number of processes evaluated as ineffective.
- UNMITIGATED_RISKS (VARCHAR2) — number of risks evaluated as unmitigated.
- INEFF_CONTROLS (VARCHAR2) — number of controls evaluated as ineffective.
- INEFF_PROCESSES_IMAGE, UNMITIGATED_RISKS_IMAGE, INEFF_CONTROLS_IMAGE (VARCHAR2) — image icon indicators for the corresponding ineffective or unmitigated counts.
- OPEN_FINDINGS (NUMBER) — total number of open findings.
- OPEN_ISSUES (NUMBER) — total number of open issues.
- EVALUATION_OPINION_LOG_ID (NUMBER) — opinion log identifier for the evaluation.
Common Use Cases and Queries
This view is typically used to produce certification status reports, dashboards, and extracts that summarize organization-wide evaluation results. A common query filters by organization or certification and returns open findings and issues:
- SELECT certification_id, organization_id, open_findings, open_issues FROM apps.amw_org_cert_eval_sum_v WHERE organization_id = :org_id;
- SELECT certification_id, sub_org_cert, proc_cert, ineff_processes, unmitigated_risks, ineff_controls FROM apps.amw_org_cert_eval_sum_v WHERE certification_id = :cert_id;
- SELECT organization_id, SUM(open_issues) total_open_issues FROM apps.amw_org_cert_eval_sum_v GROUP BY organization_id ORDER BY total_open_issues DESC;
These patterns support remediation tracking, certification sign-off reporting, and KPI feeds that monitor open issues and findings across organizations.
-
APPS.RCI_ORG_CERT_ETL_PKG SQL Statements
12.1.1
-
APPS.AMW_ORG_CERT_AGGR_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_ORG_CERT_EVAL_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_CERT_EVAL_SUM_V, object_name:AMW_ORG_CERT_EVAL_SUM_V, status:VALID,
-
TABLE: AMW.AMW_AUDIT_SCOPE_PROCESSES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_SCOPE_PROCESSES, object_name:AMW_AUDIT_SCOPE_PROCESSES, status:VALID,
-
TABLE: AMW.AMW_ORG_CERT_AGGR_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_ORG_CERT_AGGR_SUM, object_name:AMW_ORG_CERT_AGGR_SUM, status:VALID,
-
TABLE: AMW.AMW_AUDIT_SCOPE_ORGANIZATIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_SCOPE_ORGANIZATIONS, object_name:AMW_AUDIT_SCOPE_ORGANIZATIONS, status:VALID,
-
PACKAGE BODY: APPS.AMW_ORG_CERT_AGGR_PKG
12.1.1
-
TABLE: AMW.AMW_ORG_CERT_EVAL_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_ORG_CERT_EVAL_SUM, object_name:AMW_ORG_CERT_EVAL_SUM, status:VALID,
-
View: AMW_ORG_CERT_EVAL_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_CERT_EVAL_SUM_V, object_name:AMW_ORG_CERT_EVAL_SUM_V, status:VALID, product: AMW - Internal Controls Manager , description: view of an organization certification summary table , implementation_dba_data: APPS.AMW_ORG_CERT_EVAL_SUM_V ,
-
View: AMW_ORG_CERT_EVAL_SUM_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: view of an organization certification summary table , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.RCI_ORG_CERT_SUMM_F
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.RCI_ORG_CERT_SUMM_F, object_name:RCI_ORG_CERT_SUMM_F, status:VALID,
-
TABLE: AMW.AMW_PROC_CERT_EVAL_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_PROC_CERT_EVAL_SUM, object_name:AMW_PROC_CERT_EVAL_SUM, status:VALID,
-
TABLE: AMW.RCI_PROC_CERT_SUM_F
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.RCI_PROC_CERT_SUM_F, object_name:RCI_PROC_CERT_SUM_F, status:VALID,
-
VIEW: APPS.PA_TASK_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID,
-
VIEW: APPS.PA_TASK_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID,
-
PACKAGE BODY: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
-
TABLE: AMW.AMW_FIN_CERT_EVAL_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_EVAL_SUM, object_name:AMW_FIN_CERT_EVAL_SUM, status:VALID,
-
VIEW: APPS.AMW_ORG_CERT_EVAL_SUM_V
12.1.1
-
View: PA_STRUCTURES_TASKS_V
12.1.1
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
APPS.RCI_PROC_CERT_SUMM_PKG SQL Statements
12.1.1
-
VIEW: APPS.PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID,
-
View: PA_STRUCTURES_TASKS_V
12.2.2
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: PA_GANTT_TEXT_CODE
12.1.1
product: PA - Projects , meaning: Codes for Gantt Chart Text , description: Codes for Gantt Chart Texts ,
-
Lookup Type: PA_GANTT_TEXT_CODE
12.2.2
product: PA - Projects , meaning: Codes for Gantt Chart Text , description: Codes for Gantt Chart Texts ,
-
VIEW: APPS.PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID,
-
TABLE: PA.PA_STRUCTURES_TASKS_TMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_STRUCTURES_TASKS_TMP, object_name:PA_STRUCTURES_TASKS_TMP, status:VALID,
-
TABLE: PA.PA_STRUCTURES_TASKS_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_STRUCTURES_TASKS_TMP, object_name:PA_STRUCTURES_TASKS_TMP, status:VALID,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT SQL Statements
12.1.1
-
View: PA_STRUCT_TASK_EDIT_V
12.1.1
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASK_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_TASK_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.2.2
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_PROCESS_CERT_SUMMARY SQL Statements
12.1.1
-
APPS.RCI_ORG_CERT_SUMM_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
-
PACKAGE BODY: APPS.RCI_PROC_CERT_SUMM_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
-
PACKAGE BODY: APPS.AMW_PROCESS_CERT_SUMMARY
12.1.1
-
APPS.PA_PROJ_STRUCTURE_PUB SQL Statements
12.1.1
-
APPS.PA_PROJ_STRUCTURE_PUB SQL Statements
12.2.2
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_CERTIFICATION_VL
12.1.1
-
APPS.AMW_PROCESS_CERT_SUMMARY dependencies on AMW_ORG_CERT_EVAL_SUM
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on ENG_ENGINEERING_CHANGES
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on RCI_ORG_CERT_SUMM_F
12.1.1
-
PACKAGE BODY: APPS.PA_PROJ_STRUCTURE_PUB
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_AUDIT_UNITS_V
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG SQL Statements
12.1.1