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

Required Learning Assignment notifications are not triggering for some users

edited Dec 12, 2025 5:03AM in Learning

Hi,

We have an alert "Required Learning Assignments" which needs to be triggered when an new required learning assignments are assigned to learners. But notifications are not triggering for few users.

Below are the Filter conditions used:

exists (SELECT 'x' from dual where ${assignmentCreatedDate} >= (select nvl(max(runs.run_end),sysdate-1) from hrc_alert_runs runs, hrc_alerts_b alerts where runs.alert_id = alerts.alert_id and alerts.alert_code = 'Alert Code Here'))

${assignmentStatus}='ORA_ASSN_REC_ACTIVE'

${assignmentCreatedDate}>=sysdate-1

${assignmentType}='ORA_REQUIRE_ASSIGNMENT'

kindly help whether exists clause is causing the issue

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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