How to capture old value that was updating in Oracle Alerts
Hi,We would like to create Oracle Alerts for the following requirement.
If there is a change in the lot status from Status A to status B , then i need to trigger alert to send an email.
Until this point , the requirement is good as we can create an alert on the MTL_lot_NUMBER table on Update .
But there is a lookup defined where in we have a mapping as follows which tells us which group to be notified whenever a change occurs
From Status To Status Email Group to be Notified
A B UserMailGroup
B A UserNextGroup
My Requirement:
0