DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 858: from fnd_concurrent_worker_requests

854: 'D','N', -- Deactivate
855: 'E','N', -- Deactivated
856: 'Y') active,
857: target_node
858: from fnd_concurrent_worker_requests
859: where request_id = rid
860: and not((queue_application_id = 0)
861: and (concurrent_queue_id in (1,4)))
862: and not((queue_application_id = qappid)