DBA Data[Home] [Help]

APPS.HRI_OPL_ACTLS dependencies on FND_STATS

Line 438: fnd_stats.gather_table_stats(l_schema,'HRI_MB_ACTLS_CT');

434: --
435: IF fnd_global.conc_request_id is null THEN
436: --
437: dbg('Full Refresh selected - gathering stats');
438: fnd_stats.gather_table_stats(l_schema,'HRI_MB_ACTLS_CT');
439: --
440: END IF;
441: --
442: END IF;