DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_CP_SERVICES

Line 733: from fnd_cp_services fcs, fnd_concurrent_queues fcq

729: select
730: fcq.application_id application_id,
731: fcq.concurrent_queue_id concurrent_queue_id,
732: fcq.concurrent_queue_name concurrent_queue_name
733: from fnd_cp_services fcs, fnd_concurrent_queues fcq
734: where
735: fcs.service_id = to_number(fcq.manager_type)
736: and fcs.server_type in (v_server_type, 'E')
737: and upper(fcq.target_node) = upper(v_node_name)