DBA Data[Home] [Help]

APPS.EDW_GL_ACCT_M_T dependencies on DBMS_STATS

Line 1809: dbms_stats.gather_table_stats(l_schema_name,l_mview_name);

1805: execute immediate l_stmt_mvcrt;
1806: end if;
1807:
1808: --call gather stats for the MV
1809: dbms_stats.gather_table_stats(l_schema_name,l_mview_name);
1810:
1811: l_tmp_name:=NULL;
1812: END LOOP;
1813: