DBA Data[Home] [Help]

APPS.OKI_LOAD_TERR_PVT dependencies on FND_STATS

Line 452: fnd_stats.gather_table_stats( ownname=> g_table_owner

448: COMMIT;
449: rlog('No of records inserted into Staging table - ' || p_terr_count,1);
450:
451: l_tab_name := 'OKI_JTF_TERRITORIES_STG';
452: fnd_stats.gather_table_stats( ownname=> g_table_owner
453: , tabname=> l_tab_name
454: , percent=> 10);
455: rlog('Loading of Staging Table Completed - ' || fnd_date.date_to_displayDT(sysdate),1);
456:

Line 631: fnd_stats.gather_table_stats( ownname => g_table_owner

627: l_errpos := 5;
628:
629: l_errpos := 6;
630: -- analyze table
631: fnd_stats.gather_table_stats( ownname => g_table_owner
632: , tabname => l_tab_name
633: , percent => 10);
634: l_errpos := 7;
635: