Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Fnd_Submit.Add_Notification - notifications are sent even when program ends successfully.

edited Dec 5, 2011 4:35AM in Core Concurrent Processing - EBS (MOSC) 3 comments
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center