DBA Data[Home] [Help]

APPS.IGS_PS_LGCY_CONC_PKG dependencies on FND_STATS

Line 445: fnd_stats.gather_table_stats(ownname => l_c_schema,

441: FOR i IN 1.. tablenames_tbl.LAST
442: LOOP
443:
444: -- Gather statistics of interface tables
445: fnd_stats.gather_table_stats(ownname => l_c_schema,
446: tabname => tablenames_tbl(i),
447: cascade => TRUE
448: );
449: END LOOP;