DBA Data[Home] [Help]

APPS.HR_TKPROF_PLUS dependencies on FND_STATS

Line 145: fnd_stats.backup_table_stats

141: IF g_backup_stats = 'Y' THEN
142: --
143: BEGIN
144: -- backup the stats for the table
145: fnd_stats.backup_table_stats
146: (schemaname => l_table_owner,
147: tabname => l_table_name,
148: statid => p_statid,
149: cascade => TRUE);