DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_ORGMGR dependencies on FND_STATS

Line 275: fnd_stats.gather_table_stats(l_schema,'HRI_CS_SUPH_ORGMGR_CT');

271: --
272: IF fnd_global.conc_request_id is null THEN
273: --
274: dbg('Full Refresh selected - gathering stats');
275: fnd_stats.gather_table_stats(l_schema,'HRI_CS_SUPH_ORGMGR_CT');
276: --
277: END IF;
278: --
279: END IF;