Search Results processing_key
Overview
The view APPS.GCS_ACTIVE_DIMS_V is a metadata-driven dictionary view used within the Oracle E-Business Suite Financials and Enterprise Treasury/ETRM (Enterprise Tax, Treasury, and Risk Management) data model. It exposes the set of dimension columns on the FEM_BALANCES table that are flagged with the PROCESSING_KEY property and that are active for a specific application group. In Oracle EBS 12.1.1 and 12.2.2, this view functions as a configuration lookup that tells processing routines which dimension columns participate in balance processing (calculation, aggregation, and transfer) for the application group identified by ID 266.
Rather than returning financial balance data itself, the view returns descriptive metadata: the display name and column name of each qualifying dimension, plus a computed ordering value. This makes it a foundational reference for dynamic SQL generation, flexfield-style dimension handling, and any component that must iterate over the active dimensional model without hard-coding column lists.
Underlying Base Objects
The view is defined over two documented base objects, joined on table and column name:
- FEM_TAB_COLUMNS_TL — the translated table/column dictionary that supplies
DISPLAY_NAMEandCOLUMN_NAME, filtered toTABLE_NAME = 'FEM_BALANCES'and the session language viaUSERENV('LANG'). - FEM_TAB_COLUMN_PROP — the column property registry, filtered to
COLUMN_PROPERTY_CODE = 'PROCESSING_KEY', which identifies columns that act as processing keys.
An anti-join against FEM_APP_GRP_COL_EXCLSNS removes columns that are explicitly excluded for application group 266. A hard-coded IN list further restricts results to the recognized dimension set (CHANNEL_ID, COMPANY_COST_CENTER_ORG_ID, CUSTOMER_ID, FINANCIAL_ELEM_ID, INTERCOMPANY_ID, LINE_ITEM_ID, NATURAL_ACCOUNT_ID, PRODUCT_ID, PROJECT_ID, TASK_ID, and USER_DIM1_ID through USER_DIM10_ID).
Key Columns
- DISPLAY_NAME — the user-facing, language-translated label of the dimension.
- COLUMN_NAME — the physical column on
FEM_BALANCESrepresenting the dimension. - COLUMN_ORDER — a DECODE-derived sort rank that pins specific dimensions to fixed positions: COMPANY_COST_CENTER_ORG_ID = 1, LINE_ITEM_ID = 2, USER_DIM10_ID = 4, INTERCOMPANY_ID = 5, and all others default to 3.
Common Use Cases and Queries
Because the user search referenced processing_key, this view is most relevant when diagnosing which dimensions are treated as active processing keys. Typical scenarios include validating dimension configuration before running balance processes, replicating the active dimension list in custom reports, and troubleshooting excluded columns.
A representative query that mirrors the view's intent:
SELECT display_name, column_name, column_order FROM apps.gcs_active_dims_v ORDER BY column_order, column_name;- To inspect which dimension qualifies as a processing key, join back to
FEM_TAB_COLUMN_PROPoncolumn_nameand filtercolumn_property_code = 'PROCESSING_KEY'.
The view is therefore best understood as a configuration companion to the FEM_BALANCES fact table, not a transactional source.
-
APPS.GCS_CREATE_DYN_INDEX_PKG SQL Statements
12.1.1
-
VIEW: APPS.GCS_ACTIVE_DIMS_V
12.1.1
-
Lookup Type: FEM_TAB_CLASS_OBJECTS
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Classification Validation Objects , description: Object being validated for a Table Classification ,
-
VIEW: APPS.GCS_FEM_ACTIVE_DIMS_V
12.1.1
-
APPS.FEM_SETUP_PKG SQL Statements
12.1.1
-
Lookup Type: FEM_TAB_CLASS_OBJECTS
12.2.2
product: FEM - Enterprise Performance Foundation (Obsolete) , meaning: Table Classification Validation Objects , description: Object being validated for a Table Classification ,
-
Lookup Type: FEM_TBLREG_TASK_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Registration Tasks , description: Table Registration tasks for Admin UI ,
-
Lookup Type: FEM_TBLREG_TASK_DSC
12.2.2
product: FEM - Enterprise Performance Foundation (Obsolete) , meaning: Table Registration Tasks , description: Table Registration tasks for Admin UI ,
-
View: GCS_FEM_ACTIVE_DIMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_FEM_ACTIVE_DIMS_V, object_name:GCS_FEM_ACTIVE_DIMS_V, status:VALID, product: GCS - Financial Consolidation Hub , description: FEM Active Dimension Information , implementation_dba_data: APPS.GCS_FEM_ACTIVE_DIMS_V ,
-
View: GCS_ACTIVE_DIMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_ACTIVE_DIMS_V, object_name:GCS_ACTIVE_DIMS_V, status:VALID, product: GCS - Financial Consolidation Hub , description: FCH Active Dimension Information , implementation_dba_data: APPS.GCS_ACTIVE_DIMS_V ,
-
View: GCS_FEM_ACTIVE_DIMS_V
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: FEM Active Dimension Information , implementation_dba_data: Not implemented in this database ,
-
View: GCS_ACTIVE_DIMS_V
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: FCH Active Dimension Information , implementation_dba_data: Not implemented in this database ,
-
APPS.FEM_ADMIN_UTIL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GCS_CREATE_DYN_INDEX_PKG
12.1.1
-
APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT SQL Statements
12.1.1
-
APPS.FEM_DATA_TEMPLATE_UTIL_PKG SQL Statements
12.1.1
-
APPS.GCS_XML_DT_UTILITY_PKG SQL Statements
12.1.1
-
APPS.FEM_MAPPING_PREVIEW_UTIL_PKG SQL Statements
12.1.1
-
APPS.GCS_UTILITY_PKG SQL Statements
12.1.1
-
APPS.GCS_XML_GEN_PKG SQL Statements
12.1.1
-
APPS.FEM_TABLE_REGISTRATION_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT
12.1.1
-
APPS.FEM_GL_POST_PROCESS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FEM_SETUP_PKG
12.1.1
-
APPS.FEM_SOURCE_DATA_LOADER_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FEM_DATA_TEMPLATE_UTIL_PKG
12.1.1
-
PACKAGE BODY: APPS.FEM_ADMIN_UTIL_PKG
12.1.1
-
PACKAGE BODY: APPS.FEM_TABLE_REGISTRATION_PKG
12.1.1
-
PACKAGE BODY: APPS.GCS_XML_DT_UTILITY_PKG
12.1.1
-
PACKAGE BODY: APPS.GCS_UTILITY_PKG
12.1.1
-
APPS.FEM_DATAX_LOADER_PKG SQL Statements
12.1.1
-
APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.FEM_GL_POST_PROCESS_PKG dependencies on FEM_TAB_COLUMNS_B
12.1.1
-
APPS.FEM_TABLE_REGISTRATION_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.FEM_SETUP_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.FEM_MAPPING_PREVIEW_UTIL_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT dependencies on DUAL
12.1.1
-
APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.FEM_RU_ENGINE_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GCS_XML_GEN_PKG
12.1.1
-
APPS.FEM_ADMIN_UTIL_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.FEM_GL_POST_PROCESS_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on DBA_TAB_COLUMNS
12.1.1
-
APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on FEM_XDIM_DIMENSIONS
12.1.1
-
APPS.FEM_DATAX_LOADER_PKG dependencies on FEM_TAB_COLUMN_PROP
12.1.1
-
APPS.GCS_UTILITY_PKG dependencies on FEM_DIM_ATTR_VERSIONS_B
12.1.1
-
APPS.FEM_ADMIN_UTIL_PKG dependencies on ALL_IND_COLUMNS
12.1.1
-
APPS.FEM_GL_POST_PROCESS_PKG dependencies on FEM_INT_COLUMN_MAP
12.1.1
-
APPS.FEM_MAPPING_PREVIEW_UTIL_PKG dependencies on FEM_TAB_COLUMNS_V
12.1.1