Search Results amw_fin_cert_scope
Overview
The AMW_FIN_CERT_SCOPE table resides in the AMW schema and belongs to the Internal Controls Manager (ICM) product family within Oracle E-Business Suite 12.1.1 and 12.2.2. As its name implies, the table records the scope of a financial certification — that is, the specific financial structures (statements, statement groups, financial items, accounts, organizations, and processes) that fall within the boundary of a given certification exercise. ICM uses this scope definition to determine which balances, accounts, and organizational units must be reviewed, approved, and signed off by certifying officers during the financial close and attestation cycle.
From a modeling perspective, the metadata's heuristic Data Vault classification flags this object as standalone, meaning it does not behave as a classic hub, link, or satellite. It functions instead as a transactional scope/assignment table that binds certifications to their covered financial entities. It carries a foreign key to FND_SECURITY_GROUPS (via SECURITY_GROUP_ID), which reinforces its role as a secured, multi-tenant-aware definition table rather than a pure reference entity.
Key Information Stored
With 34 documented columns, the table captures both the identity of the certification and the multiple dimensions of the scope it covers. The most significant columns include:
- FIN_CERT_SCOPE_ID — The surrogate primary key and business-key candidate, enforced by the unique index
AMW_FIN_CERT_SCOPE_U1. - FIN_CERTIFICATION_ID — Links each scope row to its parent financial certification.
- STATEMENT_GROUP_ID — Identifies the group of financial statements in scope.
- FINANCIAL_STATEMENT_ID — The individual financial statement covered.
- FINANCIAL_ITEM_ID — The financial line item or balance affected.
- ACCOUNT_GROUP_ID and NATURAL_ACCOUNT_ID — Define the account ranges and natural account segments included in scope.
- ORGANIZATION_ID — The operating unit or organization within scope.
- PROCESS_ID and PROCESS_ORG_REV_ID — Tie the scope to a defined business process and its organization/revision context.
- REVISION_NUMBER and OBJECT_VERSION_NUMBER — Support optimistic locking and revision control.
- SECURITY_GROUP_ID — The foreign key to
FND_SECURITY_GROUPS, controlling access segregation. - ATTRIBUTE_CATEGORY through ATTRIBUTE15 — The standard EBS descriptive flexfield (DFF) columns for extensible attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard audit columns present on virtually all EBS transactional tables.
Common Use Cases and Queries
Typical usage centers on determining what is covered by a certification, reporting on scope coverage, and enforcing access. A representative query to list the scope for a given certification is:
SELECT fin_cert_scope_id, financial_statement_id, financial_item_id, organization_id FROM amw_fin_cert_scope WHERE fin_certification_id = :cert_id;- Joining to
FND_SECURITY_GROUPSonsecurity_group_idto enforce row-level security in custom reports. - Aggregating scope rows by
STATEMENT_GROUP_IDorORGANIZATION_IDto produce coverage summaries for audit committees.
These patterns support certification dashboards, completeness checks (ensuring every required statement/item is scoped), and reconciliation between the declared scope and the balances being certified.
Related Objects
The most significant related objects, based on the documented FK relationship and the ICM data model, include:
- FND_SECURITY_GROUPS — Joined on
AMW_FIN_CERT_SCOPE.SECURITY_GROUP_ID = FND_SECURITY_GROUPS.SECURITY_GROUP_ID; governs security-group segmentation. - AMW_FIN_CERTIFICATIONS — The parent certification entity referenced by
FIN_CERTIFICATION_ID. - AMW_FIN_STATEMENT_GROUPS and AMW_FIN_STATEMENTS — Define the statement structures referenced by
STATEMENT_GROUP_IDandFINANCIAL_STATEMENT_ID. - AMW_FIN_ITEMS — Financial line items referenced by
FINANCIAL_ITEM_ID. - AMW_PROCESSES and organization-related AMW tables — Referenced via
PROCESS_IDandPROCESS_ORG_REV_ID.
Because the table is classified as standalone and only one explicit FK is documented, integrators should treat these relationships as logical joins keyed on the ID columns rather than enforced database constraints.
-
Table: AMW_FIN_CERT_SCOPE
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_SCOPE, object_name:AMW_FIN_CERT_SCOPE, status:VALID, product: AMW - Internal Controls Manager , description: Holds the scope for financial certification. , implementation_dba_data: AMW.AMW_FIN_CERT_SCOPE ,
-
Table: AMW_FIN_CERT_SCOPE
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds the scope for financial certification. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AMW_FIN_CERT_SCOPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_FIN_CERT_SCOPE, status:VALID,
-
APPS.AMW_FINSTMT_CERT_MIG_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:RCI_ORG_CERT_ETL_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCI_PROC_DETAIL_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_PROC_DETAIL_ETL_PKG, 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.RCI_CTRL_DETAIL_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_CTRL_DETAIL_ETL_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_ORG_CERT_ETL_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCI_COMPL_ENV_CHG_SUMM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_COMPL_ENV_CHG_SUMM_PKG, status:VALID,
-
TABLE: AMW.AMW_FIN_CERT_SCOPE
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_SCOPE, object_name:AMW_FIN_CERT_SCOPE, 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_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 DBA Data
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,
-
12.1.1 FND Design Data
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_MIG_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.RCI_PROC_DETAIL_ETL_PKG SQL Statements
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
-
APPS.RCI_COMPL_ENV_CHG_SUMM_PKG SQL Statements
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_BES_PKG
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.RCI_COMPL_ENV_CHG_SUMM_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.RCI_PROC_DETAIL_ETL_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.AMW_FIN_COSO_VIEWS_PVT dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_FIN_CERT_SCOPE
12.1.1
-
PACKAGE BODY: APPS.RCI_CTRL_DETAIL_ETL_PKG
12.1.1
-
PACKAGE BODY: APPS.RCI_PROC_DETAIL_ETL_PKG
12.1.1
-
PACKAGE BODY: APPS.RCI_COMPL_ENV_CHG_SUMM_PKG
12.1.1
-
APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
-
APPS.RCI_PROC_CERT_SUMM_PKG SQL Statements
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_FIN_CERT_SCOPE_S
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_FIN_CERT_SCOPE_S
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_OPINIONS_LOG_V
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.RCI_PROC_DETAIL_ETL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_FIN_PROCESS_EVAL_SUM
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on AMW_FIN_PROC_CERT_RELAN
12.1.1
-
APPS.AMW_FIN_COSO_VIEWS_PVT SQL Statements
12.1.1