DBA Data[Home] [Help]

APPS.FND_UMS_LOADER dependencies on FND_STATS

Line 233: fnd_stats.gather_table_stats(p_ums_table.owner_name, p_ums_table.table_name);

229: end if;
230:
231: if (l_analyze_needed) then
232:
233: fnd_stats.gather_table_stats(p_ums_table.owner_name, p_ums_table.table_name);
234:
235: if (g_debug_flag = DEBUG_STATS) then
236: debug('Statistics were successfully gathered.');
237: debug(' ');