DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_CONCURRENT_REQUESTS

Line 298: from fnd_concurrent_requests fcr,

294: cursor get_req_cur (c_creator_id in number) IS
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