DBA Data[Home] [Help]

APPS.BIL_DO_L1_BASE_GRP_PKG dependencies on DBMS_STATS

Line 130: DBMS_STATS.gather_table_stats(ownname=>'BIL', tabName=>'BIL_DO_L1_BASE_GRP_TEMP', cascade=>TRUE,

126: ,p_degree => p_degree);
127:
128: /*Analyze the table after insertion*/
129: BIL_DO_UTIL_PKG.Write_Log('Analyze table BIL_DO_L1_BASE_GRP_TEMP',p_debug=>G_Debug);
130: DBMS_STATS.gather_table_stats(ownname=>'BIL', tabName=>'BIL_DO_L1_BASE_GRP_TEMP', cascade=>TRUE,
131: degree=>G_Degree, estimate_percent=>99, granularity=>'GLOBAL');
132:
133:
134: IF G_Trace THEN