DBA Data[Home] [Help]

APPS.FND_CONC_WEB_UTIL dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 63: select nvl(sum(running_processes),0) into v_running_processes from fnd_concurrent_worker_requests where

59: --modified the query as there could be zero or more than 1 rows of managers
60: --as the request could be waiting in multiple managers queue
61:
62:
63: select nvl(sum(running_processes),0) into v_running_processes from fnd_concurrent_worker_requests where
64: (CONTROL_CODE not in ('D', 'T', 'E', 'X', 'R', 'N') OR CONTROL_CODE is NULL)
65: and request_id=P_REQUEST_ID;
66:
67: IF (l_dev_phase = 'PENDING') THEN