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 DFF Value based on Grade
Summary: I am working on to deafult the DFF value based on the Grade of the employee. I am using the below query but it is not working:
select case when NAME IN ('4A','4B','4C','5A','5B','5C','6A','6B','6C','7A','7B','7C','8A','8B','8C','9A','9B','9C','10A','10B','10C','11A','11B','11C','12A','12B','12C','13A','13B','13C','14A','14B','14C','15A','15B','15C','16A','16B','16C') then 'Yes' else 'No' end
Tagged:
0