DBA Data[Home] [Help]

APPS.MSC_NETCHANGE_PKG dependencies on FND_STATS

Line 2049: fnd_stats.gather_table_stats(ownname=>'MSC',

2045: where report_id = p_report_id;
2046:
2047: commit;
2048:
2049: fnd_stats.gather_table_stats(ownname=>'MSC',
2050: tabname=>'MSC_NEC_EXC_DTL_COMPARE');
2051:
2052: END compare_all_exceptions;
2053: