[Home] [Help]
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: -- Delete the ghr_pa_request_extra_info row.
59: --
60: delete from ghr_pa_request_extra_info
61: where pa_request_extra_info_id = p_rec.pa_request_extra_info_id;
62: --
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: -- Delete the ghr_pa_request_extra_info row.
59: --
60: delete from ghr_pa_request_extra_info
61: where pa_request_extra_info_id = p_rec.pa_request_extra_info_id;
62: --
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64: --
218: );
219: exception
220: when hr_api.cannot_find_prog_unit then
221: hr_api.cannot_find_prog_unit_error
222: ( p_module_name => 'GHR_PA_REQUEST_EXTRA_INFO'
223: ,p_hook_type => 'AD'
224: );
225: end;
226: -- End of API User Hook for post_delete.