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 214: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'

210: );
211: exception
212: when hr_api.cannot_find_prog_unit then
213: hr_api.cannot_find_prog_unit_error
214: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'
215: ,p_hook_type => 'AD'
216: );
217: end;
218: -- End of API User Hook for post_delete.