DBA Data[Home] [Help]

APPS.GHR_PAR_DEL dependencies on GHR_PA_REQUESTS

Line 53: -- Delete the ghr_pa_requests row.

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

Line 55: delete from ghr_pa_requests

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

Line 379: ( p_module_name => 'GHR_PA_REQUESTS'

375: );
376: exception
377: when hr_api.cannot_find_prog_unit then
378: hr_api.cannot_find_prog_unit_error
379: ( p_module_name => 'GHR_PA_REQUESTS'
380: ,p_hook_type => 'AD'
381: );
382: end;
383: -- End of API User Hook for post_delete.