Concurrent Business Events

Posted by Manoj Madhusoodanan on Oracle Blogs See other posts from Oracle Blogs or by Manoj Madhusoodanan
Published on Tue, 12 Jun 2012 10:59:52 +0000 Indexed on 2012/06/12 16:45 UTC
Read the original article Hit count: 574

Filed under:

This blog describes the various business events related to concurrent requests.In the concurrent program definition screen we can see the various business events which are attached to concurrent processing.

Following are the actual definition of above business events.

Each event will have following parameters.

Create subscriptions to above business events.Before testing enable profile option 'Concurrent: Business Intelligence Integration Enable' to Yes.

Example

I have created a scenario.Whenever my concurrent request completes normally I want to send out file as attachment to my mail.So following components I have created.

1) Host file deployed on $XXCUST_TOP/bin to send mail.It accepts mail ids,subject and output file.(Code here)

2) Concurrent Program to send mail which points to above host file.

3) Subscription package to oracle.apps.fnd.concurrent.request.completed.(Code here)

Choose a concurrent program which you want to send the out file as attachment.Check Request Completed check box.Submit the program.If it completes normally the business event subscription program will send the out file as attachment to the specified mail id.


© Oracle Blogs or respective owner

Related posts about /Apps