Search Results ghr_pa_request_extra_info
Overview
The GHR_PA_REQUEST_EXTRA_INFO table is a core data structure within the Oracle E-Business Suite US Federal Human Resources (GHR) module. It functions as a flexible extension table designed to store supplemental, type-specific information related to personnel action (PA) requests. Its primary role is to support the complex and highly regulated requirements of U.S. federal personnel management by allowing for the attachment of diverse data elements to a standard personnel action transaction, which is centrally managed in the GHR_PA_REQUESTS table.
Key Information Stored
The table's design centers on a key-value pair model, where the information type dictates the nature of the data stored. The critical columns include PA_REQUEST_EXTRA_INFO_ID, which serves as the unique primary key identifier for each record. The PA_REQUEST_ID is a foreign key that links the supplemental data to its parent personnel action request in the GHR_PA_REQUESTS table. The INFORMATION_TYPE column, also a foreign key, categorizes the extra information and references valid types defined in the GHR_PA_REQUEST_INFO_TYPES table. Additional columns, not fully detailed in the provided metadata but typical for such structures, would store the actual information value (e.g., INFORMATION1, INFORMATION2, or a CLOB field) and standard Who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing.
Common Use Cases and Queries
This table is essential for reporting, data validation, and process automation within federal HR workflows. A common use case is retrieving all supplemental information for a specific personnel action request for audit or review purposes. For example, a query might join this table to its parent to extract a complete request dossier. Another frequent scenario involves validating that required supplemental data, based on the action's type and subtype, has been provided before a request can be approved. Sample SQL to find all extra information for a given request would be:
- SELECT e.* FROM hr.ghr_pa_request_extra_info e, hr.ghr_pa_requests r WHERE e.pa_request_id = r.pa_request_id AND r.request_number = 'PA-12345';
Reporting use cases include generating lists of requests that contain specific types of extra information, such as all actions with a particular justification code or clearance level attached.
Related Objects
The table exists within a defined relational framework, primarily linking to two other key GHR tables. The documented foreign key relationships are as follows:
- GHR_PA_REQUESTS: The PA_REQUEST_ID column in GHR_PA_REQUEST_EXTRA_INFO references the primary key of the GHR_PA_REQUESTS table. This establishes the core parent-child relationship, ensuring all extra information is tied to a valid personnel action request.
- GHR_PA_REQUEST_INFO_TYPES: The INFORMATION_TYPE column in GHR_PA_REQUEST_EXTRA_INFO references the GHR_PA_REQUEST_INFO_TYPES table. This relationship controls data integrity by ensuring that only predefined and valid information types can be used to categorize the stored extra data.
The table's primary key constraint, GHR_PA_REQUEST_EXTRA_INFO_PK, ensures the uniqueness of each record via the PA_REQUEST_EXTRA_INFO_ID column.
-
Table: GHR_PA_REQUEST_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EXTRA_INFO, object_name:GHR_PA_REQUEST_EXTRA_INFO, status:VALID, product: GHR - US Federal Human Resources , description: Stores additional information based on information types. , implementation_dba_data: HR.GHR_PA_REQUEST_EXTRA_INFO ,
-
Table: GHR_PA_REQUEST_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUEST_EXTRA_INFO, object_name:GHR_PA_REQUEST_EXTRA_INFO, status:VALID, product: GHR - US Federal Human Resources , description: Stores additional information based on information types. , implementation_dba_data: HR.GHR_PA_REQUEST_EXTRA_INFO ,
-
APPS.GHR_PROCESS_SF52 dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_REI_SHD dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PA_REQUESTS_PKG2 dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_GHRWS52L dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PC_BASIC_PAY dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_REI_FLEX_DDF dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_UTILITY dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_WF_WGI_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_GEN_RPA_NPA dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_REI_BUS dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_EHRI_DYNRPT dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_REI_DEL dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_CPDF_EHRIS dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_REI_FLEX_DDF dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_BEN_VALIDATION dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PAR_EXTRA_INFO_API dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_REI_FLEX_DDF dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PC_BASIC_PAY dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_SF52_POST_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_APPROVED_PA_REQUESTS dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_REI_BUS dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_SF52_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_SF52_API dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_VALIDATE_PERWSDPO dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_CPDF_DYNRPT dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_SF52_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_UTILITY dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_PROCESS_SF52 dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_SF52_DO_UPDATE dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_UPD_HR_VALIDATION dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PROCESS_SF52 dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_GEN_RPA_NPA dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_MTI_APP dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.2.2
-
APPS.GHR_REI_FLEX_DDF dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_PD_COVERSHEET_DATA dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_REI_INS dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1
-
APPS.GHR_MTI_APP dependencies on GHR_PA_REQUEST_EXTRA_INFO
12.1.1