DBA Data[Home] [Help]

APPS.OAM_GCS dependencies on FND_CP_SERVICES

Line 52: FROM fnd_cp_services where service_handle='OAMGCS');

48: INTO qcount
49: FROM fnd_concurrent_queues
50: WHERE UPPER(node_name) =UPPER(node)
51: AND TO_NUMBER(manager_type) = (select service_id
52: FROM fnd_cp_services where service_handle='OAMGCS');
53:
54: IF (qcount = 0) THEN
55: SELECT count(*)
56: INTO ncount