DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS dependencies on FND_STATS

Line 409: fnd_stats.gather_table_stats(l_schema,'HRI_MB_CMNTS_CT');

405: --
406: IF fnd_global.conc_request_id is null THEN
407: --
408: dbg('Full Refresh selected - gathering stats');
409: fnd_stats.gather_table_stats(l_schema,'HRI_MB_CMNTS_CT');
410: --
411: END IF;
412: --
413: END IF;