DBA Data[Home] [Help]

APPS.FNDCP_CRM dependencies on FND_CONCURRENT_REQUESTS

Line 380: from fnd_concurrent_requests fcr

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