DBA Data[Home] [Help]

APPS.FND_CONC_RAC_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 380: from FND_CONCURRENT_REQUESTS

376:
377: begin
378: select controlling_manager
379: into l_cpid
380: from FND_CONCURRENT_REQUESTS
381: where request_id = p_reqid;
382:
383: exception
384: when no_data_found then

Line 477: from FND_CONCURRENT_REQUESTS

473:
474: begin
475: select oracle_session_id
476: into l_audsid
477: from FND_CONCURRENT_REQUESTS
478: where request_id = p_reqid;
479:
480: if l_audsid is null then
481: if( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then