DBA Data[Home] [Help]

APPS.IGS_PS_USEC_SCHEDULE dependencies on FND_STATS

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

3088: tablenames_tbl(8) := 'IGS_PS_SCH_HDR_INT_ALL';
3089:
3090: FOR i IN 1.. tablenames_tbl.LAST
3091: LOOP
3092: fnd_stats.gather_table_stats(ownname => l_c_schema,
3093: tabname => tablenames_tbl(i),
3094: cascade => TRUE
3095: );
3096: END LOOP;