DBA Data[Home] [Help]

APPS.OAM_GCS dependencies on FND_CONCURRENT_QUEUES_TL

Line 75: DELETE FROM fnd_concurrent_queues_tl

71: IF(name = 'CONC-OAMGCS NAME') THEN
72: name := 'OAM Generic Collection Service';
73: END IF;
74:
75: DELETE FROM fnd_concurrent_queues_tl
76: WHERE concurrent_queue_name = mgr_name;
77:
78: BEGIN
79: IF NOT fnd_manager.Manager_exists(mgr_name,'FND') THEN