DBA Data[Home] [Help]

APPS.MSC_ATP_REFRESH_MVIEW dependencies on FND_STATS

Line 688: fnd_stats.gather_table_stats('MSC', l_temp_table(i), granularity => 'ALL');

684: RAISE FND_API.G_EXC_ERROR;
685:
686: END;
687:
688: fnd_stats.gather_table_stats('MSC', l_temp_table(i), granularity => 'ALL');
689:
690: i := l_cur_table.NEXT(i);
691: l_min_instance_id := l_max_instance_id;
692: