DBA Data[Home] [Help]

APPS.OTA_CME_DEL dependencies on OTA_CERT_MBR_ENROLLMENTS

Line 62: -- Delete the ota_cert_mbr_enrollments row.

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

Line 64: delete from ota_cert_mbr_enrollments

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

Line 228: (p_module_name => 'OTA_CERT_MBR_ENROLLMENTS'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'OTA_CERT_MBR_ENROLLMENTS'
229: ,p_hook_type => 'AD');
230: --
231: end;
232: --