DBA Data[Home] [Help]

APPS.GHR_PRE_DEL dependencies on GHR_PA_REMARKS

Line 52: -- Delete the ghr_pa_remarks row.

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

Line 54: delete from ghr_pa_remarks

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

Line 174: ( p_module_name => 'GHR_PA_REMARKS'

170:
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: ( p_module_name => 'GHR_PA_REMARKS'
175: ,p_hook_type => 'AD'
176: );
177: end;
178: -- End of API User Hook for post_delete.