DBA Data[Home] [Help]

APPS.ISC_DEPOT_MARGIN_ETL_PKG dependencies on FND_STATS

Line 289: fnd_stats.gather_table_stats

285: l_stmnt_id := 30;
286: commit;
287:
288: l_stmnt_id := 40;
289: fnd_stats.gather_table_stats
290: ( ownname => g_isc_schema
291: , tabname => 'ISC_DR_COSTS_STG'
292: , percent=> 10
293: );