DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_JOB_RSRC_F_C dependencies on FND_STATS

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

494: -- Analyze the incremental table
495: -- --------------------------------------------------------
496: IF fnd_installation.get_app_info( 'OPI', l_status,
497: l_industry, l_opi_schema) THEN
498: fnd_stats.gather_table_stats(ownname=> l_opi_schema,
499: tabname=> 'OPI_EDW_OPI_JOB_RSRC_INC' );
500: END IF;
501:
502: -- --------------------------------------------------------