DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on FND_STATS

Line 101: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');

97: -- prior use. For that, first commit.
98:
99: commit;
100:
101: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
102:
103: if G_DEBUG then
104: put_line('Inserting candidate bugs into temp table');
105: end if;

Line 131: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');

127: if G_DEBUG then
128: put_line('Gathering stats');
129: end if;
130:
131: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
132:
133: if G_DEBUG then
134: put_line('Inserting new bugfixes in the curr-vw snapshot');
135: end if;

Line 637: fnd_stats.gather_table_stats(G_UN_FND, 'ad_snapshot_files_temp');

633: commit;
634: end if;
635:
636: if p_gather_stats then
637: fnd_stats.gather_table_stats(G_UN_FND, 'ad_snapshot_files_temp');
638: end if;
639:
640: end get_max_fil_vers_over_appltops;
641:

Line 1162: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');

1158: -- prior use. For that, first commit.
1159:
1160: commit;
1161:
1162: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
1163:
1164: -- set some flags, that help us fine-tune SQL's down the line
1165:
1166: l_only_one_driver_row := FALSE;

Line 1742: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');

1738: -- Gather stats regardless of # of rows inserted. For that first commit.
1739:
1740: commit;
1741:
1742: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
1743:
1744: -- Now issue the 2nd SQL (the UPDATE stmt, to flag the unarchived C object
1745: -- libraries as such)
1746: