DBA Data[Home] [Help]

APPS.PER_PRT_DEL dependencies on PER_PERFORMANCE_RATINGS

Line 58: -- Delete the per_performance_ratings row.

54:
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57:
58: -- Delete the per_performance_ratings row.
59:
60: delete from per_performance_ratings
61: where performance_rating_id = p_rec.performance_rating_id;
62:

Line 60: delete from per_performance_ratings

56: hr_utility.set_location('Entering:'||l_proc, 5);
57:
58: -- Delete the per_performance_ratings row.
59:
60: delete from per_performance_ratings
61: where performance_rating_id = p_rec.performance_rating_id;
62:
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64:

Line 191: ( p_module_name => 'PER_PERFORMANCE_RATINGS'

187: p_appr_line_score_o => per_prt_shd.g_old_rec.appr_line_score);
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'PER_PERFORMANCE_RATINGS'
192: ,p_hook_type => 'AD'
193: );
194: end;
195: -- End of API User Hook for post_delete.