DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on FND_STATS

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

70: -- prior use. For that, first commit.
71:
72: commit;
73:
74: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
75:
76: if G_DEBUG then
77: put_line('Inserting candidate bugs into temp table');
78: end if;

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

100: if G_DEBUG then
101: put_line('Gathering stats');
102: end if;
103:
104: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
105:
106: if G_DEBUG then
107: put_line('Inserting new bugfixes in the curr-vw snapshot');
108: end if;

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

588: commit;
589: end if;
590:
591: if p_gather_stats then
592: fnd_stats.gather_table_stats(G_UN_FND, 'ad_snapshot_files_temp');
593: end if;
594:
595: end get_max_fil_vers_over_appltops;
596:

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

1081: -- prior use. For that, first commit.
1082:
1083: commit;
1084:
1085: fnd_stats.gather_table_stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
1086:
1087: -- set some flags, that help us fine-tune SQL's down the line
1088:
1089: l_only_one_driver_row := FALSE;

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

1661: -- Gather stats regardless of # of rows inserted. For that first commit.
1662:
1663: commit;
1664:
1665: FND_STATS.Gather_Table_Stats(G_UN_FND, 'ad_patch_hist_snaps_temp');
1666:
1667: -- Now issue the 2nd SQL (the UPDATE stmt, to flag the unarchived C object
1668: -- libraries as such)
1669: