DBA Data[Home] [Help]

APPS.OTA_CRE_UPD dependencies on OTA_CERT_ENROLLMENTS

Line 68: -- Update the ota_cert_enrollments Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_cert_enrollments Row
69: --
70: update ota_cert_enrollments
71: set
72: cert_enrollment_id = p_rec.cert_enrollment_id

Line 70: update ota_cert_enrollments

66: --
67: --
68: -- Update the ota_cert_enrollments Row
69: --
70: update ota_cert_enrollments
71: set
72: cert_enrollment_id = p_rec.cert_enrollment_id
73: ,certification_id = p_rec.certification_id
74: ,person_id = p_rec.person_id

Line 363: (p_module_name => 'OTA_CERT_ENROLLMENTS'

359: --
360: when hr_api.cannot_find_prog_unit then
361: --
362: hr_api.cannot_find_prog_unit_error
363: (p_module_name => 'OTA_CERT_ENROLLMENTS'
364: ,p_hook_type => 'AU');
365: --
366: end;
367: --