Search Results fin_cat_type_code
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
-
TABLE: APPS.FII_GL_AGRT_SUM2_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_GL_AGRT_SUM2_MV, object_name:FII_GL_AGRT_SUM2_MV, status:VALID,
-
APPS.FII_FIN_CAT_MAINTAIN_PKG SQL Statements
12.1.1
-
VIEW: APPS.FII_GL_LOCAL_SNAP_F_P_V
12.1.1
-
VIEW: APPS.FII_GL_LOCAL_SNAP_F_S_V
12.1.1
-
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: 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,
-
TABLE: FII.FII_FC_TYPE_NORM_ASSIGN
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_FC_TYPE_NORM_ASSIGN, object_name:FII_FC_TYPE_NORM_ASSIGN, status:VALID,
-
View: FII_GL_LOCAL_SNAP_F_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_LOCAL_SNAP_F_S_V, object_name:FII_GL_LOCAL_SNAP_F_S_V, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_GL_LOCAL_SNAP_F_S_V ,
-
View: FII_GL_LOCAL_SNAP_F_S_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_LOCAL_SNAP_F_P_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_LOCAL_SNAP_F_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_LOCAL_SNAP_F_P_V, object_name:FII_GL_LOCAL_SNAP_F_P_V, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_GL_LOCAL_SNAP_F_P_V ,
-
VIEW: APPS.FII_AR_REVENUE_B_V2
12.1.1
-
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_GL_SRC_INV_PKG SQL Statements
12.1.1
-
VIEW: APPS.FII_AR_REVENUE_B_V1
12.1.1
-
TABLE: FII.FII_AR_REV_ACCTS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_REV_ACCTS, object_name:FII_AR_REV_ACCTS, 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,
-
TABLE: APPS.FII_GL_BASE_MAP2_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_GL_BASE_MAP2_MV, object_name:FII_GL_BASE_MAP2_MV, status:VALID,
-
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.MLOG$_FII_GL_BASE_MAP2_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_GL_BASE_MAP2_MV, 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,
-
MATERIALIZED VIEW: APPS.FII_GL_BASE_MAP2_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_GL_BASE_MAP2_MV, status:VALID,
-
VIEW: APPS.FII_GL_LOCAL_SNAP_F_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_LOCAL_SNAP_F_P_V, object_name:FII_GL_LOCAL_SNAP_F_P_V, status:VALID,
-
Table: 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, product: FII - Financial Intelligence , description: This table contains Financial Category type assignments to the Financial Categories in denorm form , implementation_dba_data: FII.FII_FIN_CAT_TYPE_ASSGNS ,
-
TABLE: FII.MLOG$_FII_AR_REVENUE_B
12.1.1
owner:FII, object_type:TABLE, object_name:MLOG$_FII_AR_REVENUE_B, status:VALID,
-
View: FII_AR_REVENUE_B_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_REVENUE_B_V2, object_name:FII_AR_REVENUE_B_V2, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_REVENUE_B_V2 ,
-
MATERIALIZED VIEW: APPS.FII_GL_AGRT_SUM2_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_GL_AGRT_SUM2_MV, status:VALID,
-
Table: FII_FIN_CAT_TYPE_ASSGNS
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This table contains Financial Category type assignments to the Financial Categories in denorm form , implementation_dba_data: Not implemented in this database ,
-
Table: FII_FC_TYPE_NORM_ASSIGN
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_FC_TYPE_NORM_ASSIGN, object_name:FII_FC_TYPE_NORM_ASSIGN, status:VALID, product: FII - Financial Intelligence , description: This table contains Financial Category type assignments for the Financial Category dimension values. The Financial Category types are: Revenue, Operating Expense, Travel and Entertainment, Cost of Good Sold and Product Expenses. Each Fina , implementation_dba_data: FII.FII_FC_TYPE_NORM_ASSIGN ,
-
TABLE: FII.FII_AR_REVENUE_STG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_REVENUE_STG, object_name:FII_AR_REVENUE_STG, status:VALID,
-
PACKAGE BODY: APPS.FII_FIN_CAT_MAINTAIN_PKG
12.1.1
-
VIEW: APPS.FII_GL_LOCAL_SNAP_F_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_LOCAL_SNAP_F_S_V, object_name:FII_GL_LOCAL_SNAP_F_S_V, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_GL_BASE_MAP2_MV
12.1.1
-
APPS.FII_AR_REVENUE_B_C SQL Statements
12.1.1
-
View: FII_AR_REVENUE_B_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_REVENUE_B_V1, object_name:FII_AR_REVENUE_B_V1, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_REVENUE_B_V1 ,
-
View: FII_AR_REVENUE_B_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_REVENUE_B_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: FII_FC_TYPE_NORM_ASSIGN
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This table contains Financial Category type assignments for the Financial Category dimension values. The Financial Category types are: Revenue, Operating Expense, Travel and Entertainment, Cost of Good Sold and Product Expenses. Each Fina , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_GL_LOCAL_SNAP_F
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_GL_LOCAL_SNAP_F, object_name:FII_GL_LOCAL_SNAP_F, status:VALID,
-
APPS.FII_GL_REV_PROD SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.FII_GL_AGRT_SUM2_MV
12.1.1
-
PACKAGE BODY: APPS.FII_GL_SRC_INV_PKG
12.1.1
-
PACKAGE BODY: APPS.FII_GL_REV_PROD
12.1.1
-
TABLE: FII.FII_AR_REVENUE_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_REVENUE_B, object_name:FII_AR_REVENUE_B, status:VALID,
-
APPS.FII_EA_JE_TRAN_PKG SQL Statements
12.1.1
-
APPS.FII_SETUP_VAL_C SQL Statements
12.1.1
-
APPS.FII_GL_PROFIT_AND_LOSS SQL Statements
12.1.1
-
APPS.FII_PMV_HELPER_TABLES_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AR_REVENUE_B_C
12.1.1