Search Results hr_efc_actions
Overview
The PQH_BUDGET_VERSIONS_EFC table is a specialized data object within the Oracle E-Business Suite (EBS) Public Sector Human Resources (PQH) module. It functions as a historical snapshot table, created and populated by the Euro as Functional Currency (EFC) process. This process is critical for organizations operating in the Eurozone, as it facilitates the conversion and retention of budget data from a legacy national currency into the Euro. The table is an exact structural copy of the core PQH_BUDGET_VERSIONS table, preserving budget version details at the point of a specific EFC conversion event. Its primary role is to maintain an auditable record of budget information as it existed prior to or during currency conversion, ensuring data integrity and compliance.
Key Information Stored
The table stores a complete replica of a budget version record, linked to a specific EFC conversion action. Its composite primary key is the most critical structural element, consisting of the original BUDGET_VERSION_ID from the source table and an EFC_ACTION_ID. The BUDGET_VERSION_ID column preserves the identifier of the budget version snapshot, while the EFC_ACTION_ID is a foreign key that ties this snapshot to a specific execution instance of the EFC process recorded in the HR_EFC_ACTIONS table. This linkage allows administrators to trace exactly which conversion run captured this particular state of the budget data. Other columns mirror those in PQH_BUDGET_VERSIONS, typically including details such as budget details, status, effective dates, and associated entity identifiers.
Common Use Cases and Queries
The primary use case is historical auditing and reconciliation of budget data following Euro conversion. Financial controllers or system administrators may query this table to compare pre-conversion and post-conversion budget figures or to investigate discrepancies. A common reporting pattern involves joining to the HR_EFC_ACTIONS table to get context about the conversion event, such as the run date.
- Sample Query for Audit:
SELECT pbve.*, hea.action_date FROM pqh_budget_versions_efc pbve JOIN hr_efc_actions hea ON pbve.efc_action_id = hea.efc_action_id WHERE pbve.budget_version_id = :1 ORDER BY hea.action_date; - Data Reconciliation: Comparing amounts in PQH_BUDGET_VERSIONS_EFC (converted Euro values) with source system records to validate the accuracy of the EFC process.
- Compliance Reporting: Generating reports that demonstrate the state of budgetary controls at the legal moment of currency transition for regulatory purposes.
Related Objects
The table has defined relationships with other EBS objects, primarily through foreign key constraints that ensure referential integrity within the EFC framework.
- HR_EFC_ACTIONS: This is the primary related table. The column PQH_BUDGET_VERSIONS_EFC.EFC_ACTION_ID is a foreign key referencing HR_EFC_ACTIONS. This relationship associates every snapshot in PQH_BUDGET_VERSIONS_EFC with a master record of an EFC process execution, containing metadata about that run.
- PQH_BUDGET_VERSIONS: As the source table from which PQH_BUDGET_VERSIONS_EFC is copied, they share an identical structure. The relationship is logical rather than enforced by a database constraint, linked via the BUDGET_VERSION_ID column. This allows for direct data comparison between the active table and its historical EFC snapshot.
-
Table: PQH_BUDGET_VERSIONS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_VERSIONS_EFC, object_name:PQH_BUDGET_VERSIONS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_VERSIONS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_VERSIONS_EFC ,
-
Table: PQH_BUDGETS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGETS_EFC, object_name:PQH_BUDGETS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGETS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGETS_EFC ,
-
Table: PQH_BUDGET_PERIODS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_PERIODS_EFC, object_name:PQH_BUDGET_PERIODS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_PERIODS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_PERIODS_EFC ,
-
Table: PQH_GL_INTERFACE_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_GL_INTERFACE_EFC, object_name:PQH_GL_INTERFACE_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_GL_INTERFACE table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_GL_INTERFACE_EFC ,
-
Table: PQH_BDGT_POOL_REALLOCTIONS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BDGT_POOL_REALLOCTIONS_EFC, object_name:PQH_BDGT_POOL_REALLOCTIONS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BDGT_POOL_REALLOCATIONS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BDGT_POOL_REALLOCTIONS_EFC ,
-
Table: PQH_WORKSHEET_PERIODS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_PERIODS_EFC, object_name:PQH_WORKSHEET_PERIODS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_PERIODS_EFC ,
-
Table: PQH_WORKSHEET_DETAILS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_DETAILS_EFC, object_name:PQH_WORKSHEET_DETAILS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_DETAILS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_DETAILS_EFC ,
-
Table: PQH_WORKSHEET_BUDGET_SETS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_BUDGET_SETS_EFC, object_name:PQH_WORKSHEET_BUDGET_SETS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_BUDGET_SETS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_BUDGET_SETS_EFC ,
-
Table: PQH_GL_INTERFACE_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_GL_INTERFACE_EFC, object_name:PQH_GL_INTERFACE_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_GL_INTERFACE table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_GL_INTERFACE_EFC ,
-
Table: PQH_BUDGETS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGETS_EFC, object_name:PQH_BUDGETS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGETS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGETS_EFC ,
-
Table: PQH_WORKSHEET_PERIODS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_PERIODS_EFC, object_name:PQH_WORKSHEET_PERIODS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_PERIODS_EFC ,
-
Table: PQH_ELEMENT_COMMITMENTS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ELEMENT_COMMITMENTS_EFC, object_name:PQH_ELEMENT_COMMITMENTS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_ELEMENT_COMMITMENTS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_ELEMENT_COMMITMENTS_EFC ,
-
Table: PQH_BUDGET_DETAILS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_DETAILS_EFC, object_name:PQH_BUDGET_DETAILS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_DETAILS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_DETAILS_EFC ,
-
Table: PQH_BUDGET_PERIODS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_PERIODS_EFC, object_name:PQH_BUDGET_PERIODS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_PERIODS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_PERIODS_EFC ,
-
Table: PQH_BUDGET_DETAILS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_DETAILS_EFC, object_name:PQH_BUDGET_DETAILS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_DETAILS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_DETAILS_EFC ,
-
Table: PQH_BDGT_POOL_REALLOCTIONS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BDGT_POOL_REALLOCTIONS_EFC, object_name:PQH_BDGT_POOL_REALLOCTIONS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BDGT_POOL_REALLOCATIONS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BDGT_POOL_REALLOCTIONS_EFC ,
-
Table: PQH_WORKSHEET_BUDGET_SETS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_BUDGET_SETS_EFC, object_name:PQH_WORKSHEET_BUDGET_SETS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_BUDGET_SETS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_BUDGET_SETS_EFC ,
-
Table: PQH_BUDGET_VERSIONS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_VERSIONS_EFC, object_name:PQH_BUDGET_VERSIONS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_BUDGET_VERSIONS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_BUDGET_VERSIONS_EFC ,
-
Table: PQH_WORKSHEET_DETAILS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_DETAILS_EFC, object_name:PQH_WORKSHEET_DETAILS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_WORKSHEET_DETAILS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_WORKSHEET_DETAILS_EFC ,
-
Table: PQH_ELEMENT_COMMITMENTS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ELEMENT_COMMITMENTS_EFC, object_name:PQH_ELEMENT_COMMITMENTS_EFC, status:VALID, product: PQH - Public Sector HR , description: This is a Copy of PQH_ELEMENT_COMMITMENTS table populated by EFC (Euro as functinoal currency) process. , implementation_dba_data: HR.PQH_ELEMENT_COMMITMENTS_EFC ,