DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on FND_STATS

Line 1048: fnd_stats.gather_table_stats(ownname => l_table_owner

1044: );
1045:
1046: hr_utility.set_location(l_proc,50);
1047:
1048: fnd_stats.gather_table_stats(ownname => l_table_owner
1049: ,tabname => 'PER_CAL_ENTRY_ORG_LIST'
1050: ,percent => 50
1051: );
1052:

Line 1055: fnd_stats.gather_table_stats(ownname => l_table_owner

1051: );
1052:
1053: hr_utility.set_location(l_proc,60);
1054:
1055: fnd_stats.gather_table_stats(ownname => l_table_owner
1056: ,tabname => 'PER_CAL_ENTRY_GEO_LIST'
1057: ,percent => 50
1058: );
1059: