DBA Data[Home] [Help]

APPS.PER_BIL_DEL dependencies on HR_SUMMARY

Line 60: -- Delete the hr_summary row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_bil_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the hr_summary row.
61: --
62: delete from hr_summary
63: where id_value = p_rec.id_value;
64: --

Line 62: delete from hr_summary

58: per_bil_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the hr_summary row.
61: --
62: delete from hr_summary
63: where id_value = p_rec.id_value;
64: --
65: per_bil_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 198: (p_module_name => 'hr_summary'

194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'hr_summary'
199: ,p_hook_type => 'AD');
200: --
201: end;
202: --