Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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 with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

Alert is built based on action_code = 'HIRE' but still alert getting triggered for 'Global Transfer'

Summary:

I have built Alert based on action_code = 'HIRE' on the 20th and 40th day after joining, but still employee getting 20th and 40th day notification after completion of 'Global Transfer' & 'Create WR'

Content (please ensure you mask any confidential information):

Below is the expression built in alert, which specifies that action_code = 'HIRE' But why employee getting notifications after 'Global Transfer' & 'Create WR' ? When we do 'Global Transfer' & 'Create WR' we don't use action_code 'HIRE' we only specify start date.

${StartDate} Like SYSDATE-40

${StartDate} Like SYSDATE-20

exists(select 1 from per_all_assignments_m where action_code = 'HIRE' and assignment_type = 'E' and person_id = ${PersonId})

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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