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

Fast Formula Date conditions

edited Sep 5, 2020 12:10AM in Benefits 3 comments

Summary

'2008/01/01 00:00:00' (date) issue

Content

Hi all,

Need to get  a date condition in Fast Formula like below.

DEFAULT FOR PER_PERSON_ENTERPRISE_HIRE_DATE  IS '4712/12/31 00:00:00' (date)
 
 
lv_start_date      = '2008/01/01 00:00:00' (date)
 
if(   PER_PERSON_ENTERPRISE_HIRE_DATE  > lv_start_date  ) then
( ELIGIBLE = 'Y' )
 
It gave me inconsistent data type error when compile.
 
Help me please.
Thanks
 
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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