DBA Data[Home] [Help]

APPS.OTA_CRE_DEL dependencies on OTA_CERT_ENROLLMENTS

Line 62: -- Delete the ota_cert_enrollments row.

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

Line 64: delete from ota_cert_enrollments

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

Line 240: (p_module_name => 'OTA_CERT_ENROLLMENTS'

236: --
237: when hr_api.cannot_find_prog_unit then
238: --
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'OTA_CERT_ENROLLMENTS'
241: ,p_hook_type => 'AD');
242: --
243: end;
244: --