DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 957: from fnd_concurrent_worker_requests

953: 'X','N', -- Aborted
954: 'D','N', -- Deactivate
955: 'E','N', -- Deactivated
956: 'Y') active
957: from fnd_concurrent_worker_requests
958: where request_id = rid
959: and not((queue_application_id = 0)
960: and (concurrent_queue_id in (1,4)));
961: