Search Results amw_fin_process_eval_sum




Overview

The AMW_FIN_PROCESS_EVAL_SUM table resides in the AMW schema and is a core data object within the Oracle Internal Controls Manager (ICM) module, delivered as part of Oracle E-Business Suite 12.1.1 and 12.2.2. It stores summarized data on audit evaluation and certification information for business processes that materially affect the financial items and natural accounts included in a Financial Certification. In practice, this table acts as a pre-aggregated snapshot supporting the financial certification and Sarbanes-Oxley (SOX) compliance workflow, allowing auditors, compliance officers, and process owners to review the evaluation status and certification progress of financial-relevant processes without traversing granular transactional detail.

From a data modeling perspective, the heuristic Data Vault classification provided in the metadata indicates this object behaves as a standalone construct — neither a strict hub, link, nor satellite — because its foreign key surface is narrow (only a single reference to FND_SECURITY_GROUPS) and its row identity is anchored to a composite business context (financial certification and process) rather than a single natural key hub. This classification should be treated as a modeling suggestion, useful when mapping the table into an enterprise data warehouse, but it does not constrain its operational behavior within EBS.

Key Information Stored

The table contains 32 documented columns in the 12.1.1 release. The most significant columns and their roles are:

The table does not expose a documented single-column surrogate primary key; row identity is defined by the composite of FIN_CERTIFICATION_ID and PROCESS_ID along with revision context.

Common Use Cases and Queries

Typical reporting scenarios include certification dashboards showing how many processes are fully certified, exception reports highlighting processes with unmitigated risks or ineffective controls, and trend analysis comparing revision-to-revision certification percentages.

A representative query surfaces processes with a high unmitigated-risk ratio for a given certification:

  • SELECT FIN_CERTIFICATION_ID, PROCESS_ID, UNMITIGATED_RISKS, TOTAL_NUMBER_OF_RISKS, UNMITIGATED_RISKS_PRCNT FROM AMW.AMW_FIN_PROCESS_EVAL_SUM WHERE UNMITIGATED_RISKS_PRCNT > 25 ORDER BY UNMITIGATED_RISKS_PRCNT DESC;

For certification progress tracking, aggregate the sub-process and organizational process coverage columns, filtering on ORGANIZATION_ID and SECURITY_GROUP_ID to respect multi-org and security profile boundaries. Finding-driven queries join OPEN_FINDINGS to downstream audit detail tables. Because the table is pre-summarized, it is well suited to concurrent-program extracts that feed enterprise GRC and BI reporting layers.

Related Objects

The metadata documents one explicit foreign key: SECURITY_GROUP_ID referencing FND_SECURITY_GROUPS. In practice, the table participates in a broader relational network within the ICM module:

These relationships should be confirmed against the current 12.1.1 or 12.2.2 instance, as internal ICM table names follow the AMW prefix and remain consistent across both releases.

  • Table: AMW_FIN_PROCESS_EVAL_SUM 12.1.1

    owner:AMW,  object_type:TABLE,  fnd_design_data:AMW.AMW_FIN_PROCESS_EVAL_SUM,  object_name:AMW_FIN_PROCESS_EVAL_SUM,  status:VALID,  product: AMW - Internal Controls Managerdescription: Holds Summarized data on Audit Evaluation and Certification Info. of Processes that have business Processes which has an impact on the Financial Items and Natural Accounts found in a Financial Certification ,  implementation_dba_data: AMW.AMW_FIN_PROCESS_EVAL_SUM