DBA Data[Home] [Help]

APPS.ASO_BI_UTIL_PVT dependencies on FND_STATS

Line 78: fnd_stats.gather_table_stats (ownname=>g_aso_schema,

74: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
75: BIS_COLLECTION_UTILITIES.Debug('Analyzing the table:'||l_table_name);
76: END IF;
77:
78: fnd_stats.gather_table_stats (ownname=>g_aso_schema,
79: tabname=>l_table_name);
80:
81: END Analyze_Table;
82: