Search Results amw_fin_cert_ctrl_sum
Overview
AMW_FIN_CERT_CTRL_SUM is a table owned by the AMW schema and belongs to the Internal Controls Manager product. The product is flagged as Obsolete in the ETRM documentation, and the implementation note states that the object is not implemented in the current database. The table's documented purpose is to hold all of the controls associated with a financial certification — in effect, a denormalized summary of control attributes, assertions, and evaluation outcomes that support the financial certification workflow.
The table is documented in the Oracle EBS 12.1.1 physical schema with an owner of AMW and 195 columns. The heuristic Data Vault classification mined from the FK structure is standalone, meaning it does not carry the characteristic hub, link, or satellite signature. As a modeling suggestion, the object is therefore better treated as a wide fact or summary table rather than as a normalized Data Vault construct.
Key Information Stored
The table is organized around a composite business key. The unique index AMW_FIN_CERT_CTRL_SUM_U1 covers FIN_CERTIFICATION_ID, FINANCIAL_STATEMENT_ID, FINANCIAL_ITEM_ID, NATURAL_ACCOUNT_ID, and CTRL_ATTRIBUTE_TYPE. This combination identifies a certification, the statement and financial item it relates to, the natural account, and the control attribute being summarized. The table does not expose a documented surrogate primary key column beyond this business-key candidate.
The most significant columns fall into repeating groups of 30, corresponding to control attributes 1 through 30:
FIN_CERTIFICATION_ID,FINANCIAL_STATEMENT_ID,FINANCIAL_ITEM_ID,ACCOUNT_GROUP_ID, andNATURAL_ACCOUNT_ID— the certification and account context.CTRL_ATTRIBUTE_TYPEandOBJECT_TYPE— the type of control attribute and the object being summarized.CTRL_ATTR_CODE_1..30— the control attribute code for each of up to thirty attributes.INEFF_CTRL_ATTR_1..30andINEFF_CTRL_PRCNT_1..30— the ineffective control attribute value and its percentage.TOTAL_CTRL_ATTR_1..30— the total control attribute value.ACC_ASSERT_FLAG_1..30andEVAL_CTRL_ATTR_1..30— the account assertion flag and evaluation attribute per control.CONTROLS_EXIST_FLAG— indicates whether controls exist for the summary row.- Standard WHO columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN, andOBJECT_VERSION_NUMBER.
Common Use Cases and Queries
Because the table is obsolete and not implemented, no production query workload exists on the current database. Where the object is still present in an upgraded or legacy environment, typical usage is reporting on control effectiveness per financial certification and account. A representative pattern groups by the business key and aggregates the repeating control attribute groups:
- Join to
FND_SECURITY_GROUPSonSECURITY_GROUP_IDto enforce security group filtering. - Filter by
FIN_CERTIFICATION_IDandFINANCIAL_STATEMENT_IDto isolate one certification cycle. - Use
CONTROLS_EXIST_FLAGto distinguish items with controls from those without. - Sum
TOTAL_CTRL_ATTR_nand divide byINEFF_CTRL_ATTR_nto derive an ineffectiveness ratio for each attribute index. - Pivot
ACC_ASSERT_FLAG_nto report which account assertions are covered.
A sample query shape is: SELECT FIN_CERTIFICATION_ID, FINANCIAL_STATEMENT_ID, SUM(TOTAL_CTRL_ATTR_1), SUM(INEFF_CTRL_ATTR_1) FROM AMW_FIN_CERT_CTRL_SUM WHERE SECURITY_GROUP_ID = :sgid GROUP BY FIN_CERTIFICATION_ID, FINANCIAL_STATEMENT_ID;
Related Objects
The documented FK relationship is limited to the security group reference. The most significant related objects are:
FND_SECURITY_GROUPS— referenced byAMW_FIN_CERT_CTRL_SUM.SECURITY_GROUP_ID; establishes the security group for the row.AMW_FIN_CERTIFICATIONS(or the equivalent financial certification header) — the parent forFIN_CERTIFICATION_ID.- Financial statement and financial item definition tables — the parents for
FINANCIAL_STATEMENT_IDandFINANCIAL_ITEM_ID. - Natural account and account group definition tables — the parents for
NATURAL_ACCOUNT_IDandACCOUNT_GROUP_ID. - Control attribute type and control definition tables — the parents for
CTRL_ATTRIBUTE_TYPEand theCTRL_ATTR_CODE_nvalues.
Because no child tables are documented, the object behaves as a leaf summary table within the AMW certification schema. Any integration should treat it as read-only reference data rather than a transactional source.
-
Table: AMW_FIN_CERT_CTRL_SUM
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds all of controls associated with the financial certification. , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_FIN_CERT_CTRL_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_CTRL_SUM, object_name:AMW_FIN_CERT_CTRL_SUM, status:VALID, product: AMW - Internal Controls Manager , description: Holds all of controls associated with the financial certification. , implementation_dba_data: AMW.AMW_FIN_CERT_CTRL_SUM ,
-
SYNONYM: APPS.AMW_FIN_CERT_CTRL_SUM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_FIN_CERT_CTRL_SUM, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMW_FIN_COSO_VIEWS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FIN_COSO_VIEWS_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AMW_FIN_COSO_VIEWS_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMW_FIN_CERT_CTRL_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_CERT_CTRL_SUM_V, object_name:AMW_FIN_CERT_CTRL_SUM_V, status:VALID,
-
TABLE: AMW.AMW_FIN_CERT_CTRL_SUM
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_CTRL_SUM, object_name:AMW_FIN_CERT_CTRL_SUM, status:VALID,
-
APPS.AMW_FIN_COSO_VIEWS_PVT dependencies on AMW_FIN_CERT_CTRL_SUM
12.1.1
-
PACKAGE BODY: APPS.AMW_FIN_COSO_VIEWS_PVT
12.1.1
-
View: AMW_FIN_CERT_CTRL_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_CERT_CTRL_SUM_V, object_name:AMW_FIN_CERT_CTRL_SUM_V, status:VALID, product: AMW - Internal Controls Manager , description: A View on top of AMW_FIN_CERT_CTRL_SUM to get all of control related information within a fiancial certification. , implementation_dba_data: APPS.AMW_FIN_CERT_CTRL_SUM_V ,
-
View: AMW_FIN_CERT_CTRL_SUM_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: A View on top of AMW_FIN_CERT_CTRL_SUM to get all of control related information within a fiancial certification. , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_FIN_COSO_VIEWS_PVT dependencies on AMW_CERTIFICATION_VL
12.1.1
-
APPS.AMW_FIN_COSO_VIEWS_PVT dependencies on AMW_FIN_CERT_SCOPE
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 ,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
12.1.1 DBA Data
12.1.1