DBA Data[Home] [Help]

APPS.OPI_EDW_COGS_F_C dependencies on FND_STATS

Line 607: fnd_stats.gather_table_stats(ownname=> l_opi_schema,

603: -- Analyze the incremental table
604: -- --------------------------------------------------------
605: IF fnd_installation.get_app_info( 'OPI', l_status,
606: l_industry, l_opi_schema) THEN
607: fnd_stats.gather_table_stats(ownname=> l_opi_schema,
608: tabname=> 'OPI_EDW_COGS_INC' );
609: END IF;
610:
611: -- --------------------------------------------------------