DBA Data[Home] [Help]

APPS.PER_APR_DEL dependencies on PER_APPRAISALS

Line 53: -- Delete the per_appraisals row.

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

Line 55: delete from per_appraisals

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

Line 227: ( p_module_name => 'PER_APPRAISALS'

223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: ( p_module_name => 'PER_APPRAISALS'
228: ,p_hook_type => 'AD'
229: );
230: end;
231: -- End of API User Hook for post_delete.