DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_STATS_UTIL_PKG

Line 261: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',

257:
258:
259: -- gather stats if necessary
260:
261: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',
262: l_snapshot_bugs_inserted,
263: TRUE,
264: TRUE,
265: l_gathered_stats_flag);

Line 1949: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',

1945: commit;
1946:
1947: -- gather stats if necessary
1948:
1949: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',
1950: l_snapshot_files_inserted,
1951: TRUE,
1952: TRUE,
1953: l_gathered_stats_flag);

Line 2599: ad_stats_util_pkg.gather_stats_if_necessary

2595: commit;
2596:
2597: -- gather stats if necessary
2598:
2599: ad_stats_util_pkg.gather_stats_if_necessary
2600: (
2601: 'SNAPSHOT',
2602: l_snapshot_bugs_inserted + l_snapshot_files_inserted,
2603: TRUE,