DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_CONCURRENT_WORKER_REQUESTS

Line 1036: from fnd_concurrent_worker_requests

1032: 'X','N', -- Aborted
1033: 'D','N', -- Deactivate
1034: 'E','N', -- Deactivated
1035: 'Y') active
1036: from fnd_concurrent_worker_requests
1037: where request_id = rid
1038: and not((queue_application_id = 0)
1039: and (concurrent_queue_id in (1,4)));
1040: