DBA Data[Home] [Help]

APPS.IEX_TERR_WINNERS_PUB dependencies on DBMS_STATS

Line 110: DBMS_STATS.gather_table_stats(SCHEMA, TABLE_NAME, cascade=>TRUE, degree=>8, estimate_percent=>P_PERCENT);

106: p_percent IN NUMBER) IS
107:
108: BEGIN
109:
110: DBMS_STATS.gather_table_stats(SCHEMA, TABLE_NAME, cascade=>TRUE, degree=>8, estimate_percent=>P_PERCENT);
111:
112: EXCEPTION
113: WHEN others THEN
114: IEX_TERR_WINNERS_PUB.Print_Debug('Exception: others in Analyze_Table');