You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Mismatch in the salary values appearing in the back end

edited Dec 5, 2024 2:30PM in Compensation 3 comments

While using the salary basis based on rates, the values appearing in front end in the person management page is appearing different than the back end. This is the query i am using.

    
SELECT DISTINCT
PAPF.PERSON_NUMBER,
PPNF.DISPLAY_NAME,
PAAM.PERSON_ID,
PAAM.ASSIGNMENT_ID,
PEA.EMAIL_ADDRESS,
CSBT.salary_basis_name,
PRDFV.BASE_NAME,
CSPC.rate_amount FROM
PER_ALL_PEOPLE_F PAPF,
PER_ALL_ASSIGNMENTS_M PAAM,
PER_PERSON_NAMES_F PPNF,
CMP_SALARY CS, CMP_SALARY_BASES CSB,
CMP_SALARY_BASES_TL CSBT,
CMP_SALARY_PAY_COMPONENTS CSPC,
PAY_RATE_DEFINITIONS_F PRDFV,
--PAY_RATE_DEFINITIONS_F_VL PRDFV,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!