DBA Data[Home] [Help]

APPS.HRI_OPL_POSH dependencies on FND_STATS

Line 463: fnd_stats.gather_table_stats(l_schema, 'HRI_CS_POSH');

459: output('Re-populated Position Hierarchy table: ' ||
460: to_char(sysdate,'HH24:MI:SS'));
461:
462: /* Gather index stats */
463: fnd_stats.gather_table_stats(l_schema, 'HRI_CS_POSH');
464:
465: /* Write timing information to log */
466: output('Gathered stats: ' ||
467: to_char(sysdate,'HH24:MI:SS'));