Search Results pre_values_flag
Overview
The view APPS.GHR_ELEMENT_ENTRY_VALUES_H_V is a history-mapping construct within the GHR — US Federal Human Resources product family in Oracle E-Business Suite 12.1.1 and 12.2.2. As documented in ETRM metadata, its stated purpose is the "Mapping of GHR_PA_HISTORY columns to PAY_ELEMENT_ENTRY_VALUES_F." In practice, the view exposes the audit and history trail captured in GHR_PA_HISTORY, filtered to rows whose TABLE_NAME equals 'PAY_ELEMENT_ENTRY_VALUES_F', and projects those archived values into a shape that resembles the element entry values entity.
The view does not store data. It is a read-only projection over the personnel action (PA) history framework, allowing consumers to inspect prior and current values of element entry value rows as they were affected by personnel actions. This makes it useful for audit reporting, retroactive change analysis, and integration where a reconstructed view of element entry value history is required without querying the history table directly.
Underlying Base Objects
The documented referenced base objects are:
GHR_PA_HISTORY(synonym) — the source history table. All rows are drawn from this object, qualified byTABLE_NAME = 'PAY_ELEMENT_ENTRY_VALUES_F'.GHR_GENERAL(package) — supplies theRETURN_NUMBERfunction used to convert character-encodedINFORMATIONncolumns into numeric identifiers.FND_DATE(package) — suppliesCANONICAL_TO_DATE, used to convert canonically stored date strings into trueDATEvalues.
The view therefore sits atop the generic PA history mechanism. The history table stores heterogeneous records in a denormalized INFORMATION1 through INFORMATION6 character columns plus a set of standard history attributes (process date, effective date, DML operation, request identifiers). The view's SELECT casts each INFORMATIONn column to its semantically correct type and renames it to its business meaning.
Key Columns
The view exposes the standard history attributes alongside the decoded value columns:
PA_HISTORY_ID— primary identifier of the history record; the column users search for aspa_history_id.PROCESS_DATE,EFFECTIVE_DATE— when the history row was processed and its effective date.DML_OPERATION— the operation performed (insert, update, delete) on the underlying element entry value.PRE_VALUES_FLAG— indicates whether the row captures pre-change (prior) values or the new values.ALTERED_PA_REQUEST_ID,PA_REQUEST_ID,NATURE_OF_ACTION_ID— linkage to the personnel action request and the nature of action that produced the change.ELEMENT_ENTRY_VALUE_ID— derived viaGHR_GENERAL.RETURN_NUMBER(INFORMATION1); the element entry value identifier.EFFECTIVE_START_DATE,EFFECTIVE_END_DATE— derived viaFND_DATE.CANONICAL_TO_DATE(INFORMATION2/INFORMATION3); the date-effective bounds of the entry value.INPUT_VALUE_ID,ELEMENT_ENTRY_ID— derived viaRETURN_NUMBER(INFORMATION4/INFORMATION5); the input value and element entry references.SCREEN_ENTRY_VALUE—SUBSTR(INFORMATION6, 1, 60); the user-entered display value, truncated to 60 characters.
Common Use Cases and Queries
Typical usage includes auditing element entry value changes tied to a personnel action, comparing pre-change and post-change values, and joining history back to the live element entry values for reconciliation. A representative query retrieves all history for a given element entry value:
- Filter by
ELEMENT_ENTRY_VALUE_IDand order byPROCESS_DATEorPA_HISTORY_IDto reconstruct the change timeline. - Filter by
PRE_VALUES_FLAG = 'Y'to isolate prior values, or byDML_OPERATIONto isolate deletes or updates. - Join
PA_REQUEST_IDto personnel action request tables to attribute changes to a specific action.
Because transformations occur at query time via packaged functions, consumers should expect the view to execute those conversions on every row retrieved; filtering on decoded columns therefore benefits from prior restriction on PA_HISTORY_ID or date ranges. The view remains a valid, read-only reporting and integration asset in both 12.1.1 and 12.2.2.
-
View: GHR_ELEMENT_ENTRY_VALUES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRY_VALUES_H_V, object_name:GHR_ELEMENT_ENTRY_VALUES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PAY_ELEMENT_ENTRY_VALUES_F. , implementation_dba_data: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V ,
-
View: GHR_ELEMENT_ENTRY_VALUES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRY_VALUES_H_V, object_name:GHR_ELEMENT_ENTRY_VALUES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PAY_ELEMENT_ENTRY_VALUES_F. , implementation_dba_data: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V ,
-
VIEW: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V
12.2.2
-
VIEW: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V
12.1.1
-
VIEW: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRY_VALUES_H_V, object_name:GHR_ELEMENT_ENTRY_VALUES_H_V, status:VALID,
-
View: GHR_PERSON_ANALYSES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PERSON_ANALYSES_H_V, object_name:GHR_PERSON_ANALYSES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_PERSON_ANALYSES. , implementation_dba_data: APPS.GHR_PERSON_ANALYSES_H_V ,
-
VIEW: APPS.GHR_ELEMENT_ENTRY_VALUES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRY_VALUES_H_V, object_name:GHR_ELEMENT_ENTRY_VALUES_H_V, status:VALID,
-
View: GHR_ELEMENT_ENTRIES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRIES_H_V, object_name:GHR_ELEMENT_ENTRIES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PAY_ELEMENT_ENTRIES_F. , implementation_dba_data: APPS.GHR_ELEMENT_ENTRIES_H_V ,
-
View: GHR_ELEMENT_ENTRIES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRIES_H_V, object_name:GHR_ELEMENT_ENTRIES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PAY_ELEMENT_ENTRIES_F. , implementation_dba_data: APPS.GHR_ELEMENT_ENTRIES_H_V ,
-
View: GHR_PERSON_ANALYSES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PERSON_ANALYSES_H_V, object_name:GHR_PERSON_ANALYSES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_PERSON_ANALYSES. , implementation_dba_data: APPS.GHR_PERSON_ANALYSES_H_V ,
-
VIEW: APPS.GHR_PERSON_ANALYSES_H_V
12.1.1
-
VIEW: APPS.GHR_PERSON_ANALYSES_H_V
12.2.2
-
VIEW: APPS.GHR_PERSON_ANALYSES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PERSON_ANALYSES_H_V, object_name:GHR_PERSON_ANALYSES_H_V, status:VALID,
-
VIEW: HR.GHR_PA_HISTORY#
12.2.2
-
VIEW: APPS.GHR_ELEMENT_ENTRIES_H_V
12.2.2
-
View: GHR_PEOPLE_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PEOPLE_EXTRA_INFO_H_V, object_name:GHR_PEOPLE_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_PEOPLE_EXTRA_INFO. , implementation_dba_data: APPS.GHR_PEOPLE_EXTRA_INFO_H_V ,
-
View: GHR_ADDRESSES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ADDRESSES_H_V, object_name:GHR_ADDRESSES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ADDRESSES. , implementation_dba_data: APPS.GHR_ADDRESSES_H_V ,
-
View: GHR_ADDRESSES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ADDRESSES_H_V, object_name:GHR_ADDRESSES_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ADDRESSES. , implementation_dba_data: APPS.GHR_ADDRESSES_H_V ,
-
View: GHR_PEOPLE_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PEOPLE_EXTRA_INFO_H_V, object_name:GHR_PEOPLE_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_PEOPLE_EXTRA_INFO. , implementation_dba_data: APPS.GHR_PEOPLE_EXTRA_INFO_H_V ,
-
VIEW: APPS.GHR_PERSON_ANALYSES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PERSON_ANALYSES_H_V, object_name:GHR_PERSON_ANALYSES_H_V, status:VALID,
-
VIEW: APPS.GHR_ELEMENT_ENTRIES_H_V
12.1.1
-
VIEW: APPS.GHR_ADDRESSES_H_V
12.1.1
-
View: GHR_POSITION_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_POSITION_EXTRA_INFO_H_V, object_name:GHR_POSITION_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_POSITION_EXTRA_INFO. , implementation_dba_data: APPS.GHR_POSITION_EXTRA_INFO_H_V ,
-
APPS.GHR_PAH_SHD SQL Statements
12.1.1
-
VIEW: APPS.GHR_ELEMENT_ENTRIES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRIES_H_V, object_name:GHR_ELEMENT_ENTRIES_H_V, status:VALID,
-
View: GHR_ASSIGNMENTS_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENTS_H_V, object_name:GHR_ASSIGNMENTS_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ASSIGNMENTS_F. , implementation_dba_data: APPS.GHR_ASSIGNMENTS_H_V ,
-
VIEW: APPS.GHR_ADDRESSES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ADDRESSES_H_V, object_name:GHR_ADDRESSES_H_V, status:VALID,
-
View: GHR_POSITION_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_POSITION_EXTRA_INFO_H_V, object_name:GHR_POSITION_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_POSITION_EXTRA_INFO. , implementation_dba_data: APPS.GHR_POSITION_EXTRA_INFO_H_V ,
-
View: GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENT_EXTRA_INFO_H_V, object_name:GHR_ASSIGNMENT_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ASSIGNMENTS_EXTRA_INFO. , implementation_dba_data: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V ,
-
VIEW: APPS.GHR_ADDRESSES_H_V
12.2.2
-
View: GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENT_EXTRA_INFO_H_V, object_name:GHR_ASSIGNMENT_EXTRA_INFO_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ASSIGNMENTS_EXTRA_INFO. , implementation_dba_data: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V ,
-
APPS.GHR_PAH_SHD SQL Statements
12.2.2
-
VIEW: APPS.GHR_POSITION_EXTRA_INFO_H_V
12.1.1
-
VIEW: APPS.GHR_PEOPLE_EXTRA_INFO_H_V
12.2.2
-
VIEW: APPS.GHR_PEOPLE_EXTRA_INFO_H_V
12.1.1
-
VIEW: APPS.GHR_ELEMENT_ENTRIES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ELEMENT_ENTRIES_H_V, object_name:GHR_ELEMENT_ENTRIES_H_V, status:VALID,
-
VIEW: APPS.GHR_ADDRESSES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ADDRESSES_H_V, object_name:GHR_ADDRESSES_H_V, status:VALID,
-
VIEW: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.1.1
-
VIEW: APPS.GHR_POSITION_EXTRA_INFO_H_V
12.2.2
-
VIEW: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.2.2
-
View: GHR_ASSIGNMENTS_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENTS_H_V, object_name:GHR_ASSIGNMENTS_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to PER_ASSIGNMENTS_F. , implementation_dba_data: APPS.GHR_ASSIGNMENTS_H_V ,
-
VIEW: APPS.GHR_PEOPLE_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PEOPLE_EXTRA_INFO_H_V, object_name:GHR_PEOPLE_EXTRA_INFO_H_V, status:VALID,
-
VIEW: APPS.GHR_PEOPLE_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PEOPLE_EXTRA_INFO_H_V, object_name:GHR_PEOPLE_EXTRA_INFO_H_V, status:VALID,
-
VIEW: APPS.GHR_POSITION_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_POSITION_EXTRA_INFO_H_V, object_name:GHR_POSITION_EXTRA_INFO_H_V, status:VALID,
-
VIEW: APPS.GHR_POSITION_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_POSITION_EXTRA_INFO_H_V, object_name:GHR_POSITION_EXTRA_INFO_H_V, status:VALID,
-
VIEW: APPS.GHR_ASSIGNMENTS_H_V
12.1.1
-
VIEW: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENT_EXTRA_INFO_H_V, object_name:GHR_ASSIGNMENT_EXTRA_INFO_H_V, status:VALID,
-
VIEW: APPS.GHR_ASSIGNMENTS_H_V
12.2.2
-
VIEW: APPS.GHR_ASSIGNMENT_EXTRA_INFO_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_ASSIGNMENT_EXTRA_INFO_H_V, object_name:GHR_ASSIGNMENT_EXTRA_INFO_H_V, status:VALID,
-
View: GHR_POSITIONS_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_POSITIONS_H_V, object_name:GHR_POSITIONS_H_V, status:VALID, product: GHR - US Federal Human Resources , description: Mapping of GHR_PA_HISTORY columns to HR_ALL_POSITIONS_F. , implementation_dba_data: APPS.GHR_POSITIONS_H_V ,