DBA Data[Home] [Help]

APPS.MSC_ATP_REFRESH_MVIEW dependencies on FND_STATS

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

701: RAISE FND_API.G_EXC_ERROR;
702:
703: END;
704:
705: fnd_stats.gather_table_stats(l_apps_schema, l_temp_table(i), granularity => 'ALL');
706:
707: i := l_cur_table.NEXT(i);
708: l_min_instance_id := l_max_instance_id;
709: