Search Results pqh_fr_sync_sal_rates
Overview
The APPS.PQH_FR_SYNC_SAL_RATES package is a French localization component within the Oracle EBS Public Sector / Human Resources (PQH) module family. It provides the business logic required to synchronize Global Salary Plan (GSP) salary rates with the French legal "barème" — the statutory salary scale that governs minimum pay progression for employees in France. The package is declared with AUTHID CURRENT_USER, meaning it executes with the privileges of the invoking schema rather than the defining schema, which is typical for ETRM utilities invoked from concurrent programs or forms where the APPS schema is the effective execution context.
The header designation ($Header: pqfrssrt.pkh 115.0 2003/11/30 ... noship $) indicates the package was authored during the 11.5.x era and carried forward into 12.1.1 and 12.2.2 without substantive functional revision. Its scope is therefore narrow and stable: reconciling internal grade/step rate structures against externally mandated French salary scales.
Key Procedures and Functions
The package exposes a single documented procedure:
- SYNC_GSP_SAL_RT_WITH_BAREME — Performs the synchronization of Global Salary Plan salary rates with the French barème. Its signature includes standard concurrent-program error handling outputs (
errbuf,retcode), an effective date (p_effective_date), a mode selector (p_mode), a commit control flag (p_commit_mode) that determines whether the transaction is committed or left for the caller to roll back, and ten generic input parameters (p_ib1throughp_ib10) that allow the caller to pass supplemental selection or filtering values into the synchronization logic.
No other procedures or functions are documented in the ETRM metadata. The absence of helper routines in the specification suggests that supporting logic is contained in the package body or delegated to the PL/SQL APIs associated with the tables listed below.
Tables Accessed
The package reads and writes the following APPS-synonymed tables:
- PAY_RATES — The core repository of defined pay rates; synchronization updates or reconciles rate rows here.
- PAY_GRADE_RULES_F — Defines grade-rate rules; consulted to align GSP rate assignments with grade structures.
- PQH_FR_GLOBAL_INDICES_F — Stores French global salary index values, the datastore representing the barème itself.
- PER_SPINAL_POINTS and PER_PARENT_SPINES — Hold spinal point and spine hierarchy definitions used to map steps and progression paths.
- PQH_COPY_ENTITY_TXNS and BEN_COPY_ENTITY_RESULTS — Transaction and result staging tables used by the PQH copy-entity framework to track and report the outcome of entity duplication or propagation operations.
Usage Notes
PQH_FR_SYNC_SAL_RT_WITH_BAREME is characteristically invoked as a concurrent program submission, reflected in its errbuf/retcode out-parameters, and is intended to be run by HR or payroll administrators responsible for French statutory pay compliance. The p_commit_mode parameter supports a dry-run or preview execution, allowing the administrator to validate proposed rate changes before committing them. The p_effective_date parameter ensures synchronization is applied against the correct date-effective rate records. The package is not referenced by any other package per the ETRM metadata (Referenced by 0 other packages), indicating it is a top-level entry point invoked directly rather than a shared utility. Organizations operating French payroll should schedule this procedure whenever the legal barème is revised, or after any structural change to Global Salary Plans, grades, or spinal points.
-
PACKAGE: APPS.PQH_FR_SYNC_SAL_RATES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQH_FR_SYNC_SAL_RATES, status:VALID,
-
PACKAGE: APPS.PQH_FR_SYNC_SAL_RATES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQH_FR_SYNC_SAL_RATES, status:VALID,
-
PACKAGE BODY: APPS.PQH_FR_SYNC_SAL_RATES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_FR_SYNC_SAL_RATES, status:VALID,
-
PACKAGE BODY: APPS.PQH_FR_SYNC_SAL_RATES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_FR_SYNC_SAL_RATES, status:VALID,
-
PACKAGE: APPS.PQH_FR_SYNC_SAL_RATES
12.1.1
-
PACKAGE: APPS.PQH_FR_SYNC_SAL_RATES
12.2.2
-
SYNONYM: APPS.PQH_FR_GLOBAL_INDICES_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PQH_FR_GLOBAL_INDICES_F, status:VALID,
-
PACKAGE: APPS.PQH_GSP_STAGE_TO_BEN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQH_GSP_STAGE_TO_BEN, status:VALID,
-
PACKAGE: APPS.HR_RATE_VALUES_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_RATE_VALUES_API, status:VALID,
-
PACKAGE: APPS.PQH_GSP_STAGE_TO_BEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQH_GSP_STAGE_TO_BEN, status:VALID,
-
PACKAGE: APPS.HR_RATE_VALUES_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_RATE_VALUES_API, status:VALID,
-
SYNONYM: APPS.PQH_FR_GLOBAL_INDICES_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PQH_FR_GLOBAL_INDICES_F, status:VALID,
-
PACKAGE: APPS.HR_CURRENCY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_CURRENCY_PKG, status:VALID,
-
SYNONYM: APPS.PQH_COPY_ENTITY_TXNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PQH_COPY_ENTITY_TXNS, status:VALID,
-
PACKAGE: APPS.HR_CURRENCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_CURRENCY_PKG, status:VALID,
-
SYNONYM: APPS.PER_PARENT_SPINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_PARENT_SPINES, status:VALID,
-
SYNONYM: APPS.PAY_RATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_RATES, status:VALID,
-
SYNONYM: APPS.PQH_COPY_ENTITY_TXNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PQH_COPY_ENTITY_TXNS, status:VALID,
-
SYNONYM: APPS.PER_PARENT_SPINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_PARENT_SPINES, status:VALID,
-
SYNONYM: APPS.BEN_COPY_ENTITY_RESULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_COPY_ENTITY_RESULTS, status:VALID,
-
SYNONYM: APPS.BEN_COPY_ENTITY_RESULTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_COPY_ENTITY_RESULTS, status:VALID,
-
SYNONYM: APPS.PAY_RATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_RATES, status:VALID,
-
SYNONYM: APPS.PAY_GRADE_RULES_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_GRADE_RULES_F, status:VALID,
-
SYNONYM: APPS.PAY_GRADE_RULES_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_GRADE_RULES_F, status:VALID,
-
SYNONYM: APPS.PER_SPINAL_POINTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_SPINAL_POINTS, status:VALID,
-
SYNONYM: APPS.PER_SPINAL_POINTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_SPINAL_POINTS, status:VALID,
-
PACKAGE BODY: APPS.PQH_FR_SYNC_SAL_RATES
12.2.2
-
PACKAGE BODY: APPS.PQH_FR_SYNC_SAL_RATES
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PQH_FR_SYNC_SAL_RATES
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PQH_FR_SYNC_SAL_RATES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_CONCURRENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
PACKAGE: APPS.FND_CONCURRENT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on FND_FILE
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on FND_FILE
12.2.2
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PQH_FR_GLOBAL_INDICES_F
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PQH_FR_GLOBAL_INDICES_F
12.2.2
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on HR_UTILITY
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on HR_UTILITY
12.2.2
-
PACKAGE: APPS.FND_FILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.HR_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,
-
PACKAGE: APPS.HR_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,