DBA Data[Home] [Help]

APPS.BSC_MO_DB_PKG dependencies on STANDARD

Line 1365: select max_processes into g_max_buckets from fnd_concurrent_queues where concurrent_queue_name='STANDARD' and application_id=0;

1361: END IF;
1362:
1363: IF (lTablesCount > g_parallel_threshold) THEN
1364: g_parallelize := true;
1365: select max_processes into g_max_buckets from fnd_concurrent_queues where concurrent_queue_name='STANDARD' and application_id=0;
1366: g_max_buckets := g_max_buckets/2 ; -- consume only 1/2 max processes
1367: -- each table can have two indexes
1368: g_bucket_size := ceil(lTablesCount*2/g_max_buckets);
1369: -- assuming