Search Results amw_fin_stmnt_items_b
Overview
The AMW_FIN_STMNT_ITEMS_B table resides in the AMW schema and belongs to the Oracle Internal Controls Manager (ICM) product family. Its documented role is to hold all financial items associated with a financial statement definition. In practice, the table functions as the line-level container within Oracle's financial statement modeling framework, where each row represents a discrete financial line item — such as a balance sheet caption, income statement line, or note reference — that contributes to a parent financial statement structure. Records in this table are keyed against a financial statement and a statement group, forming the hierarchical backbone used by ICM compliance and disclosure reporting processes.
Under the heuristic Data Vault classification mined from the foreign key structure, this object is satellite-leaning. This is a modeling suggestion only: the table carries descriptive attributes and audit metadata attached to a parent statement object rather than acting as a pure business hub or a many-to-many link. Its dependent relationship to AMW_FIN_STMNT_B through STATEMENT_GROUP_ID and FINANCIAL_STATEMENT_ID reinforces that interpretation.
Key Information Stored
The table comprises 28 documented columns in the ETRM 12.1.1 physical schema. The most significant are:
- STATEMENT_GROUP_ID and FINANCIAL_STATEMENT_ID — composite identifiers that tie each item to its owning statement group and financial statement record in
AMW_FIN_STMNT_B. - FINANCIAL_ITEM_ID — the identifier for the individual financial line item definition.
- PARENT_FINANCIAL_ITEM_ID — self-referencing pointer enabling hierarchical nesting of financial items (e.g., subtotal to group).
- SEQUENCE_NUMBER — controls display and processing order of items within a statement.
- SECURITY_GROUP_ID — foreign key to
FND_SECURITY_GROUPS, governing row-level access control. - OBJECT_VERSION_NUMBER — supports optimistic locking for concurrent updates.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATION_DATE, CREATED_BY — standard EBS audit columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — the standard descriptive flexfield (DFF) column set for extensible customer attributes.
The unique index AMW_FIN_STMNT_ITEMS_B_U1 spans (STATEMENT_GROUP_ID, FINANCIAL_STATEMENT_ID, FINANCIAL_ITEM_ID, PARENT_FINANCIAL_ITEM_ID), making this combination the documented business-key candidate. The four identifier columns collectively enforce uniqueness of a financial item within its statement context, while no separate single-column surrogate primary key is documented in the ETRM metadata.
Common Use Cases and Queries
Typical usage centers on reconstructing a financial statement's line-item structure for compliance reporting and ICM reconciliation. A common pattern joins items to the parent statement:
- Retrieve ordered line items for a statement:
SELECT FINANCIAL_ITEM_ID, PARENT_FINANCIAL_ITEM_ID, SEQUENCE_NUMBER FROM AMW_FIN_STMNT_ITEMS_B WHERE FINANCIAL_STATEMENT_ID = :stmt AND STATEMENT_GROUP_ID = :grp ORDER BY SEQUENCE_NUMBER; - Reconstruct hierarchy by self-joining on
PARENT_FINANCIAL_ITEM_IDtoFINANCIAL_ITEM_ID. - Audit trail reporting using
LAST_UPDATED_BYandLAST_UPDATE_DATE. - Security-filtered extracts applying
SECURITY_GROUP_IDagainstFND_SECURITY_GROUPS. - DFF reporting via
ATTRIBUTE_CATEGORYand theATTRIBUTE1–ATTRIBUTE15columns.
Related Objects
The most significant related objects are derived from documented foreign keys and structural dependency:
- AMW_FIN_STMNT_B — parent statement table; joined on
STATEMENT_GROUP_IDandFINANCIAL_STATEMENT_ID. - FND_SECURITY_GROUPS — referenced by
SECURITY_GROUP_IDfor access control. - AMW_FIN_STMNT_ITEMS_TL — the translation table convention used alongside
_Btables for multilingual item text (standard EBS pattern). - FND_ATTRIBUTE_VALUES / DFF views — resolve the
ATTRIBUTE_CATEGORYflexfield context for item-level attributes. - AMW financial statement hierarchy views — consume item rows to render nested statement structures in ICM UI screens.
-
Table: 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, product: AMW - Internal Controls Manager , description: Holds All Financial Items in a Financial Statements , implementation_dba_data: AMW.AMW_FIN_STMNT_ITEMS_B ,
-
Table: AMW_FIN_STMNT_ITEMS_B
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 ,
-
VIEW: APPS.RCI_FINANCIAL_LINE_V
12.1.1
-
SYNONYM: APPS.AMW_FIN_STMNT_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_FIN_STMNT_ITEMS_B, 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: APPS.AMW_FIN_STMNT_ITEMS_VL
12.1.1
-
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 ,
-
Table: AMW_FIN_STMNT_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_STMNT_B, object_name:AMW_FIN_STMNT_B, status:VALID, product: AMW - Internal Controls Manager , description: Stores a List of Financial Statements that has been imported to Oracle ICM , implementation_dba_data: AMW.AMW_FIN_STMNT_B ,
-
Table: AMW_FIN_STMNT_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores a List of Financial Statements that has been imported to Oracle ICM , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_FIN_STMNT_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FIN_STMNT_ITEMS_PKG, 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_IMPORT_STMNTS_ACCS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_IMPORT_STMNTS_ACCS_PKG, 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,
-
VIEW: APPS.AMW_FIN_STMNT_KEY_ACCT_V
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 ,
-
APPS.AMW_FIN_STMNT_ITEMS_PKG SQL Statements
12.1.1
-
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 ,
-
VIEW: APPS.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,
-
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,
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_PVT, status:VALID,
-
APPS.AMW_FINSTMT_CERT_PVT SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.AMW_FIN_STMNT_ITEMS_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
APPS.AMW_FINSTMT_CERT_MIG_PKG SQL Statements
12.1.1
-
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,
-
12.1.1 DBA Data
12.1.1
-
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,
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_PVT
12.1.1
-
APPS.AMW_IMPORT_STMNTS_ACCS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_MIG_PKG
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_FIN_STMNT_ITEMS_B
12.1.1
-
APPS.AMW_IMPORT_STMNTS_ACCS_PKG dependencies on AMW_FIN_STMNT_ITEMS_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_FIN_STMNT_ITEMS_B
12.1.1
-
APPS.AMW_FIN_STMNT_ITEMS_PKG dependencies on AMW_FIN_STMNT_ITEMS_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT dependencies on AMW_FIN_STMNT_ITEMS_B
12.1.1
-
PACKAGE BODY: APPS.AMW_IMPORT_STMNTS_ACCS_PKG
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 ,
-
APPS.AMW_FINSTMT_CERT_BES_PKG SQL Statements
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_CERTIFICATION_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_FIN_ITEM_FLAT
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_FIN_ITEM_FLAT
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_FIN_ITEMS_KEY_ACC
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_FIN_ITEMS_KEY_ACC
12.1.1
-
APPS.AMW_IMPORT_STMNTS_ACCS_PKG dependencies on AMW_CERTIFICATION_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_CERTIFICATION_B
12.1.1