DBA Data[Home] [Help]

APPS.AS_INT_TYP_COD_MIGRATION dependencies on DBMS_STATS

Line 1413: dbms_stats.gather_index_stats(l_user,l_index_name,estimate_percent => 10);

1409:
1410: -----------------
1411: -- Gather Stats--
1412: -----------------
1413: dbms_stats.gather_index_stats(l_user,l_index_name,estimate_percent => 10);
1414:
1415: if p_debug and (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1416: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'as.plsql.conc.asxmintb','Created temporary index:' || l_index_name);
1417: end if;