DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_STATS_UTIL_PKG

Line 234: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',

230:
231:
232: -- gather stats if necessary
233:
234: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',
235: l_snapshot_bugs_inserted,
236: TRUE,
237: TRUE,
238: l_gathered_stats_flag);

Line 1872: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',

1868: commit;
1869:
1870: -- gather stats if necessary
1871:
1872: ad_stats_util_pkg.gather_stats_if_necessary('SNAPSHOT',
1873: l_snapshot_files_inserted,
1874: TRUE,
1875: TRUE,
1876: l_gathered_stats_flag);

Line 2509: ad_stats_util_pkg.gather_stats_if_necessary

2505: commit;
2506:
2507: -- gather stats if necessary
2508:
2509: ad_stats_util_pkg.gather_stats_if_necessary
2510: (
2511: 'SNAPSHOT',
2512: l_snapshot_bugs_inserted + l_snapshot_files_inserted,
2513: TRUE,