DBA Data[Home] [Help]

APPS.GHR_CMP_DEL dependencies on GHR_COMPLAINTS2

Line 62: -- Delete the ghr_complaints2 row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the ghr_complaints2 row.
63: --
64: delete from ghr_complaints2
65: where complaint_id = p_rec.complaint_id;
66: --

Line 64: delete from ghr_complaints2

60: --
61: --
62: -- Delete the ghr_complaints2 row.
63: --
64: delete from ghr_complaints2
65: where complaint_id = p_rec.complaint_id;
66: --
67: --
68: --

Line 332: (p_module_name => 'GHR_COMPLAINTS2'

328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'GHR_COMPLAINTS2'
333: ,p_hook_type => 'AD');
334: --
335: end;
336: --