Schedule Concurrent Requests missing after Clone from old backup
Hi,
Cloned the instance with 10 Days old Production Backup.
Could not bring back the scheduled requests as same in Production since most of the requests are with schedule "EVERY 1 DAYS FROM START OF PREV RUN".
I have 188 Programs scheduled in Production. How can i bring back all the scheduled requests.
When i am running below query to find scheduled requests, it shows only 2.
select count(*) from fnd_concurrent_requests
where status_code in ('Q','I') and requested_start_date > SYSDATE - 10
and hold_flag = 'N';
For time-being, i have scheduled few requests manually.
I am able to schedule the programs by click "Copy option of submit the concurrent request" and finding the program for old date and changing the start date.