DBA Data[Home] [Help]

APPS.FII_AR_TPDUE_TBL_REFRESH dependencies on FND_STATS

Line 403: fnd_stats.gather_table_stats (ownname=>g_schema_name,

399: FII_UTIL.print_timer();
400: END IF;
401:
402: g_phase := 'Gather table stats for FII_AR_TPDUE_BASE_F';
403: fnd_stats.gather_table_stats (ownname=>g_schema_name,
404: tabname=>'FII_AR_TPDUE_BASE_F');
405:
406: g_phase := 'Commit the change';
407: commit;

Line 742: fnd_stats.gather_table_stats (ownname=>g_schema_name,

738: FII_UTIL.print_timer();
739: END IF;
740:
741: g_phase := 'Gather table stats for FII_AR_TPDUE_AGRT_F';
742: fnd_stats.gather_table_stats (ownname=>g_schema_name,
743: tabname=>'FII_AR_TPDUE_AGRT_F');
744:
745: g_phase := 'Commit the change';
746: commit;