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 ...

Get Oracle E-Business Suite R12 Integration and OA Framework 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.