Fnd_Submit.Add_Notification - notifications are sent even when program ends successfully.
Fnd_Submit.Add_Notification - notifications are sent even when program ends successfully.
I submit a concurrent request using the Fnd_Submit APIs.
- First I set the Request Set using Fnd_Submit.set_request_set
- Before submitting one program of the request set I firt define notification options using Fnd_Submit.add_notification
- Then I define the program using Fnd_Submit.submit_program
- Finaly I submit the request set using Fnd_Submit.submit_set
The request set is preoperly submitted and all request are running correctly.
My issue is that I try to use the statuses options of the Fnd_Submit.add_notification to have notifications sent only if the program ends in Warning or Error status to avoid user from receiving notifications when they have no actions to perform.
I submit a concurrent request using the Fnd_Submit APIs.
- First I set the Request Set using Fnd_Submit.set_request_set
- Before submitting one program of the request set I firt define notification options using Fnd_Submit.add_notification
- Then I define the program using Fnd_Submit.submit_program
- Finaly I submit the request set using Fnd_Submit.submit_set
The request set is preoperly submitted and all request are running correctly.
My issue is that I try to use the statuses options of the Fnd_Submit.add_notification to have notifications sent only if the program ends in Warning or Error status to avoid user from receiving notifications when they have no actions to perform.
0