DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_JOB_DETAIL_F_C dependencies on FND_STATS

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

462: -- Analyze the incremental table
463: -- --------------------------------------------------------
464: IF fnd_installation.get_app_info( 'OPI', l_status,
465: l_industry, l_opi_schema) THEN
466: fnd_stats.gather_table_stats(ownname=> l_opi_schema,
467: tabname=> 'OPI_EDW_OPI_JOB_DETAIL_INC' );
468: END IF;
469:
470: -- --------------------------------------------------------