Search Results hr_summary_efc
Overview
The HR_SUMMARY_EFC table is a specialized data object within the Oracle E-Business Suite (EBS) Human Resources (HR) module, specifically under the PER (Personnel) product family. Its primary role is to support the Euro as Functional Currency (EFC) process. This table is an exact structural copy of the standard HR_SUMMARY table, which typically stores consolidated employee-level information. The EFC process populates this separate table to maintain a distinct, parallel dataset where all monetary values are converted and stored in Euros, enabling reporting and compliance for organizations operating under the Euro currency regime alongside other functional currencies within the same EBS instance.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's definition as a copy of HR_SUMMARY implies it holds aggregated employee compensation and assignment data. The documented primary and foreign keys are critical for understanding its structure. The table uses a composite primary key (HR_SUMMARY_EFC_PK) consisting of ID_VALUE and EFC_ACTION_ID. The ID_VALUE likely corresponds to a unique employee or assignment identifier, linking to the summarized data. The EFC_ACTION_ID is a foreign key that ties each record to a specific run of the EFC process in the HR_EFC_ACTIONS table, providing an audit trail and process context for the Euro-converted data stored within.
Common Use Cases and Queries
The primary use case for HR_SUMMARY_EFC is generating financial and HR reports where all currency amounts must be presented uniformly in Euros, regardless of the original transaction currency. This is essential for consolidated group reporting within the European Union. Common queries involve joining this table to master employee data while filtering by a specific EFC process run. A typical reporting pattern would be:
- Retrieving Euro-converted summary payroll data for a set of employees processed in the latest EFC batch.
- Comparing summarized costs between standard (HR_SUMMARY) and Euro-converted (HR_SUMMARY_EFC) tables for reconciliation.
- Generating audit reports by joining HR_SUMMARY_EFC to HR_EFC_ACTIONS to list all data created by a specific process execution.
Sample SQL to retrieve EFC-summarized data for a specific process run might be: SELECT s.* FROM hr.hr_summary_efc s, hr.hr_efc_actions a WHERE s.efc_action_id = a.efc_action_id AND a.action_status = 'COMPLETE'.
Related Objects
The HR_SUMMARY_EFC table has a direct and documented dependency within the EFC process architecture. Its primary relationship is defined by a foreign key constraint.
- HR_EFC_ACTIONS: This is the key controlling table for the EFC process. The column HR_SUMMARY_EFC.EFC_ACTION_ID references HR_EFC_ACTIONS. This relationship ensures every record in the summary table is linked to a specific instance of the EFC process execution, which tracks parameters, status, and timing.
- HR_SUMMARY: Although not listed as a formal foreign key, the table's definition states it is a copy of HR_SUMMARY. This indicates a strong logical relationship, where HR_SUMMARY_EFC is the Euro-converted counterpart to the base HR_SUMMARY table, and they are likely populated from common source transactions.
-
Table: HR_SUMMARY_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the HR_SUMMARY table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.HR_SUMMARY_EFC ,
-
Table: HR_SUMMARY_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the HR_SUMMARY table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.HR_SUMMARY_EFC ,
-
SYNONYM: APPS.HR_SUMMARY_EFC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_SUMMARY_EFC, status:VALID,
-
TABLE: HR.HR_SUMMARY_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID,
-
SYNONYM: PUBLIC.HR_SUMMARY_EFC
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_SUMMARY_EFC, status:VALID,
-
SYNONYM: APPS.HR_SUMMARY_EFC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_SUMMARY_EFC, status:VALID,
-
VIEW: HR.HR_SUMMARY_EFC#
12.2.2
owner:HR, object_type:VIEW, object_name:HR_SUMMARY_EFC#, status:VALID,
-
VIEW: HR.HR_SUMMARY_EFC#
12.2.2
-
TABLE: HR.HR_SUMMARY_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID,
-
Table: HR_EFC_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_EFC_ACTIONS, object_name:HR_EFC_ACTIONS, status:VALID, product: PER - Human Resources , description: Contains one row for each time the EFC conversion process or delete _EFC table data process is run. , implementation_dba_data: HR.HR_EFC_ACTIONS ,
-
Table: HR_EFC_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_EFC_ACTIONS, object_name:HR_EFC_ACTIONS, status:VALID, product: PER - Human Resources , description: Contains one row for each time the EFC conversion process or delete _EFC table data process is run. , implementation_dba_data: HR.HR_EFC_ACTIONS ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,