Search Results top_node_flag
Overview
The view APPS.FII_FC_TYPE_ASSGNS_V is a financial intelligence reporting object that consolidates financial category type assignments used within the Oracle E-Business Suite Financial Intelligence (FII) and Enterprise Trade Management (ETRM) data model. It presents a unified list of financial category type codes and their associated financial category identifiers, allowing downstream reporting, integration, and hierarchy resolution routines to reference a single, aggregated source rather than querying multiple disparate tables.
The object is particularly relevant when the column FIN_CAT_TYPE_CODE is referenced. This code identifies the category type under which financial items are grouped (for example, revenue, cost, or asset categories applied against the GL_FII_FIN_ITEM financial dimension). The view plays a supporting role in FII-based dimensional reporting, where financial items must be mapped to their correct category hierarchies for extraction, transformation, and loading into analytical warehouses or third-party systems.
Underlying Base Objects
The view is defined as a UNION ALL of two distinct query blocks, each drawing from separate underlying base objects. Documented base objects are listed as none within the ETRM metadata, but the view text itself exposes the source tables and seed entities used in its construction.
- FII_FIN_CAT_TYPE_ASSGNS — Supplies the first result set, contributing the columns
FIN_CAT_TYPE_CODE,FIN_CATEGORY_ID, andTOP_NODE_FLAG. - FII_FINANCIAL_DIMENSIONS — Joined in the second query block (aliased
D) to retrieve the top-node identifier viaDBI_HIER_TOP_NODE_ID, filtered onDIMENSION_SHORT_NAME = 'GL_FII_FIN_ITEM'. - FND_LOOKUP_VALUES_VL — Joined in the second query block (aliased
V) to obtain the lookup code, filtered byLOOKUP_TYPE LIKE 'FII_FIN_CAT_TYPE_CODE'.
The UNION ALL structure means assignments explicitly stored in the assignment table are combined with category types derived dynamically from lookup values and the financial dimension configuration, without de-duplication. The second branch sets TOP_NODE_FLAG to NULL, reflecting that top-node designation is only meaningful for explicitly stored assignments.
Key Columns
- FIN_CAT_TYPE_CODE — The financial category type code. In the first branch it is sourced directly from the assignment table; in the second it is derived from
FND_LOOKUP_VALUES_VL.LOOKUP_CODE. - FIN_CATEGORY_ID — The financial category identifier. In the first branch this is the stored category ID; in the second it corresponds to
FII_FINANCIAL_DIMENSIONS.DBI_HIER_TOP_NODE_ID, effectively resolving the top hierarchy node for theGL_FII_FIN_ITEMdimension. - TOP_NODE_FLAG — A flag indicating whether the assignment corresponds to a top node. Populated from
FII_FIN_CAT_TYPE_ASSGNSin the first branch and returned asNULLfor lookup-derived rows.
Common Use Cases and Queries
Typical scenarios include validating that every financial category type code defined in lookups has a corresponding category assignment, and resolving category types to their top hierarchy nodes for report grouping.
Retrieve all assignments for a specific category type:
SELECT fin_cat_type_code, fin_category_id, top_node_flag FROM apps.fii_fc_type_assgns_v WHERE fin_cat_type_code = :p_code;
Identify lookup-derived rows lacking a top-node flag:
SELECT fin_cat_type_code, fin_category_id FROM apps.fii_fc_type_assgns_v WHERE top_node_flag IS NULL;
Because the view is a UNION ALL, consumers should anticipate duplicate FIN_CAT_TYPE_CODE values across the two branches and apply appropriate filtering or aggregation when de-duplication is required.
-
VIEW: APPS.FII_FC_TYPE_ASSGNS_V
12.1.1
-
VIEW: ENI.ENI_DENORM_HIERARCHIES#
12.2.2
-
TABLE: APPS.ISC_TRN_005_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_005_MV, object_name:ISC_TRN_005_MV, status:VALID,
-
VIEW: BIM.BIM_I_SGMT_DENORM#
12.2.2
-
VIEW: BIM.BIM_I_SOURCE_DENORM#
12.2.2
-
MATERIALIZED VIEW: APPS.BIL_BI_OPLPC_GC_MV
12.1.1
-
TABLE: APPS.ISC_DBI_CFM_016_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_016_MV, object_name:ISC_DBI_CFM_016_MV, 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 ,
-
TABLE: APPS.ISC_DBI_CPM_005_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ISC.ISC_DBI_CPM_005_MV, object_name:ISC_DBI_CPM_005_MV, status:VALID,
-
TABLE: APPS.ISC_DBI_CFM_014_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_014_MV, object_name:ISC_DBI_CFM_014_MV, status:VALID,
-
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 ,
-
TABLE: APPS.ISC_DBI_CPM_004_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ISC.ISC_DBI_CPM_004_MV, object_name:ISC_DBI_CPM_004_MV, status:VALID,
-
TABLE: APPS.ISC_DBI_CFM_017_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_017_MV, object_name:ISC_DBI_CFM_017_MV, status:VALID,
-
TABLE: APPS.ISC_DBI_CFM_009_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_009_MV, object_name:ISC_DBI_CFM_009_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.BIL_BI_OPLDC_GC_MV
12.1.1
-
VIEW: APPS.ENI_ITEM_VBH_CAT_V
12.1.1
-
APPS.FII_FIN_CAT_MAINTAIN_PKG SQL Statements
12.1.1
-
TABLE: APPS.ISC_DBI_CFM_001_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_001_MV, object_name:ISC_DBI_CFM_001_MV, status:VALID,
-
APPS.FII_GL_SRC_INV_PKG SQL Statements
12.1.1
-
TABLE: FII.FII_FIN_CAT_TYPE_ASSGNS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_FIN_CAT_TYPE_ASSGNS, object_name:FII_FIN_CAT_TYPE_ASSGNS, status:VALID,
-
APPS.BIM_PROGRAMS_DENORM_PKG SQL Statements
12.1.1
-
TABLE: APPS.ISC_DBI_CFM_015_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_015_MV, object_name:ISC_DBI_CFM_015_MV, status:VALID,
-
APPS.BIM_SEGMENT_DENORM_PKG SQL Statements
12.1.1
-
VIEW: APPS.ENI_ITEM_PROD_CAT_LOOKUP_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ENI_ITEM_PROD_CAT_LOOKUP_V, status:VALID,
-
View: FII_FC_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This view is based on tables FII_FIN_ITEM_LEAF_HIERS and FND_FLEX_VALUES_TL. It will contain information about Financial Category Hierarchy. , implementation_dba_data: Not implemented in this database ,
-
VIEW: ENI.ENI_DENORM_HIERARCHIES#
12.2.2
owner:ENI, object_type:VIEW, object_name:ENI_DENORM_HIERARCHIES#, status:VALID,
-
VIEW: BIM.BIM_I_SGMT_DENORM#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_I_SGMT_DENORM#, status:VALID,
-
VIEW: APPS.FII_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_FC_V, object_name:FII_FC_V, status:VALID,
-
VIEW: APPS.OKI_ENI_ITEM_VBH_NODES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_ENI_ITEM_VBH_NODES_V, status:VALID,
-
TABLE: APPS.ISC_DBI_CFM_011_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DBI_CFM_011_MV, object_name:ISC_DBI_CFM_011_MV, status:VALID,
-
View: FII_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_FC_V, object_name:FII_FC_V, status:VALID, product: FII - Financial Intelligence , description: This view is based on tables FII_FIN_ITEM_LEAF_HIERS and FND_FLEX_VALUES_TL. It will contain information about Financial Category Hierarchy. , implementation_dba_data: APPS.FII_FC_V ,
-
VIEW: BIM.BIM_I_SOURCE_DENORM#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_I_SOURCE_DENORM#, status:VALID,
-
TABLE: FII.FII_FC_TYPE_ASSGNS_GT
12.1.1
owner:FII, object_type:TABLE, object_name:FII_FC_TYPE_ASSGNS_GT, status:VALID,
-
VIEW: APPS.BIM_DIMV_TARGET_SGMTS
12.1.1
-
VIEW: APPS.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,
-
TABLE: APPS.ISC_DBI_CPM_003_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ISC.ISC_DBI_CPM_003_MV, object_name:ISC_DBI_CPM_003_MV, status:VALID,
-
VIEW: APPS.FII_FC_V
12.1.1
-
VIEW: APPS.BIM_DIMV_TARGET_SGMTS
12.2.2
-
VIEW: APPS.ENI_ITEM_PROD_CAT_LOOKUP_V
12.2.2
-
TABLE: BIM.BIM_I_SOURCE_DENORM
12.2.2
owner:BIM, object_type:TABLE, object_name:BIM_I_SOURCE_DENORM, status:VALID,
-
TABLE: FII.MLOG$_FII_FIN_CAT_TYPE_ASS
12.1.1
owner:FII, object_type:TABLE, object_name:MLOG$_FII_FIN_CAT_TYPE_ASS, status:VALID,
-
VIEW: APPS.ENI_ITEM_PROD_CAT_LOOKUP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ENI_ITEM_PROD_CAT_LOOKUP_V, status:VALID,
-
TABLE: BIM.BIM_I_SGMT_DENORM
12.1.1
owner:BIM, object_type:TABLE, object_name:BIM_I_SGMT_DENORM, status:VALID,
-
TABLE: APPS.IBE_BI_CAT_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.IBE_BI_CAT_MV, object_name:IBE_BI_CAT_MV, status:VALID,
-
TABLE: APPS.MLOG$_IBE_BI_CAT_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_IBE_BI_CAT_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.IBE_BI_CAT_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:IBE_BI_CAT_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.ISC_DBI_CFM_001_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_CFM_001_MV, status:VALID,
-
TABLE: BIM.MLOG$_BIM_I_SGMT_DENORM
12.1.1
owner:BIM, object_type:TABLE, object_name:MLOG$_BIM_I_SGMT_DENORM, status:VALID,
-
TABLE: BIM.BIM_I_SGMT_DENORM
12.2.2
owner:BIM, object_type:TABLE, object_name:BIM_I_SGMT_DENORM, status:VALID,
-
TABLE: ENI.MLOG$_ENI_DENORM_HIERARCHI
12.1.1
owner:ENI, object_type:TABLE, object_name:MLOG$_ENI_DENORM_HIERARCHI, status:VALID,