DBA Data[Home] [Help]

APPS.PER_APT_DEL dependencies on PER_APPRAISAL_TEMPLATES

Line 52: -- Delete the per_appraisal_templates row.

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

Line 54: delete from per_appraisal_templates

50: hr_utility.set_location('Entering:'||l_proc, 5);
51:
52: -- Delete the per_appraisal_templates row.
53:
54: delete from per_appraisal_templates
55: where appraisal_template_id = p_rec.appraisal_template_id;
56:
57: hr_utility.set_location(' Leaving:'||l_proc, 10);
58:

Line 207: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'

203: );
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'
208: ,p_hook_type => 'AD'
209: );
210: end;
211: -- End of API User Hook for post_delete.