DBA Data[Home] [Help]

APPS.BSC_IM_UTILS dependencies on FND_STATS

Line 2700: FND_STATS.GATHER_TABLE_STATS(l_errbuf,l_retcode,l_owner,p_object,null,null,p_partname);

2696: end if;
2697: if g_debug then
2698: write_to_log_file_n('Analyze '||l_owner||'.'||p_object);
2699: end if;
2700: FND_STATS.GATHER_TABLE_STATS(l_errbuf,l_retcode,l_owner,p_object,null,null,p_partname);
2701: if g_debug then
2702: write_to_log_file_n('Completed Analyzing '||l_owner||'.'||p_object);
2703: end if;
2704: Exception when others then