Search Results pqh_ptx_dpf_df_shadow
Overview
The PQH_PTX_DPF_DF_SHADOW table is a core data object within the Oracle E-Business Suite (EBS) Public Sector HR (PQH) module. It functions as a shadow or staging table specifically designed for managing deployment factors during position transaction processing. In the context of public sector HR, deployment factors are critical elements that influence position budgeting, costing, and establishment control. This table's primary role is to temporarily hold and process deployment factor data associated with a position transaction (PTX) before the information is finalized, validated, and potentially transferred to master tables. Its existence ensures data integrity and supports complex transactional workflows by providing an intermediate storage layer.
Key Information Stored
The table's structure is centered around the deployment factor identifier for a position transaction. As per the provided metadata, the primary key column is PTX_DEPLOYMENT_FACTOR_ID. This unique identifier is the cornerstone of the table, linking each record to a specific deployment factor instance within a transaction. While the full column list is not detailed in the excerpt, a shadow table of this nature typically stores a snapshot or working copy of data fields from its corresponding master or transactional entity. This likely includes details such as the associated position transaction ID, the specific deployment factor code or type, effective dates, monetary or percentage values, and status flags indicating the processing stage of the shadow record.
Common Use Cases and Queries
This table is primarily accessed during the lifecycle of a position transaction that involves deployment factors. Common operational scenarios include batch processes that validate and consolidate shadow data, background engines that calculate budgetary impacts, and audit reports tracing transaction history. A fundamental query pattern involves selecting records for a specific transaction batch or by their processing status. For example, to identify all pending deployment factor shadow records for review, a query might filter on a status column. Reporting use cases often involve joining this table to the main position transaction entity to analyze proposed deployment factor changes before they are enacted.
SELECT ptx_deployment_factor_id FROM pqh_ptx_dpf_df_shadow WHERE transaction_batch_id = :batch_id AND process_status = 'PENDING';
Related Objects
The table's relationships are defined by its primary key and the context of the PQH module. The primary key constraint PDS_PK is explicitly documented on the PTX_DEPLOYMENT_FACTOR_ID column. This table is intrinsically linked to the core position transaction entities within Public Sector HR. It likely has a foreign key relationship to a master transaction table (such as PQH_POS_TRANSACTIONS or a related deployment factor definition table), where PTX_DEPLOYMENT_FACTOR_ID references a corresponding ID. Furthermore, it may be referenced by PL/SQL APIs in the PQH package suite responsible for the position transaction workflow, validation, and data migration processes that move records from this shadow table into production data stores.
-
Table: PQH_PTX_DPF_DF_SHADOW
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_PTX_DPF_DF_SHADOW, object_name:PQH_PTX_DPF_DF_SHADOW, status:VALID, product: PQH - Public Sector HR , description: Deployment factors shadow for Position Transaction , implementation_dba_data: HR.PQH_PTX_DPF_DF_SHADOW ,
-
Table: PQH_PTX_DPF_DF_SHADOW
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_PTX_DPF_DF_SHADOW, object_name:PQH_PTX_DPF_DF_SHADOW, status:VALID, product: PQH - Public Sector HR , description: Deployment factors shadow for Position Transaction , implementation_dba_data: HR.PQH_PTX_DPF_DF_SHADOW ,