Solution required to Include Audit tables in Oracle Alert
Hi, we need to send alert email if anyone run Oracle Payroll Run delete.
Oracle Payroll run delete will delete records from table PAY_RUN_RESULTS.
Since Oracle Alert has no option to send alert on delete event, and only insert/update Alerts.
We created Audit Trail for PAY_RUN_RESULTS table. Audit Trail is inserting delete events related records into PAY_RUN_RESULTS_A audit table.
We need solution to how to include PAY_RUN_RESULTS_A audit table to Oracle Alert and send alert mails on insert events.
Thank you in advance for your help.