DBA Data[Home] [Help]

APPS.PER_RSC_DEL dependencies on PER_RATING_SCALES

Line 53: -- Delete the per_rating_scales row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the per_rating_scales row.
54: --
55: delete from per_rating_scales
56: where rating_scale_id = p_rec.rating_scale_id;
57: --

Line 55: delete from per_rating_scales

51: --
52: --
53: -- Delete the per_rating_scales row.
54: --
55: delete from per_rating_scales
56: where rating_scale_id = p_rec.rating_scale_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 189: ( p_module_name => 'PER_RATING_SCALES'

185:
186: exception
187: when hr_api.cannot_find_prog_unit then
188: hr_api.cannot_find_prog_unit_error
189: ( p_module_name => 'PER_RATING_SCALES'
190: ,p_hook_type => 'AD'
191: );
192: end;
193: -- End of API User Hook for post_delete.