DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_CONCURRENT_REQUESTS

Line 377: from fnd_concurrent_requests fcr,

373: cursor get_req_cur (c_creator_id in number) IS
374: select 1
375: from dual
376: where exists (select fcr.request_id
377: from fnd_concurrent_requests fcr,
378: fnd_concurrent_programs fcp
379: where fcr.concurrent_program_id = fcp.concurrent_program_id
380: and fcr.request_id = c_creator_id
381: and fcr.request_id < g_current_req_id