Regarding SYS.DBMS_LOCK.sleep() in fnd_concurrent.get_request_status()
I have got a procedure at my Support project.The procedure is called after every submission of a Concurrent Request from the back-end. The procedure uses the fnd_concurrent.get_request_status() seeded API. There is a SYS.DBMS_LOCK.sleep(30) after the status check. I really wonder this SYS.DBMS_LOCK.sleep() is required.It is causing an un necessary delay. Usage of fnd_concurrent.wait_for_request() may be one solution but we want to do it with fnd_concurrent.get_request_status() only.
0