DBA Data[Home] [Help]

APPS.MSC_ATP_PEG dependencies on FND_STATS

Line 4390: fnd_stats.gather_table_stats(ownname=>'MSC',tabname=>'MSC_ATP_PEGGING',

4386:
4387: IF PG_DEBUG in ('Y', 'C') THEN
4388: msc_util.msc_log('Analyze Plan partition for MSC_ATP_PEGGING');
4389: END IF;
4390: fnd_stats.gather_table_stats(ownname=>'MSC',tabname=>'MSC_ATP_PEGGING',
4391: partname=>'ATP_PEGGING_999999',
4392: granularity=>'PARTITION',
4393: percent =>10);
4394:

Line 4499: fnd_stats.gather_table_stats('MSC', 'ATP_PEGGING' || to_char(l_plan_id),

4495: IF PG_DEBUG in ('Y', 'C') THEN
4496: msc_util.msc_log('Gather Table Stats for MSC_ATP_PEGGING');
4497: END IF;
4498:
4499: fnd_stats.gather_table_stats('MSC', 'ATP_PEGGING' || to_char(l_plan_id),
4500: granularity => 'ALL');
4501:
4502: IF PG_DEBUG in ('Y', 'C') THEN
4503: msc_util.msc_log('swap partition ');