DBA Data[Home] [Help]

APPS.FND_CP_FNDSM dependencies on FND_CONCURRENT_QUEUES_TL

Line 223: delete from fnd_concurrent_queues_tl

219: if(sm_name = 'CONC-FNDSM NAME') then
220: sm_name := 'Service Manager';
221: end if;
222:
223: delete from fnd_concurrent_queues_tl
224: where upper(CONCURRENT_QUEUE_NAME) = upper(mgr_name)
225: AND application_id = (SELECT application_id FROM fnd_application WHERE application_short_name = 'FND');
226:
227: begin

Line 277: delete from fnd_concurrent_queues_tl

273: if(im_name = 'CONC-FNDIM NAME') then
274: im_name := 'Internal Monitor';
275: end if;
276:
277: delete from fnd_concurrent_queues_tl
278: where upper(CONCURRENT_QUEUE_NAME) = upper(mgr_name)
279: AND application_id = (SELECT application_id FROM fnd_application WHERE application_short_name = 'FND');
280:
281: begin

Line 337: delete from fnd_concurrent_queues_tl

333: if(name = 'CONC-OAMGCS NAME') then
334: name := 'OAM Generic Collection Service';
335: end if;
336:
337: delete from fnd_concurrent_queues_tl
338: where upper(CONCURRENT_QUEUE_NAME) = upper(mgr_name)
339: AND application_id = (SELECT application_id FROM fnd_application WHERE application_short_name = 'FND');
340:
341: begin