DBA Data[Home] [Help]

APPS.GHR_NRE_DEL dependencies on GHR_NOAC_REMARKS

Line 55: -- Delete the ghr_noac_remarks row.

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

Line 57: delete from ghr_noac_remarks

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

Line 179: (p_module_name => 'ghr_noac_remarks'

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