DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on FND_STATS

Line 1010: fnd_stats.gather_table_stats(ownname => l_table_owner

1006: );
1007:
1008: hr_utility.set_location(l_proc,50);
1009:
1010: fnd_stats.gather_table_stats(ownname => l_table_owner
1011: ,tabname => 'PER_CAL_ENTRY_ORG_LIST'
1012: ,percent => 50
1013: );
1014:

Line 1017: fnd_stats.gather_table_stats(ownname => l_table_owner

1013: );
1014:
1015: hr_utility.set_location(l_proc,60);
1016:
1017: fnd_stats.gather_table_stats(ownname => l_table_owner
1018: ,tabname => 'PER_CAL_ENTRY_GEO_LIST'
1019: ,percent => 50
1020: );
1021: