DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_CONCURRENT_PROGRAMS

Line 299: fnd_concurrent_programs fcp

295: select 1
296: from dual
297: where exists (select fcr.request_id
298: from fnd_concurrent_requests fcr,
299: fnd_concurrent_programs fcp
300: where fcr.concurrent_program_id = fcp.concurrent_program_id
301: and fcr.request_id = c_creator_id
302: and fcr.request_id < g_current_req_id
303: and fcr.request_id >= g_request_id