DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on FND_STATS

Line 1575: fnd_stats.gather_table_stats(l_schema, g_elctn_evnt_table);

1571: EXECUTE IMMEDIATE 'TRUNCATE TABLE ' || l_schema || '.' || g_eligenrl_evts_eq_table;
1572: --
1573: OUTPUT('Gathering Stats for Election Events');
1574: --
1575: fnd_stats.gather_table_stats(l_schema, g_elctn_evnt_table);
1576: -- fnd_stats.gather_table_stats(l_schema, g_eligenrl_evnt_table);
1577: --
1578: END IF;
1579: --

Line 1576: -- fnd_stats.gather_table_stats(l_schema, g_eligenrl_evnt_table);

1572: --
1573: OUTPUT('Gathering Stats for Election Events');
1574: --
1575: fnd_stats.gather_table_stats(l_schema, g_elctn_evnt_table);
1576: -- fnd_stats.gather_table_stats(l_schema, g_eligenrl_evnt_table);
1577: --
1578: END IF;
1579: --
1580: dbg('Leaving ' || l_procedure);