Making a concurrent program available to a user
We have created our first concurrent program but now we want to run it. That is exactly what we are going to do in this recipe. However, before we can run it we need to do some configuration. The concurrent program needs to be assigned to a request group and the request group needs to be assigned to a responsibility. The responsibility will have a menu that calls the concurrent request functions. So we are going to perform the following tasks so that we can access and run our concurrent program:
- Configure a menu
- Register a custom application
- Create a new request group
- Create a new responsibility
- Assign the responsibility to a user
- Run the concurrent program
- View the request
Note
Please note that it may well ...
Get Oracle E-Business Suite R12 Core Development and Extension Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.