DBA Data[Home] [Help]

APPS.FNDCP_CRM dependencies on FND_CONCURRENT_REQUESTS

Line 378: from fnd_concurrent_requests fcr

374:
375: delete from fnd_conflicts_domain fcd
376: where dynamic = 'Y'
377: and not exists (select 'X'
378: from fnd_concurrent_requests fcr
379: where fcr.cd_id = fcd.cd_id
380: and phase_code in ('P', 'R'));
381:
382: