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.

Alerts Composer - Can we filter only Employee's current and active HR Representatives?

Summary:

We have custom alert 'Visa Validation after Termination' - and this current filter that we have sends the notification to these HR Representatives that are both current and old representatives.

What we want to achieve is to only send notification to the employee's active and current representatives.

Content (required):

We have custom alert 'Visa Validation after Termination' - and this current filter that we have sends the notification to all HR Representative including the old representatives (regardless if Active or Inactive reps). 

Here are the 3 filters existing for this Alert.

(Filter 1) Resource: emps

EXISTS ( SELECT 'X' FROM PER_ALL_ASSIGNMENTS_M PAA, PER_VISAS_PERMITS_F PVP, PER_PERIODS_OF_SERVICE PPS WHERE PAA.PERSON_ID = ${PersonId} AND PAA.PERIOD_OF_SERVICE_ID=PPS.PERIOD_OF_SERVICE_ID AND PAA.PERSON_ID=PPS.PERSON_ID AND PVP.PERSON_ID = PAA.PERSON_ID AND PAA.ASSIGNMENT_TYPE IN ('E','C') AND PAA.ACTION_CODE IN ('TERMINATION','INVOLUNTARY_TERMINATION','MI_SEV','MI_OTH','MI_VOL') AND (SYSDATE BETWEEN PAA.EFFECTIVE_START_DATE AND PAA.EFFECTIVE_END_DATE) AND (PVP.EFFECTIVE_START_DATE <= PAA.EFFECTIVE_START_DATE) AND PAA.ASSIGNMENT_STATUS_TYPE='INACTIVE' AND PPS.ACTUAL_TERMINATION_DATE>=(SYSDATE-8))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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