Search Results remove_grade_from_grdldr




Overview

The APPS.PQH_GSP_UTILITY package is a shared utility package within the Oracle EBS Public Sector / Human Resources compensation framework. The GSP prefix denotes Grade Step Progression, a feature that governs how employees advance through grades and steps in an approved grade ladder or spinal point structure. This package provides the underlying business logic required to evaluate grade and step eligibility, validate configuration data, calculate rates and salaries, and move data between the HR and Benefits staging areas during a Grade Step Progression run.

In Oracle EBS 12.1.1 and 12.2.2, the package holds a VALID status in the APPS schema and is classified as an OTHER type API. It is not an end-user facing interface; rather, it is an internal workhorse invoked by the broader GSP processing architecture. Its central role is to centralize the validation, lookup, and calculation routines that multiple GSP components depend on, ensuring consistent behavior across progression processing.

Key Procedures and Functions

ETRM documents 85 procedures and functions. Representative entries illustrate the scope:

Tables Accessed

The package reads and writes through APPS synonyms covering HR and Benefits entities:

Usage Notes

PQH_GSP_UTILITY is referenced by at least 15 dependent packages, including PQH_GSP_RATES, PQH_GSP_STAGE_TO_BEN, PQH_GSP_STAGE_TO_HR, PQH_GSP_POST_PROCESS, PQH_GSP_HR_TO_STAGE, PQH_GSP_SYNC_COMPENSATION_OBJ, PQH_GSP_GRD_STEP_REMOVE, PQH_GSP_PROCESS_LOG, PQH_EMPLOYEE_SALARY, and PER_CAGR_UTILITY_PKG. It is also referenced by the PQH_GSP_ELECTABLE_CHOICE_V view.

Because of this dependency density, the package is invoked indirectly during Grade Step Progression concurrent program runs, GSP setup forms, and any custom extension that manipulates grade ladders or step progression. Direct calls should be avoided in customizations; developers extending GSP functionality should invoke the documented wrapper packages instead, so that validation and staging behavior remains consistent with delivered processing.