DBA Data[Home] [Help]

APPS.AML_CATEGORY_MIGRATION dependencies on DBMS_STATS

Line 104: dbms_stats.gather_index_stats(l_user,l_index_name,estimate_percent => 10);

100:
101: -----------------
102: -- Gather Stats--
103: -----------------
104: dbms_stats.gather_index_stats(l_user,l_index_name,estimate_percent => 10);
105:
106: END Create_temp_index;
107:
108: PROCEDURE Drop_Temp_Index(p_table IN VARCHAR2) IS