DBA Data[Home] [Help]

APPS.FND_CP_OPP_REQ dependencies on FND_CONCURRENT_PROCESSES

Line 262: from fnd_concurrent_processes fcp

258: -- use that service's node
259: begin
260: select fcp.node_name
261: into node_name
262: from fnd_concurrent_processes fcp
263: where fcp.concurrent_process_id = subscriber
264: and fcp.process_status_code in ('A', 'Z');
265: exception
266: when no_data_found then

Line 334: from fnd_concurrent_processes fcp,

330:
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