DBA Data[Home] [Help]

APPS.MSC_UTIL dependencies on FND_STATS

Line 576: FND_STATS.gather_table_stats(p_schema,p_object,lv_pctg, lv_deg);

572: object_name => p_object);
573:
574: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_STATUS, 'Snapshot for '||p_table||' succesfully created...');
575:
576: FND_STATS.gather_table_stats(p_schema,p_object,lv_pctg, lv_deg);
577:
578: MSC_UTIL.LOG_MSG(MSC_UTIL.G_LVL_STATUS, 'Gathered Statistics for the Snapshot '||p_object||' succesfully ...');
579:
580: EXECUTE IMMEDIATE v_logging_stmt;