Skip to the content.

PER Employee Salary Change – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Query to get the last Salary change details for employees.

Can add: whether to look at just the recent salary change? or salary change history…. If yes, then the last condition in where clause to be dynamically added/removed

Report Parameters

Business Group, Effective Date

Oracle EBS Tables Used

per_all_people_f, per_business_groups, per_all_assignments_f, per_jobs, per_grades, per_all_positions, fnd_currencies_tl, per_pay_proposals

Report Categories

Enginatics

PER Employee Assignments, PER Terminations and Separations, PER New Hires, PER Employee Grade Changes

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output None
Blitz Report™ XML Import PER_Employee_Salary_Change.xml
Full SQL on Enginatics www.enginatics.com/reports/per-employee-salary-change/

Case Study & Technical Analysis: PER Employee Salary Change Report

Executive Summary

The PER Employee Salary Change report is a vital Human Resources and Compensation audit tool that provides a detailed, date-effective history of salary changes for employees within Oracle HR and Payroll. It presents critical information on previous and new salaries, effective dates, and the associated currency. This report is essential for HR managers, compensation analysts, and auditors to track compensation adjustments, ensure pay equity, analyze salary trends, and maintain accurate historical pay records for compliance and strategic workforce planning.

Business Challenge

Managing employee compensation, particularly tracking salary changes, is a critical function for HR and finance. The process often presents several challenges:

The Solution

This report offers a clear, date-effective, and auditable solution for monitoring and analyzing employee salary changes, transforming how organizations manage compensation data.

Technical Architecture (High Level)

The report queries Oracle HR’s date-effective compensation tables to extract historical salary change information.

Parameters & Filtering

The report includes flexible parameters for targeted analysis of salary changes:

Performance & Optimization

As a master data report dealing with date-effective tables, it is optimized for efficient historical data retrieval.

FAQ

1. How does this report identify a ‘salary change’? The report identifies a salary change by examining the historical records within the per_pay_proposals table, which stores details of all approved salary proposals and their effective dates. Each new proposal typically represents a salary change.

2. Can this report also show the reason for a salary change (e.g., merit increase, promotion)? The per_pay_proposals table often includes fields or descriptive flexfields that capture the reason for a salary change. If configured and populated, this report could be extended to display these reasons, providing richer context for each adjustment.

3. How is this report different from the ‘PER Employee Grade Changes’ report? This report focuses specifically on changes to an employee’s monetary compensation (salary). The ‘PER Employee Grade Changes’ report, while often related, tracks changes to an employee’s grade, which is a classification of their job level. While a promotion (grade change) often triggers a salary change, these are distinct pieces of information tracked separately within Oracle HR.


© 2026 Enginatics