-
Book Overview & Buying
-
Table Of Contents
Oracle E-Business Suite R12 Core Development and Extension Cookbook
By :
It is quite common to have a requirement where we need to configure a concurrent program that is similar to an existing concurrent program. To prevent us having to configure the concurrent program from the beginning, Oracle has created a button that allows us to copy an existing concurrent program. In the next recipe, we are going to create a new concurrent program that is based upon the program we have already created.
The tasks we need to perform to achieve this are the following:
We are going to copy the existing concurrent program and use the same parameters. We are also going to change the default parameter for the Organization parameter so that it defaults to 'Vision Operations'.
To copy an existing concurrent program definition, do the following:

|
Item name |
Item value |
|---|---|
|
Program |
XXHR Second Concurrent Program |
|
Short Name |
|
|
Application |
XXHR Custom Application |
|
Include Incompatible Programs |
![]()
|
|
Include Parameters |
![]() |
P_ORG_ID.SELECT organization_id FROM hr_all_organization_units WHERE UPPER(NAME) = 'VISION OPERATIONS'
This query assumes that you are using a Vision instance. Modify the organization name in the query if you are using a different development environment.
We have now made a copy of an existing concurrent program. We can then amend the details as required to suite our requirements.
We are now going to add our concurrent program to our request set, so that it will be available from our responsibility when we run a new request.
To add the second concurrent program to our request group, perform the following:
|
Type |
Name |
Application |
|---|---|---|
|
Program |
XXHR Second Concurrent Program |
XXHR Custom Application |
We have now added our second concurrent program to our request set assigned to the XXEBS Extending e-Business Suite responsibility.
Change the font size
Change margin width
Change background colour
