DBA Data[Home] [Help]

APPS.FII_COM_CC_DIM_MAPS_PKG dependencies on FND_STATS

Line 287: --Call FND_STATS to collect statistics after populating the tables.

283:
284:
285: FND_CONCURRENT.Af_Commit;
286:
287: --Call FND_STATS to collect statistics after populating the tables.
288: -- This will be in RSG data.
289: g_phase := 'gather_table_stats for FII_COM_CC_DIM_MAPS';
290:
291: FND_STATS.gather_table_stats

Line 291: FND_STATS.gather_table_stats

287: --Call FND_STATS to collect statistics after populating the tables.
288: -- This will be in RSG data.
289: g_phase := 'gather_table_stats for FII_COM_CC_DIM_MAPS';
290:
291: FND_STATS.gather_table_stats
292: (ownname => g_schema_name,
293: tabname => 'FII_COM_CC_DIM_MAPS');
294:
295: g_phase := 'gather_table_stats for MLOG$_FII_COM_CC_DIM_MAPS';

Line 297: FND_STATS.gather_table_stats

293: tabname => 'FII_COM_CC_DIM_MAPS');
294:
295: g_phase := 'gather_table_stats for MLOG$_FII_COM_CC_DIM_MAPS';
296:
297: FND_STATS.gather_table_stats
298: (ownname => g_schema_name,
299: tabname => 'MLOG$_FII_COM_CC_DIM_MAPS');
300:
301: --=====================================================================

Line 431: -- Call FND_STATS to collect statistics after populating the tables.

427: END IF;
428:
429: FND_CONCURRENT.Af_Commit;
430:
431: -- Call FND_STATS to collect statistics after populating the tables.
432: -- This will be in RSG data.
433: g_phase := 'gather_table_stats for FII_COM_CC_DIM_MAPS';
434:
435: FND_STATS.gather_table_stats

Line 435: FND_STATS.gather_table_stats

431: -- Call FND_STATS to collect statistics after populating the tables.
432: -- This will be in RSG data.
433: g_phase := 'gather_table_stats for FII_COM_CC_DIM_MAPS';
434:
435: FND_STATS.gather_table_stats
436: (ownname => g_schema_name,
437: tabname => 'FII_COM_CC_DIM_MAPS');
438:
439: -- Bug 4200473. Not to analyze MLOG in incremental run.

Line 443: --FND_STATS.gather_table_stats

439: -- Bug 4200473. Not to analyze MLOG in incremental run.
440: -- As per performance teams suggestions.
441: --g_phase := 'gather_table_stats for MLOG$_FII_COM_CC_DIM_MAPS';
442:
443: --FND_STATS.gather_table_stats
444: --(ownname => g_schema_name,
445: --tabname => 'MLOG$_FII_COM_CC_DIM_MAPS');
446:
447: IF (FIIDIM_Debug) THEN