DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_CONCURRENT_QUEUES_VL

Line 2327: from fnd_concurrent_queues_vl

2323:
2324: begin
2325: select USER_CONCURRENT_QUEUE_NAME
2326: into Detail
2327: from fnd_concurrent_queues_vl
2328: where APPLICATION_ID = Arg2
2329: and concurrent_queue_id = Arg1;
2330: exception
2331: when others then