Use the following query to find the scheduled or on hold concurrent request:
SELECT request_id
FROM fnd_concurrent_requests
WHERE status_code IN('Q', 'I') AND requested_start_date > SYSDATE AND hold_flag = 'N';
Output:
This blog is primarily intended for the beginners of Oracle Apps.Here, I would like to share some of my design and development work with Oracle Applications community.Feel Free to share your tips , tricks and scripts.Please contact me for "Oracle Apps Technical Trainings".
No comments:
Post a Comment