DBA Data[Home] [Help]

APPS.BSC_METADATA_OPTIMIZER_PKG dependencies on FND_STATS

Line 625: fnd_stats.gather_table_stats(l_dummy1, l_dummy2, gBSCSchema,'BSC_KPI_DATA_TABLES');

621: bsc_mo_helper_pkg.writeTmp('Done with display tables API call, system time is '||
622: bsc_mo_helper_pkg.get_time, FND_LOG.LEVEL_STATEMENT, true);
623: writeTableCounts;
624:
625: fnd_stats.gather_table_stats(l_dummy1, l_dummy2, gBSCSchema,'BSC_KPI_DATA_TABLES');
626:
627: EXCEPTION when others then
628: logprogress('ERROR', 'Exception in generateACtualization');
629: l_error := sqlerrm;