DBA Data[Home] [Help]

APPS.EDW_ALL_COLLECT dependencies on STANDARD

Line 3187: l_stmt:='select running_processes from FND_CONCURRENT_QUEUES where concurrent_queue_name=''STANDARD''';

3183: if fnd_profile.value('EDW_FORCE_DBMS_JOB')='Y' then
3184: l_thread_type:='JOB';
3185: end if;
3186: begin
3187: l_stmt:='select running_processes from FND_CONCURRENT_QUEUES where concurrent_queue_name=''STANDARD''';
3188: if g_debug then
3189: EDW_OWB_COLLECTION_UTIL.write_to_log_file_n(l_stmt);
3190: end if;
3191: open cv for l_stmt;