Oracle Alerts: Alerts on Multiple Rows [message #671512] |
Mon, 03 September 2018 08:41 |
|
vaibhav15211
Messages: 38 Registered: August 2012 Location: Hyderabad
|
Member |
|
|
Hello All,
I have a table with 4 columns: Roll_No, Name, DOB, Contact_Email. This table carries the data for a Class.
The requirement is to send a Private email alert to the email id in the Column Contact_Email, if SYSDATE = DOB, for each student separately.
I know I can do this using UTIL but I want to do it using Oracle Alerts.
I am not able to get how to send the alert when the query return multiple rows, meaning multiple students having birthday on the same date and I want to send individual emails to every student.
Thanks,
Vaibhav
|
|
|
|
|
|
|
|
Re: Oracle Alerts: Alerts on Multiple Rows [message #671520 is a reply to message #671512] |
Mon, 03 September 2018 11:39 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I may be wrong (my EBS admin is a bit rusty) but I think you would do this with an Alert defined for a periodic frequency (every day) rather than for an event. It will need a SELECT that will capture all relevant students and send them to the workflow that will generate the emails.
|
|
|