DBA Data[Home] [Help]

APPS.FND_CP_OPP_REQ dependencies on FND_CONCURRENT_QUEUES

Line 335: fnd_concurrent_queues fcq,

331: -- No subscribers found right now. Check to see if the OPP service is still initializing
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