DBA Data[Home] [Help]

APPS.FNDCP_CRM dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 17: from fnd_concurrent_worker_requests

13:
14: begin
15: select nvl(max (running_processes), 0)
16: into up
17: from fnd_concurrent_worker_requests
18: where not (queue_application_id = 0
19: and concurrent_queue_id in (1,4))
20: and request_id = reqid;
21: