DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_SWI dependencies on OTA_CERT_ENROLLMENT_API

Line 87: ota_cert_enrollment_api.create_cert_enrollment

83: );
84: --
85: -- Call API
86: --
87: ota_cert_enrollment_api.create_cert_enrollment
88: (p_effective_date => p_effective_date
89: ,p_validate => l_validate
90: ,p_certification_id => p_certification_id
91: ,p_person_id => p_person_id

Line 251: ota_cert_enrollment_api.update_cert_enrollment

247: --
248: --
249: -- Call API
250: --
251: ota_cert_enrollment_api.update_cert_enrollment
252: (p_effective_date => p_effective_date
253: ,p_cert_enrollment_id => p_cert_enrollment_id
254: ,p_object_version_number => p_object_version_number
255: ,p_certification_id => p_certification_id

Line 380: ota_cert_enrollment_api.delete_cert_enrollment

376: --
377: --
378: -- Call API
379: --
380: ota_cert_enrollment_api.delete_cert_enrollment
381: (p_cert_enrollment_id => p_cert_enrollment_id
382: ,p_object_version_number => p_object_version_number
383: ,p_validate => l_validate
384: );

Line 487: ota_cert_enrollment_api.subscribe_to_certification(

483: l_validate :=
484: hr_api.constant_to_boolean
485: (p_constant_value => p_validate);
486:
487: ota_cert_enrollment_api.subscribe_to_certification(
488: p_validate => l_validate
489: ,p_certification_id => p_certification_id
490: ,p_person_id => p_person_id
491: ,p_contact_id => p_contact_id