Search Results gcs_treatments_b
Overview
The GCS_TREATMENTS_B table is a core data object within the Oracle E-Business Suite (EBS) Financial Consolidation Hub (GCS) module. It serves as the master repository for defining and storing consolidation treatments. In the context of financial consolidation, a treatment represents a specific rule or methodology applied to intercompany transactions, equity eliminations, or other adjustments during the consolidation process. This table is fundamental to the configuration and execution of automated consolidation logic, enabling organizations to ensure accurate, compliant, and consistent financial reporting across multiple legal entities and currencies.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships define its critical structure. The central column is TREATMENT_ID, which serves as the unique identifier (Primary Key: GCS_TREATMENTS_B_PK) for each consolidation treatment record. This ID is the primary reference point for all related configuration. Based on standard GCS table design, other columns typically stored in this table would include fields to define the treatment's name, description, effective dates, status (e.g., active, inactive), and the specific technical rule or calculation it represents. The data in this table is primarily configuration and master data, rather than transactional volume.
Common Use Cases and Queries
This table is central to setup and inquiry activities within Consolidation Hub. A primary use case is the administration of consolidation rules, where users or implementers define the standard treatments required for their reporting. Common queries involve listing all active treatments or investigating the configuration applied to specific consolidation relationships. For example, to retrieve a basic list of treatments, a query such as SELECT treatment_id, name, description FROM gcs_treatments_b WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE) might be used. Furthermore, this table is frequently joined to relationship tables to analyze or audit which treatments are assigned to specific entity pairs, forming the basis of the consolidation engine's logic.
Related Objects
The documented foreign key relationship explicitly defines this table's primary integration point within the GCS schema. The TREATMENT_ID column is referenced by the GCS_CONS_RELATIONSHIPS table. Specifically:
- GCS_CONS_RELATIONSHIPS: This table stores the defined consolidation relationships between different entities (e.g., parent and subsidiary). Its column GCS_CONS_RELATIONSHIPS.TREATMENT_ID is a foreign key that points to GCS_TREATMENTS_B.TREATMENT_ID. This link assigns a specific consolidation treatment rule to a given entity relationship, determining how transactions between those entities are processed during a consolidation run.
-
Table: GCS_TREATMENTS_B
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_TREATMENTS_B, object_name:GCS_TREATMENTS_B, status:VALID, product: GCS - Financial Consolidation Hub , description: Consolidation treatments , implementation_dba_data: GCS.GCS_TREATMENTS_B ,
-
Table: GCS_CONS_RELATIONSHIPS
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_CONS_RELATIONSHIPS, object_name:GCS_CONS_RELATIONSHIPS, status:VALID, product: GCS - Financial Consolidation Hub , description: GCS consolidation hierarchy relationship information , implementation_dba_data: GCS.GCS_CONS_RELATIONSHIPS ,
-
View: GCS_TREATMENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_TREATMENTS_VL, object_name:GCS_TREATMENTS_VL, status:VALID, product: GCS - Financial Consolidation Hub , description: Consolidation treatments information , implementation_dba_data: APPS.GCS_TREATMENTS_VL ,