Search Results gcs_entity_cons_attrs
Overview
The GCS_ENTITY_CONS_ATTRS table is a core data object within Oracle E-Business Suite's Financial Consolidation Hub (GCS) module. It serves as the primary repository for storing consolidation-specific attributes assigned to individual entities (nodes) within a defined consolidation hierarchy. This table is fundamental to the consolidation engine, as it holds the critical metadata that dictates how each legal entity or business unit is processed during financial consolidation runs, including its currency and hierarchical position. Its role is to link the structural definition of a hierarchy with the operational rules applied to each participating entity.
Key Information Stored
The table's structure is centered on the unique combination of a hierarchy and an entity. Its primary key, comprised of HIERARCHY_ID and ENTITY_ID, enforces that each entity can have only one set of consolidation attributes per hierarchy. While the full column list is not detailed in the provided metadata, the documented foreign keys reveal two critical attributes: the HIERARCHY_ID, which links to the GCS_HIERARCHIES_B table to identify the consolidation structure, and the CURRENCY_CODE, which links to the FND_CURRENCIES table. This currency attribute is typically the local or functional currency in which the entity's data is consolidated. Other columns likely present would store flags and settings controlling consolidation methods, elimination rules, intercompany processing, and ownership percentages.
Common Use Cases and Queries
This table is central to consolidation setup, reporting, and data validation. A common use case is generating a report of all entities within a specific consolidation hierarchy along with their key processing attributes. For example, to audit the currency setup for a hierarchy named 'Q1_CONSOLIDATION', a query would join to the hierarchy and currency tables. Another critical scenario involves troubleshooting consolidation results by verifying the attributes applied to a specific entity. Developers may also query this table programmatically within custom extensions or data migration scripts to validate or populate entity-level consolidation settings before initiating a consolidation process.
- Sample Query:
SELECT hec.entity_id, hec.currency_code, fc.name FROM gcs_entity_cons_attrs hec JOIN gcs_hierarchies_b ghb ON hec.hierarchy_id = ghb.hierarchy_id JOIN fnd_currencies fc ON hec.currency_code = fc.currency_code WHERE ghb.hierarchy_name = 'Q1_CONSOLIDATION';
Related Objects
The GCS_ENTITY_CONS_ATTRS table maintains defined relationships with other key EBS objects, as per the provided metadata. It is the child table in these relationships, deriving valid values from referenced master tables.
- GCS_HIERARCHIES_B: Linked via the HIERARCHY_ID column. This is the master table for consolidation hierarchy definitions. Every record in GCS_ENTITY_CONS_ATTRS must correspond to a valid, existing hierarchy.
- FND_CURRENCIES: Linked via the CURRENCY_CODE column. This ensures that the currency assigned to an entity for consolidation is a valid, active currency within the Oracle Applications instance.
As a cornerstone table, it is also likely referenced by various GCS process and reporting views, though those specific dependencies are not listed in the excerpt provided.
-
Table: GCS_ENTITY_CONS_ATTRS
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_ENTITY_CONS_ATTRS, object_name:GCS_ENTITY_CONS_ATTRS, status:VALID, product: GCS - Financial Consolidation Hub , description: GCS consolidation hierarchy node information , implementation_dba_data: GCS.GCS_ENTITY_CONS_ATTRS ,
-
Table: GCS_ENTITY_CONS_ATTRS
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: GCS consolidation hierarchy node information , implementation_dba_data: Not implemented in this database ,
-
APPS.GCS_AD_ENGINE dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_DATA_PREP_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_PERIOD_INIT_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_TRANSLATION_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_INTERCO_PROCESSING_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_HIERARCHIES_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_AGGREGATION_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_RULES_PROCESSOR dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_DRILLDOWN_UTIL_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on FEM_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on FEM_ENTITIES_VL
12.1.1
-
APPS.GCS_DATA_PREP_PKG dependencies on GCS_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on FEM_LEDGERS_ATTR
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_DATASET_CODES
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_ELIM_RULE_RELS
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_ELIM_RULES_B
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on FEM_CAL_PERIODS_B
12.1.1
-
APPS.GCS_DATA_PREP_PKG dependencies on FEM_LEDGERS_ATTR
12.1.1
-
SYNONYM: APPS.GCS_ENTITY_CONS_ATTRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GCS_ENTITY_CONS_ATTRS, status:VALID,
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on GCS_CAL_PERIOD_MAPS_GT
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on GCS_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on FEM_CAL_PERIODS_ATTR
12.1.1
-
TABLE: GCS.GCS_ENTITY_CONS_ATTRS
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_ENTITY_CONS_ATTRS, object_name:GCS_ENTITY_CONS_ATTRS, status:VALID,
-
APPS.GCS_RULES_PROCESSOR dependencies on FND_CURRENCIES
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG SQL Statements
12.1.1
-
APPS.GCS_RULES_PROCESSOR dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on GCS_HIERARCHIES_B
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on FEM_CAL_PERIODS_ATTR
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CURR_TREATMENTS_B
12.1.1
-
APPS.GCS_AD_ENGINE dependencies on FEM_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on FEM_CAL_PERIODS_B
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_ENG_RUN_DTLS
12.1.1
-
Table: GCS_HIERARCHIES_B
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_HIERARCHIES_B, object_name:GCS_HIERARCHIES_B, status:VALID, product: GCS - Financial Consolidation Hub , description: GCS hierarchy header information , implementation_dba_data: GCS.GCS_HIERARCHIES_B ,
-
PACKAGE BODY: APPS.GCS_DRILLDOWN_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GCS_DRILLDOWN_UTIL_PKG, status:VALID,
-
APPS.GCS_CONS_MONITOR_PKG dependencies on FEM_ENTITIES_ATTR
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CATEGORIES_B
12.1.1
-
Table: GCS_HIERARCHIES_B
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: GCS hierarchy header information , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GCS_INTERCO_PROCESSING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GCS_INTERCO_PROCESSING_PKG, status:VALID,
-
PACKAGE BODY: APPS.GCS_PERIOD_INIT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GCS_PERIOD_INIT_PKG, status:VALID,