DBA Data[Home] [Help]

APPS.FND_CP_OPP_REQ dependencies on FND_CP_SERVICES

Line 336: fnd_cp_services fcs

332: select count(*)
333: into init_count
334: from fnd_concurrent_processes fcp,
335: fnd_concurrent_queues fcq,
336: fnd_cp_services fcs
337: where fcs.service_handle = 'FNDOPP'
338: and fcs.service_id = fcq.manager_type
339: and fcq.concurrent_queue_id = fcp.concurrent_queue_id
340: and fcq.application_id = fcp.queue_application_id