Search Results fii_financial_dimensions
Overview
The FII_FINANCIAL_DIMENSIONS table belongs to the Oracle Financial Intelligence (FII) product family, an obsolete module that shipped with early Oracle E-Business Suite releases such as 12.1.1 and 12.2.2. In the documented 12.1.1 schema, the table is owned by the FII schema and contains 13 columns. Each row represents a single financial dimension recognized by Financial Intelligence, together with the system-level configuration flags and hierarchy metadata that govern how that dimension is presented, aggregated, and drilled into within the FII reporting engine.
The table serves as a configuration and registration point rather than a transactional store. It records which segments of the Accounting Flexfield are treated as financial dimensions, whether each dimension is enabled, which value set supplies its allowable values, and whether the dimension functions as a balancing segment or cost center. Because the product is flagged as obsolete, the table is listed as "Not implemented in this database" in current ETRM metadata, meaning it persists only in legacy environments where FII was originally deployed or in schemas retained for upgrade and data-migration purposes.
The ETRM metadata classifies FII_FINANCIAL_DIMENSIONS heuristically as a standalone object with no foreign-key relationships mined from the constraint structure. In Data Vault terms, this suggests a hub-like or reference-satellite pattern: the dimension short name behaves as a natural business key, and the remaining attributes record descriptive configuration state for that key. No link tables are documented as connecting this object to other entities.
Key Information Stored
The primary key is FII_FINANCIAL_DIMENSIONS_PK, defined on the single column DIMENSION_SHORT_NAME. A unique index, FII_FINANCIAL_DIMENSIONS_U1, is also defined on DIMENSION_SHORT_NAME, confirming that this column is the business-key candidate and the natural identifier for each dimension.
- DIMENSION_SHORT_NAME — Surrogate and business key; the short identifier of the financial dimension.
- SYSTEM_ENABLED_FLAG — Indicates whether the dimension is active for system-level processing.
- DBI_ENABLED_FLAG — Controls whether the dimension participates in Oracle Daily Business Intelligence (DBI) reporting.
- INCL_MASTER_VS_LEAF_NODES_FLAG — Determines whether master (parent) or leaf nodes are included in DBI hierarchy processing.
- MASTER_VALUE_SET_ID — Identifies the value set that contains all dimension values for this dimension.
- DBI_HIER_TOP_NODE and DBI_HIER_TOP_NODE_ID — The name and identifier of the top node of the DBI hierarchy for this dimension.
- BALANCING_OR_COST_CENTER — Classifies the dimension's role as a balancing segment or cost center.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit columns tracking who created and last modified each configuration row.
Common Use Cases and Queries
Because the table is obsolete, practical queries typically arise during upgrade assessment, data archival, or reconciliation of legacy FII configurations. A common pattern is to enumerate all enabled financial dimensions to confirm that configuration migrated correctly to a successor product such as Oracle Hyperion or the modern Financials Essbase integration.
- Identify dimensions enabled for DBI reporting:
SELECT DIMENSION_SHORT_NAME, MASTER_VALUE_SET_ID FROM FII_FINANCIAL_DIMENSIONS WHERE DBI_ENABLED_FLAG = 'Y'; - Locate dimensions with hierarchy configuration:
SELECT DIMENSION_SHORT_NAME, DBI_HIER_TOP_NODE FROM FII_FINANCIAL_DIMENSIONS WHERE DBI_HIER_TOP_NODE IS NOT NULL; - Distinguish balancing segments from cost centers using
BALANCING_OR_COST_CENTER. - Audit recent configuration changes via the
LAST_UPDATE_DATEandLAST_UPDATED_BYcolumns.
Related Objects
The documented metadata records no foreign keys and classifies the table as standalone, so no hard-coded join columns to other tables are supplied. Logical relationships implied by the documented column semantics include:
- FND_FLEX_VALUE_SETS — referenced conceptually through
MASTER_VALUE_SET_ID(join onVALUE_SET_ID). - FND_FLEX_VALUES / FND_FLEX_VALUES_TL — hold the dimension values contained in the referenced value set.
- FND_ID_FLEX_SEGMENTS — relates dimensions to Accounting Flexfield segments.
- FII_* DBI objects — the DBI hierarchy columns (
DBI_HIER_TOP_NODE_ID) imply downstream references to DBI hierarchy tables. - GL_BALANCES and GL_CODE_COMBINATIONS — downstream consumers of dimension classification for financial reporting.
All relationships are logical rather than enforced, reflecting the standalone classification and the obsolete status of the FII product line.
-
Table: FII_FINANCIAL_DIMENSIONS
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This table contains Financials Intelligence specific information for financial dimensions. Each record corresponds to a financial dimension with some system level setting information. It also identifies the value set that contains all dim , implementation_dba_data: Not implemented in this database ,
-
Table: FII_FINANCIAL_DIMENSIONS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_FINANCIAL_DIMENSIONS, object_name:FII_FINANCIAL_DIMENSIONS, status:VALID, product: FII - Financial Intelligence , description: This table contains Financials Intelligence specific information for financial dimensions. Each record corresponds to a financial dimension with some system level setting information. It also identifies the value set that contains all dim , implementation_dba_data: FII.FII_FINANCIAL_DIMENSIONS ,
-
VIEW: APPS.FII_FC_TYPE_ASSGNS_V
12.1.1
-
VIEW: APPS.FII_COMPANY_VALUES_V
12.1.1
-
VIEW: APPS.FII_ALL_FIN_ITEMS_V
12.1.1
-
VIEW: APPS.FII_COST_CENTER_VALUES_V
12.1.1
-
View: FII_FINANCIAL_DIMENSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_FINANCIAL_DIMENSIONS_V, object_name:FII_FINANCIAL_DIMENSIONS_V, status:VALID, product: FII - Financial Intelligence , description: This view is based on the view BISBV_DIMENSIONS and the table FII_FINANCIAL_DIMENSIONS. It will contain information about the Financial Dimensions. , implementation_dba_data: APPS.FII_FINANCIAL_DIMENSIONS_V ,
-
View: FII_FINANCIAL_DIMENSIONS_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This view is based on the view BISBV_DIMENSIONS and the table FII_FINANCIAL_DIMENSIONS. It will contain information about the Financial Dimensions. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.FII_FINANCIAL_DIMENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_FINANCIAL_DIMENSIONS, status:VALID,
-
APPS.FII_USER_SEC_OPTIMIZER SQL Statements
12.1.1
-
APPS.FII_PSI_BUD_ENC_DETAIL_PKG SQL Statements
12.1.1
-
VIEW: APPS.FII_FINANCIAL_DIMENSIONS_V
12.1.1
-
TABLE: FII.FII_FINANCIAL_DIMENSIONS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_FINANCIAL_DIMENSIONS, object_name:FII_FINANCIAL_DIMENSIONS, status:VALID,
-
View: FII_ALL_FIN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_ALL_FIN_ITEMS_V, object_name:FII_ALL_FIN_ITEMS_V, status:VALID, product: FII - Financial Intelligence , description: For Web ADI component , implementation_dba_data: APPS.FII_ALL_FIN_ITEMS_V ,
-
View: FII_COMPANY_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_COMPANY_VALUES_V, object_name:FII_COMPANY_VALUES_V, status:VALID, product: FII - Financial Intelligence , description: This view is for the Company Dimension master value set node names and description. , implementation_dba_data: APPS.FII_COMPANY_VALUES_V ,
-
PACKAGE BODY: APPS.FII_EA_SUM_TREND_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_EA_SUM_TREND_PKG, status:VALID,
-
View: FII_FC_TYPE_ASSGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_FC_TYPE_ASSGNS_V, object_name:FII_FC_TYPE_ASSGNS_V, status:VALID, product: FII - Financial Intelligence , description: This view is based on table FII_FIN_CAT_TYPE_ASSGNS. It stores Financial Category type assignments. , implementation_dba_data: APPS.FII_FC_TYPE_ASSGNS_V ,
-
PACKAGE BODY: APPS.FII_PSI_BUD_SUM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PSI_BUD_SUM_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_PSI_ENCUM_SUM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PSI_ENCUM_SUM_PKG, status:VALID,
-
View: FII_ALL_FIN_ITEMS_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: For Web ADI component , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FII_EA_ACCT_DETAIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_EA_ACCT_DETAIL_PKG, status:VALID,
-
View: FII_COST_CENTER_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_COST_CENTER_VALUES_V, object_name:FII_COST_CENTER_VALUES_V, status:VALID, product: FII - Financial Intelligence , description: This view is for the Cost Center Dimension master value set node names and description. , implementation_dba_data: APPS.FII_COST_CENTER_VALUES_V ,
-
PACKAGE BODY: APPS.FII_PSI_FUNDS_AVAIL_SUM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PSI_FUNDS_AVAIL_SUM_PKG, status:VALID,
-
View: FII_COMPANY_VALUES_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This view is for the Company Dimension master value set node names and description. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FII_PSI_BUD_ENC_DETAIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PSI_BUD_ENC_DETAIL_PKG, status:VALID,
-
View: FII_COST_CENTER_VALUES_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This view is for the Cost Center Dimension master value set node names and description. , implementation_dba_data: Not implemented in this database ,
-
View: FII_FC_TYPE_ASSGNS_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This view is based on table FII_FIN_CAT_TYPE_ASSGNS. It stores Financial Category type assignments. , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_COM_CC_DIM_MAPS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_BUDGET_INTERFACE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_BUDGET_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_PL_PAGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PL_PAGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_USER_SEC_OPTIMIZER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_USER_SEC_OPTIMIZER, status:VALID,
-
PACKAGE BODY: APPS.FII_EXCEPTION_CHECK_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_EXCEPTION_CHECK_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_GL_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_GL_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_PMV_HELPER_TABLES_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_PMV_HELPER_TABLES_C, status:VALID,
-
PACKAGE BODY: APPS.FII_COM_CC_DIM_MAPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_COM_CC_DIM_MAPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_FINANCIAL_DIMENSION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_FINANCIAL_DIMENSION_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_CC_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_CC_MAINTAIN_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_FDHM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_FDHM_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_LOB_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_LOB_MAINTAIN_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_UDD2_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_UDD2_MAINTAIN_PKG, status:VALID,
-
APPS.FII_BUDGET_INTERFACE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_COM_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_COM_MAINTAIN_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_UDD1_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_UDD1_MAINTAIN_PKG, status:VALID,
-
VIEW: APPS.FII_ALL_FIN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_ALL_FIN_ITEMS_V, object_name:FII_ALL_FIN_ITEMS_V, status:VALID,
-
PACKAGE BODY: APPS.FII_EA_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_EA_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_GL_COMCCH_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_GL_COMCCH_C, status:VALID,
-
APPS.FII_EXCEPTION_CHECK_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_GL_CCID_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_GL_CCID_C, status:VALID,
-
PACKAGE BODY: APPS.FII_FIN_CAT_MAINTAIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_FIN_CAT_MAINTAIN_PKG, status:VALID,
-
PACKAGE BODY: APPS.FII_BUDGET_FORECAST_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_BUDGET_FORECAST_C, status:VALID,