DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_CONCURRENT_PROGRAMS

Line 378: fnd_concurrent_programs fcp

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
382: and fcr.request_id >= g_request_id