DBA Data[Home] [Help]

APPS.GHR_NRE_DEL dependencies on GHR_NOAC_REMARKS

Line 53: -- Delete the ghr_noac_remarks row.

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

Line 55: delete from ghr_noac_remarks

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

Line 174: (p_module_name => 'ghr_noac_remarks'

170: --
171: when hr_api.cannot_find_prog_unit then
172: --
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'ghr_noac_remarks'
175: ,p_hook_type => 'AD');
176: --
177: end;
178: --