DBA Data[Home] [Help]

APPS.FII_AR_COLLECTORS_PKG dependencies on FND_STATS

Line 248: FND_STATS.gather_table_stats

244:
245: -- Since FII_COLLECTORS is used in MV query, we need to gather statistics for its MLOG as well
246:
247: g_phase := 'gather_table_stats for MLOG$_FII_COLLECTORS';
248: FND_STATS.gather_table_stats
249: (ownname => g_schema_name,
250: tabname => 'MLOG$_FII_COLLECTORS');
251:
252: FND_CONCURRENT.Af_Commit;