DBA Data[Home] [Help]

APPS.FND_ADG_UTILITY dependencies on FND_CONCURRENT_QUEUES

Line 2808: from FND_CONCURRENT_QUEUE_CONTENT a,fnd_concurrent_queues b

2804: cursor c1 is select a.QUEUE_APPLICATION_ID,a.CONCURRENT_QUEUE_ID,
2805: a.TYPE_APPLICATION_ID,a.type_id,
2806: a.include_flag,a.type_code,
2807: b.Max_Processes,b.Running_Processes
2808: from FND_CONCURRENT_QUEUE_CONTENT a,fnd_concurrent_queues b
2809: where a.QUEUE_APPLICATION_ID = b.Application_Id
2810: and a.CONCURRENT_QUEUE_ID = b.concurrent_queue_id
2811: and a.type_code = 'R'
2812: and a.include_flag = 'I'