Link to home
Start Free TrialLog in
Avatar of kmsadr
kmsadr

asked on

How to check start time of a set and order of its sub requests (stage) via SQL script?

Hi,
I have a Concurrent request set that contains several sub requests or stages. in some occasions users need to change the order of the sub requests (starting a sub request that normally starts in the middle of the set [stage 50] instead of the first sub request [stage 5]) but some times they don't reset the concurrent request set and when it runs again it starts at wrong stage and causes a lot of issues.
Therefore, I need a sql script to check the starting time of the set and starting stage/ sub request to make sure it would run currently.
Any help or advice would be appreciated,
kmsadr
Avatar of Sean Stuber
Sean Stuber

please provide table structure and sample data with expected output from that sample data.
Avatar of kmsadr

ASKER

sdstuber,
I was using FND_CONCURRENT_REQUESTS but I couldn't get any information on sub-requests under the concurrent request set yet. I'm still looking for correct table to use.
I'm not sure how can I provide the sample data. But my ideal output data will be some thing like:

Concurrent_Name is scheduled (or pending) to run at 20:30:00 with sub_request_name as its first stage.
Kmsadr
ASKER CERTIFIED SOLUTION
Avatar of kmsadr
kmsadr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial