Sending email in Oracle EBS R12 using Oracle Alerts
Suppose I have a sql query which returns multiple rows(say 3)
Order No Item Quantity Email address
1 xx 10 abc@gmail.com
2 yy 15 def@gmail.com
3 zz 20 abc@gmail.com
So the requirement is to send 2 emails using Oracle Alerts(Periodic Alert)
One email to abc@gmail.com listing order details of item xx and zz and another email to def@gmail.com listing order details about item yy.I don't want to send multiple email to any user after alert gets fired once.
Is it possible to do this using Oracle Alerts. If not then how it can be achieved in Oracle EBS R12.