DBA Data[Home] [Help]

APPS.OTA_CPE_DEL dependencies on OTA_CERT_PRD_ENROLLMENTS

Line 62: -- Delete the ota_cert_prd_enrollments row.

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

Line 64: delete from ota_cert_prd_enrollments

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

Line 232: (p_module_name => 'OTA_CERT_PRD_ENROLLMENTS'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'OTA_CERT_PRD_ENROLLMENTS'
233: ,p_hook_type => 'AD');
234: --
235: end;
236: --