DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 899: from fnd_concurrent_worker_requests

895: 'D','N', -- Deactivate
896: 'E','N', -- Deactivated
897: 'Y') active,
898: target_node
899: from fnd_concurrent_worker_requests
900: where request_id = rid
901: and not((queue_application_id = 0)
902: and (concurrent_queue_id in (1,4)))
903: and not((queue_application_id = qappid)