DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_MV dependencies on FND_STATS

Line 105: fnd_stats.gather_table_stats(g_schema, p_mv_name);

101:
102: refresh_mv_sql(p_mv_name, p_mv_refresh_mode);
103:
104: output('Gathering table statstics, start: '|| to_char(sysdate, 'DD-MON-YYYY HH.MI.SS'));
105: fnd_stats.gather_table_stats(g_schema, p_mv_name);
106: output('Gathering table statstics, end: '|| to_char(sysdate, 'DD-MON-YYYY HH.MI.SS'));
107:
108: output('End time: ' || to_char(sysdate, 'DD-MON-YYYY HH.MI.SS'));
109: