DBA Data[Home] [Help]

APPS.GHR_NLA_DEL dependencies on GHR_NOAC_LAS

Line 54: -- Delete the ghr_noac_las row.

50: l_proc := g_package||'delete_dml';
51: hr_utility.set_location('Entering:'||l_proc, 5);
52: --
53: --
54: -- Delete the ghr_noac_las row.
55: --
56: delete from ghr_noac_las
57: where noac_la_id = p_rec.noac_la_id;
58: --

Line 56: delete from ghr_noac_las

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

Line 178: (p_module_name => 'ghr_noac_las'

174: --
175: when hr_api.cannot_find_prog_unit then
176: --
177: hr_api.cannot_find_prog_unit_error
178: (p_module_name => 'ghr_noac_las'
179: ,p_hook_type => 'AD');
180: --
181: end;
182: --