Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Default Compensation Access Level Fast Formula
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'
Tagged:
0