DBA Data[Home] [Help]

APPS.AD_ZD dependencies on DBMS_STATS

Line 772: dbms_stats.gather_fixed_objects_stats;

768: ad_zd_mview.finalize;
769:
770: -- Get post-finalize stats
771: if (x_mode = 'FULL') then
772: dbms_stats.gather_fixed_objects_stats;
773: dbms_stats.gather_dictionary_stats;
774: end if;
775:
776: log(c_module, 'PROCEDURE', 'end');

Line 773: dbms_stats.gather_dictionary_stats;

769:
770: -- Get post-finalize stats
771: if (x_mode = 'FULL') then
772: dbms_stats.gather_fixed_objects_stats;
773: dbms_stats.gather_dictionary_stats;
774: end if;
775:
776: log(c_module, 'PROCEDURE', 'end');
777: end;