DBA Data[Home] [Help]

APPS.FII_GL_TOP_SPENDERS_PKG dependencies on FND_STATS

Line 332: FND_STATS.gather_table_stats

328: if g_debug_flag = 'Y' then
329: fii_util.write_log('Inserted '||SQL%ROWCOUNT||' rows into FII_TOP_SPNDR_SUM_B');
330: end if;
331:
332: FND_STATS.gather_table_stats
333: (ownname => g_fii_schema,
334: tabname => 'FII_TOP_SPNDR_SUM_B');
335: commit;
336: