DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_CONCURRENT_QUEUES_VL

Line 2436: from fnd_concurrent_queues_vl

2432:
2433: begin
2434: select USER_CONCURRENT_QUEUE_NAME
2435: into Detail
2436: from fnd_concurrent_queues_vl
2437: where APPLICATION_ID = Arg2
2438: and concurrent_queue_id = Arg1;
2439: exception
2440: when others then