DBA Data[Home] [Help]

APPS.FII_SNAP_TBL_REFRESH dependencies on FND_STATS

Line 723: fnd_stats.gather_table_stats (ownname=>g_schema_name,

719: FII_UTIL.print_timer();
720: END IF;
721:
722: g_phase := 'Gather table stats for FII_GL_SNAP_F';
723: fnd_stats.gather_table_stats (ownname=>g_schema_name,
724: tabname=>'FII_GL_SNAP_F');
725:
726: g_phase := 'Commit the change';
727: commit;

Line 1056: fnd_stats.gather_table_stats (ownname=>g_schema_name,

1052: FII_UTIL.print_timer();
1053: END IF;
1054:
1055: g_phase := 'Gather table stats for FII_GL_SNAP_SUM_F';
1056: fnd_stats.gather_table_stats (ownname=>g_schema_name,
1057: tabname=>'FII_GL_SNAP_SUM_F');
1058:
1059: g_phase := 'Commit the change';
1060: commit;

Line 1956: fnd_stats.gather_table_stats (ownname=>g_schema_name,

1952: FII_UTIL.print_timer();
1953: END IF;
1954:
1955: g_phase := 'Gather table stats for FII_GL_LOCAL_SNAP_F';
1956: fnd_stats.gather_table_stats (ownname=>g_schema_name,
1957: tabname=>'FII_GL_LOCAL_SNAP_F');
1958:
1959: g_phase := 'Commit the change';
1960: commit;