Search Results ghr_pa_request_ei_shadow
Overview
The GHR_PA_REQUEST_EI_SHADOW table is a core data object within the US Federal Human Resources (GHR) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. As indicated by its name and documented description, this table functions as a shadow or mirror table. Its primary role is to store a complete copy of the columns from a corresponding record in the GHR_PA_REQUEST_EXTRA_INFO table. This architectural pattern is commonly used in EBS to support complex data operations, such as maintaining historical snapshots, facilitating audit trails, or enabling specific data processing workflows within the Personnel Action (PA) request functionality for US federal government entities.
Key Information Stored
The table's structure is designed to replicate the columns of its parent table. While the specific column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its critical identifiers. The primary key is PA_REQUEST_EXTRA_INFO_ID, which uniquely identifies each shadow record. Two essential foreign key columns establish its relational integrity: PA_REQUEST_ID links the shadow data to a specific personnel action request in the GHR_PA_REQUESTS table, and INFORMATION_TYPE categorizes the extra information by linking to the GHR_PA_REQUEST_INFO_TYPES lookup table. These relationships ensure that every record in the shadow table is associated with a valid request and a defined information type.
Common Use Cases and Queries
This table is typically accessed for auditing, data reconciliation, and troubleshooting purposes within federal HR processes. Common scenarios include comparing current extra information against its shadow copy to identify changes made during a personnel action lifecycle or generating reports on historical data states. A typical query would join the shadow table to its parent and request tables to analyze data evolution. For example:
- Retrieving all shadow records for a specific request to audit changes:
SELECT * FROM hr.ghr_pa_request_ei_shadow WHERE pa_request_id = &request_id ORDER BY pa_request_extra_info_id; - Comparing a specific record with its current counterpart:
SELECT * FROM hr.ghr_pa_request_extra_info WHERE pa_request_extra_info_id = &id UNION ALL SELECT * FROM hr.ghr_pa_request_ei_shadow WHERE pa_request_extra_info_id = &id;
Related Objects
The GHR_PA_REQUEST_EI_SHADOW table is integral to a cluster of objects within the GHR module, as defined by its documented foreign key relationships.
- GHR_PA_REQUESTS: This is the master table for personnel action requests. The shadow table references it via the PA_REQUEST_ID column, anchoring each piece of shadowed extra information to a specific personnel transaction.
- GHR_PA_REQUEST_INFO_TYPES: This lookup table defines the valid types of extra information that can be associated with a request. The shadow table references it via the INFORMATION_TYPE column, classifying the data stored in each shadow record.
- GHR_PA_REQUEST_EXTRA_INFO: As explicitly stated in the documentation, this is the primary table for which GHR_PA_REQUEST_EI_SHADOW stores corresponding column data. They share the same primary key (PA_REQUEST_EXTRA_INFO_ID), forming a direct record-to-record relationship.
-
Table: GHR_PA_REQUEST_EI_SHADOW
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EI_SHADOW, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID, product: GHR - US Federal Human Resources , description: Stores all the columns of the corresponding record ofGHR_PA_REQUEST_EXTRA_INFO. , implementation_dba_data: HR.GHR_PA_REQUEST_EI_SHADOW ,
-
Table: GHR_PA_REQUEST_EI_SHADOW
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EI_SHADOW, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID, product: GHR - US Federal Human Resources , description: Stores all the columns of the corresponding record ofGHR_PA_REQUEST_EXTRA_INFO. , implementation_dba_data: HR.GHR_PA_REQUEST_EI_SHADOW ,
-
APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_MASS_SEL_NOA dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_UTILITY dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_EXEMP_PURGE dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_UTILITY dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_REQUEST_EI_SHADOW
12.1.1
-
APPS.GHR_SS_RPA_CREATION dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EI_SHADOW
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
TABLE: HR.GHR_PA_REQUEST_EI_SHADOW
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EI_SHADOW, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID,
-
SYNONYM: APPS.GHR_PA_REQUEST_EI_SHADOW
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID,
-
SYNONYM: PUBLIC.GHR_PA_REQUEST_EI_SHADOW
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID,
-
SYNONYM: APPS.GHR_PA_REQUEST_EI_SHADOW
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID,
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_MASS_SEL_NOA dependencies on GHR_PA_REQUEST_EXTRA_INFO_S
12.2.2
-
VIEW: HR.GHR_PA_REQUEST_EI_SHADOW#
12.2.2
owner:HR, object_type:VIEW, object_name:GHR_PA_REQUEST_EI_SHADOW#, status:VALID,
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PAR_EXTRA_INFO_API
12.2.2
-
TABLE: HR.GHR_PA_REQUEST_EI_SHADOW
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EI_SHADOW, object_name:GHR_PA_REQUEST_EI_SHADOW, status:VALID,
-
VIEW: HR.GHR_PA_REQUEST_EI_SHADOW#
12.2.2
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_ROUTING_HISTORY
12.1.1
-
APPS.GHR_EXEMP_PURGE dependencies on GHR_PA_REMARKS
12.2.2
-
APPS.GHR_EXEMP_PURGE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_ROUTING_HISTORY
12.2.2
-
APPS.GHR_MASS_SEL_NOA dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO SQL Statements
12.2.2
-
APPS.GHR_SF52_PRE_UPDATE dependencies on PAY_ELEMENT_ENTRY_VALUES_F
12.2.2
-
Table: GHR_PA_REQUEST_INFO_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_INFO_TYPES, object_name:GHR_PA_REQUEST_INFO_TYPES, status:VALID, product: GHR - US Federal Human Resources , description: Defines information types to be used in Extra Information. , implementation_dba_data: HR.GHR_PA_REQUEST_INFO_TYPES ,
-
Table: GHR_PA_REQUEST_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_INFO_TYPES, object_name:GHR_PA_REQUEST_INFO_TYPES, status:VALID, product: GHR - US Federal Human Resources , description: Defines information types to be used in Extra Information. , implementation_dba_data: HR.GHR_PA_REQUEST_INFO_TYPES ,
-
TRIGGER: APPS.GHR_PA_REQUEST_EI_SHADOW_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GHR_PA_REQUEST_EI_SHADOW_WHO, status:VALID,
-
TABLE: HR.GHR_PA_REQUEST_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_INFO_TYPES, object_name:GHR_PA_REQUEST_INFO_TYPES, status:VALID,
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
PACKAGE: APPS.GHR_MASS_AWARDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GHR_MASS_AWARDS_PKG, status:VALID,
-
PACKAGE: APPS.GHR_NON_SF52_EXTRA_INFO
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GHR_NON_SF52_EXTRA_INFO, status:VALID,
-
PACKAGE: APPS.GHR_MASS_AWARDS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GHR_MASS_AWARDS_PKG, status:VALID,
-
TRIGGER: APPS.GHR_PA_REQUEST_EI_SHADOW_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:GHR_PA_REQUEST_EI_SHADOW_WHO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on FND_APPLICATION
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG SQL Statements
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO SQL Statements
12.1.1