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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Fast Formula - Person Selection

edited Nov 29, 2017 2:51PM in Human Capital Management 6 comments

Summary

Need a Person Selection rule for weekly New Hires

Content

Hello!

I am trying to create a person selection rule that selects weekly new hires so we can batch process their benefit events

I found a function that pulls out the week, but it does not seem to be working (and it's not in any of the documentation)

Any help would be great

Thanks!

DEFAULT FOR PER_PERSON_ENTERPRISE_HIRE_DATE IS '1900/01/01 00:00:00'(date)

l_hire_date = PER_PERSON_ENTERPRISE_HIRE_DATE

l_hire_week_of = to_char(l_hire_date,WW)

l_week = to_char(to_date('2017-11-13','yyyy-mm-dd'),WW)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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