DBA Data[Home] [Help]

APPS.BIL_DO_L1_OPPTY_SUMRY_PKG dependencies on DBMS_STATS

Line 199: DBMS_STATS.gather_table_stats(ownname=>'BIL', tabName=>'BIL_DO_L1_OPPTY_SUMRY', cascade=>TRUE,

195: end if;
196:
197: /*Analyze the table after insertion*/
198: BIL_DO_UTIL_PKG.Write_Log('Analyze table BIL_DO_L1_OPPTY_SUMRY',p_debug => p_debug_mode);
199: DBMS_STATS.gather_table_stats(ownname=>'BIL', tabName=>'BIL_DO_L1_OPPTY_SUMRY', cascade=>TRUE,
200: degree=>G_Degree, estimate_percent=>99, granularity=>'GLOBAL');
201:
202:
203: IF G_Trace THEN