DBA Data[Home] [Help]

APPS.FND_OAM_EM dependencies on FND_CP_SERVICES

Line 25: fnd_cp_services s

21: a.application_short_name srvc_app_short_name,
22: q.concurrent_queue_name srvc_short_name,
23: s.service_handle srvc_handle
24: from fnd_concurrent_queues_vl q, fnd_application_vl a,
25: fnd_cp_services s
26: where q.application_id = a.application_id
27: and s.service_id = q.manager_type;
28:
29: BEGIN