DBA Data[Home] [Help]

APPS.OTA_LPE_DEL dependencies on OTA_LP_ENROLLMENTS

Line 62: -- Delete the ota_lp_enrollments row.

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

Line 64: delete from ota_lp_enrollments

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

Line 262: (p_module_name => 'OTA_LP_ENROLLMENTS'

258: --
259: when hr_api.cannot_find_prog_unit then
260: --
261: hr_api.cannot_find_prog_unit_error
262: (p_module_name => 'OTA_LP_ENROLLMENTS'
263: ,p_hook_type => 'AD');
264: --
265: end;
266: --