Event based alert firing off two emails
Oracle R12
I've set up an alert that should trigger whenever a returned requisition is resubmitted; an email will be sent to the buyer (I'm still working on the join to pull in the buyer) so I set it up with an email going to the requester
SELECT prh.segment1
, prh.creation_date
, prh.approved_date
, prh.preparer_id
, pap.full_name
, pap.email_address
, act.ACTION_CODE
, act.NOTE
INTO &requisition, &Creation_date, &Approval_date, &preparer_id, &full_name, &email_address, &action_code, ¬e
from po_requisition_headers_all prh,
per_all_people_f pap,
po_action_history act