DBA Data[Home] [Help]

APPS.FND_CONC_REQUEST_PKG dependencies on DUAL

Line 161: from sys.dual

157: select 'I',
158: 'M'
159: into upcode,
160: uscode
161: from sys.dual
162: where not exists (select null
163: from fnd_concurrent_worker_requests
164: where request_id = rid
165: and running_processes > 0