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

Default Compensation Access Level Fast Formula

edited Apr 17, 2024 10:14AM in Human Capital Management 3 comments

Summary:


Content (please ensure you mask any confidential information):

Hello experts,

I should give access to compensation plan (UPDATES ALLOWED access level) to a list of manager and give NO ACCESS to the other ones.

I've built the following FF, but all managers still view compensation plan with Updates Allowed.

What's missing?

Please, find below the example of FF

l_selected = 'Y'

L_PERSON_ID = get_context(HR_ASSIGNMENT_ID, -1)

RET= ESS_LOG_WRITE(' PersonId : ' || to_char(L_PERSON_ID))

if (L_PERSON_ID = '100000035208858' OR L_PERSON_ID = '100000035208927') THEN
(
l_selected = 'FULL_ACCESS'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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