Making a concurrent program available to a user
We have now created the concurrent program, but now we want to run it. To be able to 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 is assigned a menu that calls the concurrent request functions. So we are going to perform the following tasks:
Configure a menu
Create a new request group
Create a new responsibility
Assign the responsibility to a user
Run the concurrent program
View the request
Configure a menu
The following recipe will configure a menu, which will be attached to our new responsibility we are going to create. This will determine the concurrent programs and forms we will be able to access.
How to do it...
To create a menu, perform the following steps:
Log in to Oracle E-Business Suite with the Application Developer responsibility.
Navigate to Application | Menu, and the Menus window will open.
Enter data...