How To Fire Alert Based on Single column update R12.1.3
Good Morning !!!
Hope all are safe at Home !!!
We have a requirement in project module -
When the new project is created the status will be UNAPPROVED
After project manager approve the status will be APPROVED
Upon the project is Approved - we need to fire alter notification to project coordinator.
For this we crated Alert with table -PA_PROJECTS_ALL /after update.
This is ok till now.
But some time project manager is changing the Project name or project description - in such case ALERT should not fire
How to restrict the alert to fire only if the ' previous value should be UNAPPROVED and current value should be APPROVED.