DBA Data[Home] [Help]

APPS.FND_CONC_REQUEST_PKG dependencies on DUAL

Line 203: from sys.dual

199: select 'I',
200: 'M'
201: into upcode,
202: uscode
203: from sys.dual
204: where not exists (select null
205: from fnd_concurrent_worker_requests
206: where request_id = rid
207: and running_processes > 0