Search Results amw_org_cert_eval_sum_pvt
Overview
AMW_ORG_CERT_EVAL_SUM_PVT is a private PL/SQL package body in the APPS schema that supports the Oracle E-Business Suite Audit Management (formerly Internal Controls Manager) module. Its central purpose is to populate and maintain the organizational certification evaluation summary — a consolidated record of the results of certification evaluations performed across an organization hierarchy. In Oracle EBS 12.1.1 and 12.2.2, this package acts as the private implementation layer behind the public certification-summary functionality, encapsulating the logic that aggregates opinions, findings, and risk assessments into a single evaluation summary per organizational unit.
The private (PVT) designation indicates that the package is not intended for direct invocation by external consumers or custom code; rather, it is called by public wrapper packages, concurrent programs, or internal workflow logic within the Audit Management subsystem. Its status is documented as VALID in the ETRM metadata, confirming it is compiled and operational in the reference environment.
Key Procedures and Functions
The documented package exposes three procedures, each focused on building the organizational certification summary:
- POPULATE_ORG_CERT_SUMMARY — The primary entry point that drives population of the organizational certification evaluation summary. It consolidates evaluation data for organizational units and writes the results into the summary table.
- POPULATE_ORG_CERT_SUM_SPEC — Handles summary population for a specific or scoped set of organizational entities, providing a targeted variant of the general summary build.
- POPULATE_SUMMARY — A general-purpose summary population routine that performs the core aggregation work, likely invoked by the two more specialized procedures above.
No parameter lists are documented in the ETRM metadata; the procedures' signatures are intentionally not reproduced here.
Tables Accessed
The package reads and writes the following documented tables (accessed via APPS synonyms):
- AMW_ORG_CERT_EVAL_SUM — The primary target table into which the consolidated organizational certification evaluation summaries are written.
- AMW_OPINIONS — Source of certification opinions that are aggregated into the summary.
- AMW_CONTROL_ASSOCIATIONS — Defines the relationships between controls and the organizational entities being certified.
- AMW_RISK_ASSOCIATIONS — Links risk records to the entities under evaluation, informing the summary content.
- AMW_ENTITY_HIERARCHIES — Supplies the parent-child organizational structure used to roll up evaluation results.
- AMW_EXECUTION_SCOPE — Determines which organizational units fall within the scope of a given certification execution.
Additional dependencies include lookup views such as AMW_OPINIONS_V, AMW_OPINIONS_LOG_V, AMW_CERTIFICATION_VL, and the helper package AMW_FINDINGS_PKG. Standard EBS utilities FND_API, FND_FILE, FND_GLOBAL, and FND_MSG_PUB provide error handling, file output, session context, and message resolution.
Usage Notes
Because this is a private package body, it is not referenced by any other database object and is not designed for direct invocation. It is typically called indirectly by Audit Management processes — for example, when a certification execution is finalized and the organizational evaluation summary must be recomputed. Users may trigger this path through the relevant certification or opinion forms, or through concurrent programs that refresh summary tables.
Customizations should avoid calling AMW_ORG_CERT_EVAL_SUM_PVT directly, as its interface is subject to change between patch levels. Any integration should target the public API layer instead. In both 12.1.1 and 12.2.2, the package remains owned by APPS and depends on the AMW schema objects listed above.
-
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: APPS.AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
-
PACKAGE: APPS.AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMW_ORG_CERT_EVAL_SUM_PVT, status:VALID,
-
SYNONYM: APPS.AMW_OPINIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_OPINIONS, status:VALID,
-
SYNONYM: APPS.AMW_ORG_CERT_EVAL_SUM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_ORG_CERT_EVAL_SUM, status:VALID,
-
SYNONYM: APPS.AMW_ENTITY_HIERARCHIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_ENTITY_HIERARCHIES, status:VALID,
-
PACKAGE: APPS.AMW_FINDINGS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMW_FINDINGS_PKG, status:VALID,
-
SYNONYM: APPS.AMW_EXECUTION_SCOPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_EXECUTION_SCOPE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMW_PROCCERT_EVENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROCCERT_EVENT_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.AMW_RISK_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_RISK_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.AMW_CONTROL_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_CONTROL_ASSOCIATIONS, status:VALID,
-
VIEW: APPS.AMW_CERTIFICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CERTIFICATION_VL, object_name:AMW_CERTIFICATION_VL, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.AMW_OPINIONS_LOG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OPINIONS_LOG_V, object_name:AMW_OPINIONS_LOG_V, status:VALID,
-
PACKAGE BODY: APPS.AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT dependencies on AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
-
APPS.AMW_PROCCERT_EVENT_PVT dependencies on AMW_ORG_CERT_EVAL_SUM_PVT
12.1.1
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.AMW_ORG_CERT_EVAL_SUM_PVT dependencies on AMW_ORG_CERT_EVAL_SUM
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 ,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
PACKAGE: APPS.FND_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
PACKAGE: APPS.FND_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_API, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,