Search Results financial_item_id
Overview
AMW.AMW_FIN_ITEM_ACC_RISK is an operational table in the Oracle E-Business Suite Financials/GRC-adjacent module owned by the AMW schema (commonly associated with Oracle Financial Services or Treasury/GRC-style risk certification flows). It functions as a cross-reference repository that links financial statement structures, financial items, account groups, natural accounts, and organizational context to risks, risk revisions, opinions, and financial certifications within a given process. In practical terms, it answers the question "which financial items, accounts, or statements are associated with a particular risk (or risk revision) inside a certification process?"
From a Data Vault modeling perspective, the mined metadata classifies this object as standalone (no declared hub-style relationships beyond two reference foreign keys, and only a composite business-key index). It behaves most like a link table — a many-to-many association between risk/certification entities and financial item/account entities — rather than a pure hub or satellite. This classification is heuristic, not authoritative; the ETRM FK structure only documents references to AMW_RISKS_B and FND_SECURITY_GROUPS, so the modeling suggestion should be treated as guidance rather than a documented constraint.
Key Information Stored
Although the table documents 19 columns, the columns that carry business meaning are concentrated in the risk/certification and financial-entity dimensions:
- OBJECT_TYPE (VARCHAR2(30)) — discriminates the row's subject, e.g. ITEM, ACCOUNT, or STATEMENT.
- RISK_ID / RISK_REV_ID — the risk and risk revision identifiers; RISK_REV_ID is the documented FK to AMW_RISKS_B.
- FIN_CERTIFICATION_ID — the financial certification record this association belongs to.
- FINANCIAL_STATEMENT_ID — the financial statement context for the process.
- FINANCIAL_ITEM_ID — the financial item associated with the certification; this is the term the user searched on and the primary business key in most queries.
- ACCOUNT_GROUP_ID / NATURAL_ACCOUNT_ID — the account-side linkage (account group and natural account).
- STATEMENT_GROUP_ID — groups statements within the certification.
- ORGANIZATION_ID — the operating unit / inventory organization context.
- PROCESS_ID — the certification process instance.
- OPINION_LOG_ID — the opinion log entry associated with the row.
- SECURITY_GROUP_ID — documented FK to FND_SECURITY_GROUPS, used for row-level data security.
- OBJECT_VERSION_NUMBER plus the standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) — concurrency control and audit.
No single-column surrogate primary key is documented. The closest business-key candidates are the non-unique indexes AMW_FIN_ITEM_ACC_RISK_N8 (ACCOUNT_GROUP_ID, NATURAL_ACCOUNT_ID) and AMW_FIN_ITEM_ACC_RISK_N9 (FINANCIAL_STATEMENT_ID, FINANCIAL_ITEM_ID), which indicate the natural association keys used for lookup.
Common Use Cases and Queries
Typical reporting scenarios include: listing all financial items tied to a given risk, tracing which risks impact a certification, and reconciling account-group/natural-account mappings per organization. Index support (N1–N9) means filters on OBJECT_TYPE, ORGANIZATION_ID, PROCESS_ID, RISK_ID, RISK_REV_ID, and FINANCIAL_ITEM_ID are efficient.
- Items per risk:
SELECT f.FINANCIAL_ITEM_ID, f.RISK_ID FROM AMW.AMW_FIN_ITEM_ACC_RISK f WHERE f.RISK_ID = :p_risk; - Certification view:
SELECT * FROM AMW.AMW_FIN_ITEM_ACC_RISK WHERE FIN_CERTIFICATION_ID = :p_cert AND ORGANIZATION_ID = :p_org; - Account mapping:
SELECT ACCOUNT_GROUP_ID, NATURAL_ACCOUNT_ID FROM AMW.AMW_FIN_ITEM_ACC_RISK WHERE FINANCIAL_ITEM_ID = :p_item;
Because the table is on APPS_TS_TX_DATA with SECURITY_GROUP_ID, always respect the MOAC/data-security policy in custom SQL; joining without it can expose rows outside the user's security profile.
Related Objects
- AMW.AMW_RISKS_B — referenced by RISK_REV_ID; the base risk entity. Join on RISK_REV_ID = AMW_RISKS_B.RISK_REV_ID.
- FND_SECURITY_GROUPS — referenced by SECURITY_GROUP_ID; drives row-level security. Join on SECURITY_GROUP_ID = SECURITY_GROUP_ID.
- AMW financial item / financial statement definition tables — joined via FINANCIAL_ITEM_ID and FINANCIAL_STATEMENT_ID.
- AMW certification tables — joined via FIN_CERTIFICATION_ID and PROCESS_ID.
- AMW opinion log — joined via OPINION_LOG_ID.
These relationships reflect the documented FK/index metadata; any additional AMW dependencies should be verified against the actual AMW data model for the specific 12.1.1 or 12.2.2 installation.
-
TABLE: AMW.AMW_FIN_ITEM_ACC_RISK
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEM_ACC_RISK, object_name:AMW_FIN_ITEM_ACC_RISK, status:VALID,
-
APPS.AMW_FINSTMT_CERT_MIG_PKG SQL Statements
12.1.1
-
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,
-
View: AMW_FINANCIAL_ITEMS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: A View on top of Oracle Financial Statement Generator Views to get All Row (Financial Items) Definitions , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.AMW_FIN_ITEM_ACC_CTRL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEM_ACC_CTRL, object_name:AMW_FIN_ITEM_ACC_CTRL, status:VALID,
-
VIEW: APPS.AMW_FINANCIAL_ITEMS_V
12.1.1
-
VIEW: APPS.RCI_FINANCIAL_LINE_V
12.1.1
-
View: AMW_FINANCIAL_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FINANCIAL_ITEMS_V, object_name:AMW_FINANCIAL_ITEMS_V, status:VALID, product: AMW - Internal Controls Manager , description: A View on top of Oracle Financial Statement Generator Views to get All Row (Financial Items) Definitions , implementation_dba_data: APPS.AMW_FINANCIAL_ITEMS_V ,
-
TABLE: AMW.AMW_FIN_STMNT_ITEMS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_STMNT_ITEMS_TL, object_name:AMW_FIN_STMNT_ITEMS_TL, status:VALID,
-
VIEW: APPS.GCS_ITEMS_TO_NAT_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_ITEMS_TO_NAT_ACCTS_V, object_name:GCS_ITEMS_TO_NAT_ACCTS_V, status:VALID,
-
VIEW: APPS.GCS_FINANCIAL_ITEMS_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_FINANCIAL_ITEMS_HIER_V, object_name:GCS_FINANCIAL_ITEMS_HIER_V, status:VALID,
-
TABLE: AMW.AMW_FIN_ITEMS_KEY_ACC
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEMS_KEY_ACC, object_name:AMW_FIN_ITEMS_KEY_ACC, status:VALID,
-
VIEW: APPS.GCS_FINANCIAL_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_FINANCIAL_ITEMS_V, object_name:GCS_FINANCIAL_ITEMS_V, status:VALID,
-
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,
-
TABLE: AMW.AMW_FIN_STMNT_ITEMS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_STMNT_ITEMS_B, object_name:AMW_FIN_STMNT_ITEMS_B, status:VALID,
-
Table: AMW_FIN_ITEMS_KEY_ACC
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEMS_KEY_ACC, object_name:AMW_FIN_ITEMS_KEY_ACC, status:VALID, product: AMW - Internal Controls Manager , description: Hold information on the Key Accounts, which are Mapped to a Financial Item for Reporting in Oracle ICM , implementation_dba_data: AMW.AMW_FIN_ITEMS_KEY_ACC ,
-
VIEW: APPS.AMW_FINANCIAL_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FINANCIAL_ITEMS_V, object_name:AMW_FINANCIAL_ITEMS_V, status:VALID,
-
Table: AMW_FIN_STMNT_ITEMS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_STMNT_ITEMS_TL, object_name:AMW_FIN_STMNT_ITEMS_TL, status:VALID, product: AMW - Internal Controls Manager , description: Holds translated value for the names of Financial Items , implementation_dba_data: AMW.AMW_FIN_STMNT_ITEMS_TL ,
-
View: AMW_FIN_STMNT_KEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_STMNT_KEY_ACCT_V, object_name:AMW_FIN_STMNT_KEY_ACCT_V, status:VALID, product: AMW - Internal Controls Manager , description: Stores a List of Natural/Key Accounts and how it form the hierarchy within a Financial Statement in Oracle ICM , implementation_dba_data: APPS.AMW_FIN_STMNT_KEY_ACCT_V ,
-
View: AMW_FIN_STMNT_KEY_ACCT_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores a List of Natural/Key Accounts and how it form the hierarchy within a Financial Statement in Oracle ICM , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_MIG_PKG
12.1.1
-
APPS.AMW_IMPORT_STMNTS_ACCS_PKG SQL Statements
12.1.1
-
Table: AMW_FIN_ITEMS_KEY_ACC
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Hold information on the Key Accounts, which are Mapped to a Financial Item for Reporting in Oracle ICM , implementation_dba_data: Not implemented in this database ,
-
View: GCS_FINANCIAL_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_FINANCIAL_ITEMS_V, object_name:GCS_FINANCIAL_ITEMS_V, status:VALID, product: GCS - Financial Consolidation Hub , description: Financial item information. , implementation_dba_data: APPS.GCS_FINANCIAL_ITEMS_V ,
-
Table: AMW_FIN_STMNT_ITEMS_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds translated value for the names of Financial Items , implementation_dba_data: Not implemented in this database ,
-
View: GCS_FINANCIAL_ITEMS_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_FINANCIAL_ITEMS_HIER_V, object_name:GCS_FINANCIAL_ITEMS_HIER_V, status:VALID, product: GCS - Financial Consolidation Hub , description: Financial item hierarchy information. , implementation_dba_data: APPS.GCS_FINANCIAL_ITEMS_HIER_V ,
-
View: GCS_FINANCIAL_ITEMS_V
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Financial item information. , implementation_dba_data: Not implemented in this database ,
-
View: GCS_ITEMS_TO_NAT_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_ITEMS_TO_NAT_ACCTS_V, object_name:GCS_ITEMS_TO_NAT_ACCTS_V, status:VALID, product: GCS - Financial Consolidation Hub , description: Financial item to natural account relationship information. , implementation_dba_data: APPS.GCS_ITEMS_TO_NAT_ACCTS_V ,
-
VIEW: APPS.AMW_FIN_STMNT_KEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_STMNT_KEY_ACCT_V, object_name:AMW_FIN_STMNT_KEY_ACCT_V, status:VALID,
-
View: GCS_FINANCIAL_ITEMS_HIER_V
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Financial item hierarchy information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_FIN_STMNT_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_STMNT_ITEMS_VL, object_name:AMW_FIN_STMNT_ITEMS_VL, status:VALID,
-
View: RCI_FINANCIAL_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_FINANCIAL_LINE_V, object_name:RCI_FINANCIAL_LINE_V, status:VALID, product: AMW - Internal Controls Manager , description: This View contains the definition for the Organization Financial Line Item dimension , implementation_dba_data: APPS.RCI_FINANCIAL_LINE_V ,
-
View: GCS_ITEMS_TO_NAT_ACCTS_V
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Financial item to natural account relationship information. , implementation_dba_data: Not implemented in this database ,
-
View: RCI_FINANCIAL_LINE_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This View contains the definition for the Organization Financial Line Item dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_FIN_STMNT_KEY_ACCT_V
12.1.1
-
TABLE: AMW.AMW_KEY_ACC_INTERFACE
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_KEY_ACC_INTERFACE, object_name:AMW_KEY_ACC_INTERFACE, status:VALID,
-
APPS.AMW_FINSTMT_CERT_BES_PKG SQL Statements
12.1.1
-
APPS.AMW_FIN_STMNT_ITEMS_PKG SQL Statements
12.1.1
-
View: AMW_FIN_STMNT_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_STMNT_ITEMS_VL, object_name:AMW_FIN_STMNT_ITEMS_VL, status:VALID, product: AMW - Internal Controls Manager , description: Holds All Financial Items in a Financial Statements , implementation_dba_data: APPS.AMW_FIN_STMNT_ITEMS_VL ,
-
TABLE: AMW.RCI_SIG_ACCT_EVAL_F
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.RCI_SIG_ACCT_EVAL_F, object_name:RCI_SIG_ACCT_EVAL_F, status:VALID,
-
View: AMW_FIN_STMNT_ITEMS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds All Financial Items in a Financial Statements , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.RCI_COMPL_ENV_CHG_SUMM_F
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.RCI_COMPL_ENV_CHG_SUMM_F, object_name:RCI_COMPL_ENV_CHG_SUMM_F, status:VALID,
-
PACKAGE BODY: APPS.AMW_FIN_STMNT_ITEMS_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_IMPORT_STMNTS_ACCS_PKG
12.1.1
-
View: AMW_FIN_ITEMS_ACCOUNT_RANGE_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: The Account Range for a Row in FSG , implementation_dba_data: Not implemented in this database ,
-
View: AMW_FIN_ITEMS_ACCOUNT_RANGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_ITEMS_ACCOUNT_RANGE_V, object_name:AMW_FIN_ITEMS_ACCOUNT_RANGE_V, status:VALID, product: AMW - Internal Controls Manager , description: The Account Range for a Row in FSG , implementation_dba_data: APPS.AMW_FIN_ITEMS_ACCOUNT_RANGE_V ,
-
APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG SQL Statements
12.1.1
-
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_LOAD_KEY_ACC_DATA SQL Statements
12.1.1
-
APPS.RCI_COMPL_ENV_CHG_SUMM_PKG SQL Statements
12.1.1