[Home] [Help]
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the ghr_noac_las row.
54: --
55: delete from ghr_noac_las
56: where noac_la_id = p_rec.noac_la_id;
57: --
51: --
52: --
53: -- Delete the ghr_noac_las row.
54: --
55: delete from ghr_noac_las
56: where noac_la_id = p_rec.noac_la_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: --
172: when hr_api.cannot_find_prog_unit then
173: --
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'ghr_noac_las'
176: ,p_hook_type => 'AD');
177: --
178: end;
179: --