concurrent
program is a data-intensive task.A concurrent program is an executable
file that runs simultaneously with other concurrent programs and with
online operations, fully utilizing system's hardware capacity.
Standard Request Submission (SRS) is an Oracle Applications feature that allows us to select and run any concurrent programs from a single, standard form (Submit Request) or window (Schedule Request). Requests to run concurrent programs are called concurrent requests.
Basic Requirement
Our basic requirement is to enable or disable concurrent program parameter dynamically.Here we will take two different requirement scenario
Scenario I
We have to define a concurrent program with the following parameter
Run Mode:- The parameter will contain a list of values.
Request Id:- This parameter will allow the user to select any of the previously executed concurrent request.Standard Request Submission (SRS) is an Oracle Applications feature that allows us to select and run any concurrent programs from a single, standard form (Submit Request) or window (Schedule Request). Requests to run concurrent programs are called concurrent requests.
Basic Requirement
Our basic requirement is to enable or disable concurrent program parameter dynamically.Here we will take two different requirement scenario
Scenario I
We have to define a concurrent program with the following parameter
Run Mode:- The parameter will contain a list of values.
- REPORT :- Report mode will generate a report.(as per requirement)
- ROLLBACK :- Rollback mode will rollback/delete the data changes done by previously executed request
Request Id parameter will be enabled and mandatory if the Run Mode is selected as "ROLLBACK".
If the Run Mode is selected as "REPORT", then Request Id parameter will remain disable.
To read the full document go to Shareapps4u