Search Results context_business_group_id
Overview
The HR.PQH_COPY_ENTITY_TXNS table is a core transactional data store within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle HRMS (Human Resources Management System) module. It functions as the master table for batch or mass data copy processes, often related to the management of position hierarchies, element entries, or other HR entities. The table stores metadata and control information for each distinct copy operation, acting as a parent record for detailed attribute preferences, results, and audit trails. Its design supports multi-organization security through the CONTEXT_BUSINESS_GROUP_ID, ensuring data isolation and process execution within the correct business group context.
Key Information Stored
The table's columns capture the essential parameters and status of a copy transaction. The primary identifier is COPY_ENTITY_TXN_ID, a system-generated sequence number. Key transactional metadata includes the TRANSACTION_CATEGORY_ID, which defines the type of HR data being copied (e.g., positions, grades), and the ACTION_DATE, which serves as the transaction's effective date. The CONTEXT and CONTEXT_BUSINESS_GROUP_ID columns work in tandem to define the security and operational scope of the batch process. The DISPLAY_NAME provides a user-defined label for the batch. Operational columns like REPLACEMENT_TYPE_CD and START_WITH control how source data is transformed during the copy, such as applying prefixes or suffixes to copied records. The SRC_EFFECTIVE_DATE indicates the point-in-time from which source data is queried.
Common Use Cases and Queries
This table is central to batch operations where HR configurations are replicated or mass-updated. A primary use case is copying position hierarchies from one business group or department to another, or replicating element link setups. Administrators often query this table to monitor batch process history or troubleshoot errors. A typical query to find all copy transactions for a specific business group and transaction category would be:
- SELECT display_name, action_date, created_by FROM hr.pqh_copy_entity_txns WHERE context_business_group_id = &business_group_id AND transaction_category_id = &txn_cat_id ORDER BY action_date DESC;
For reporting, this table is frequently joined with its child tables (PQH_COPY_ENTITY_RESULTS, PQH_COPY_ENTITY_ATTRIBS) to generate detailed audit reports on the success, failure, and specific changes made by each batch job. The presence of the WF_TRANSACTION_CATEGORY_ID suggests integration with Oracle Workflow for process orchestration and notifications.
Related Objects
The HR.PQH_COPY_ENTITY_TXNS table maintains defined relationships with several key HRMS objects, as documented in the ETRM metadata. As a parent table, it is referenced by the following child tables via the COPY_ENTITY_TXN_ID foreign key:
- PQH_COPY_ENTITY_ATTRIBS: Stores specific attribute-level preferences for the copy transaction.
- PQH_COPY_ENTITY_PREFS: Holds user preferences for the copy operation.
- PQH_COPY_ENTITY_RESULTS: Logs the detailed outcome and any errors for each record processed in the batch.
As a child table, it references these master and setup tables:
- HR_ALL_ORGANIZATION_UNITS: Via CONTEXT_BUSINESS_GROUP_ID, to validate the business group.
- PQH_COPY_ENTITY_CONTEXTS: Via CONTEXT, to define the process context.
- PQH_TRANSACTION_CATEGORIES: Via TRANSACTION_CATEGORY_ID and WF_TRANSACTION_CATEGORY_ID, to categorize the transaction and its associated workflow.
- PQH_TXN_CATEGORY_ATTRIBUTES: Via TXN_CATEGORY_ATTRIBUTE_ID, to link to specific attribute definitions for specialized operations.
-
TABLE: HR.PQH_COPY_ENTITY_TXNS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_COPY_ENTITY_TXNS, object_name:PQH_COPY_ENTITY_TXNS, status:VALID,
-
VIEW: HR.PQH_COPY_ENTITY_TXNS#
12.2.2
-
TABLE: HR.PQH_COPY_ENTITY_TXNS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_COPY_ENTITY_TXNS, object_name:PQH_COPY_ENTITY_TXNS, status:VALID,
-
APPS.PQH_CET_SHD SQL Statements
12.1.1
-
APPS.PQH_CET_SHD SQL Statements
12.2.2
-
APPS.PQH_CET_BUS dependencies on PER_BUSINESS_GROUPS
12.2.2
-
APPS.PQH_CET_BUS dependencies on PER_BUSINESS_GROUPS
12.1.1
-
APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_COPY_ENTITY_TXNS_VW
12.1.1
-
VIEW: HR.PQH_COPY_ENTITY_TXNS#
12.2.2
owner:HR, object_type:VIEW, object_name:PQH_COPY_ENTITY_TXNS#, status:VALID,
-
APPS.GHR_FEHB_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
APPS.GHR_TSP_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_COPY_ENTITY_TXNS_VW
12.2.2
-
APPS.GHR_TSP_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
APPS.GHR_FEHB_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
VIEW: APPS.BEN_COPY_ENTITY_TXNS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COPY_ENTITY_TXNS_VW, object_name:BEN_COPY_ENTITY_TXNS_VW, status:VALID,
-
APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
VIEW: APPS.BEN_COPY_ENTITY_TXNS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COPY_ENTITY_TXNS_VW, object_name:BEN_COPY_ENTITY_TXNS_VW, status:VALID,
-
APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_COPY_ENTITY_TXNS_VW
12.1.1
-
APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_COPY_ENTITY_TXNS_VW
12.2.2
-
Table: PQH_COPY_ENTITY_TXNS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_COPY_ENTITY_TXNS, object_name:PQH_COPY_ENTITY_TXNS, status:VALID, product: PQH - Public Sector HR , description: Batch details for Mass Processes , implementation_dba_data: HR.PQH_COPY_ENTITY_TXNS ,
-
APPS.PQH_GSP_STAGE_TO_HR dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
Table: PQH_COPY_ENTITY_TXNS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_COPY_ENTITY_TXNS, object_name:PQH_COPY_ENTITY_TXNS, status:VALID, product: PQH - Public Sector HR , description: Batch details for Mass Processes , implementation_dba_data: HR.PQH_COPY_ENTITY_TXNS ,
-
APPS.BEN_PLAN_COPY_LOADER dependencies on FND_GLOBAL
12.1.1
-
APPS.BEN_PLAN_COPY_LOADER dependencies on FND_GLOBAL
12.2.2
-
APPS.GHR_FEHB_PLAN_DESIGN dependencies on BEN_PGM_F
12.2.2
-
APPS.PQH_CET_BUS dependencies on HR_API
12.1.1
-
APPS.PQH_GSP_STAGE_TO_HR dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
APPS.GHR_FEHB_PLAN_DESIGN dependencies on BEN_PGM_F
12.1.1
-
APPS.PQH_CET_BUS dependencies on HR_API
12.2.2
-
APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on BEN_PGM_F
12.1.1
-
APPS.PQH_CET_INS dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
View: BEN_COPY_ENTITY_TXNS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COPY_ENTITY_TXNS_VW, object_name:BEN_COPY_ENTITY_TXNS_VW, status:VALID, product: BEN - Advanced Benefits , description: Plan Design Transaction View , implementation_dba_data: APPS.BEN_COPY_ENTITY_TXNS_VW ,
-
APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
APPS.PQH_CET_UPD SQL Statements
12.2.2
-
APPS.PQH_CET_UPD SQL Statements
12.1.1
-
APPS.PQH_CET_INS dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on BEN_PGM_F
12.2.2
-
View: BEN_COPY_ENTITY_TXNS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_COPY_ENTITY_TXNS_VW, object_name:BEN_COPY_ENTITY_TXNS_VW, status:VALID, product: BEN - Advanced Benefits , description: Plan Design Transaction View , implementation_dba_data: APPS.BEN_COPY_ENTITY_TXNS_VW ,
-
APPS.PQH_CET_INS SQL Statements
12.2.2
-
APPS.PQH_CET_INS SQL Statements
12.1.1
-
APPS.GHR_TSP_PLAN_DESIGN dependencies on BEN_PGM_F
12.2.2
-
APPS.GHR_TSP_PLAN_DESIGN dependencies on BEN_PGM_F
12.1.1
-
APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_TXNS
12.1.1
-
PACKAGE BODY: APPS.PQH_CET_SHD
12.2.2
-
APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_TXNS
12.2.2
-
APPS.GHR_FEHB_PLAN_DESIGN SQL Statements
12.2.2
-
APPS.GHR_FEHB_PLAN_DESIGN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PQH_CET_SHD
12.1.1