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

Reference Descriptive Flexfield Segment in Fast Formula

Summary:

In our PER_JOBS_DFF flexfield, we have leveraged ATTRIBUTE12 with a custom value set. I'm trying to reference this value using the PER_JOB_ATTRIBUTE12 database item in my fast formula, but not getting expected results. I've confirmed that the formula does work if I hard-code in the values.

Content (please ensure you mask any confidential information):

Code Snippet (add any code snippets that support your topic, if applicable):

DEFAULT FOR PER_JOB_ATTRIBUTE12 IS 'NO VALUE'

IF UPPER(PER_JOB_ATTRIBUTE12) LIKE 'YES%' THEN
L_ELIGIBLE = 'Y'
ELSE
L_ELIGIBLE = 'N'

RETURN L_ELIGIBLE

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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