DBA Data[Home] [Help]

APPS.OPI_DBI_COGS_OPM_PKG dependencies on FND_STATS

Line 351: fnd_stats.gather_table_stats( ownname => g_opi_schema,

347: ,SOURCE ;
348:
349: l_stmt := 1;
350:
351: fnd_stats.gather_table_stats( ownname => g_opi_schema,
352: tabname => 'OPI_DBI_COGS_FSTG',
353: percent => 10);
354:
355:

Line 593: fnd_stats.gather_table_stats( ownname => g_opi_schema,

589:
590:
591: l_stmt := 1;
592:
593: fnd_stats.gather_table_stats( ownname => g_opi_schema,
594: tabname => 'OPI_DBI_COGS_FSTG',
595: percent => 10);
596:
597: commit;