DBA Data[Home] [Help]

APPS.OTA_CERT_APPROVAL_SS dependencies on OTA_CERT_ENROLLMENT_API

Line 878: ota_cert_enrollment_api.subscribe_to_certification

874: ,p_name => 'P_EARLIESTENROLLDATE');
875:
876: hr_utility.trace ('Before create ' ||'10');
877:
878: ota_cert_enrollment_api.subscribe_to_certification
879: (
880: -- p_effective_date => l_effective_date
881: -- p_validate => p_validate,
882: p_certification_id => l_certification_id

Line 1037: ota_cert_enrollment_api.update_cert_enrollment

1033: end if;*/
1034: end if;
1035:
1036: if l_certification_status = 'REJECTED' then
1037: ota_cert_enrollment_api.update_cert_enrollment
1038: (
1039: p_effective_date => l_effective_date
1040: ,p_validate => p_validate
1041: ,p_certification_id => l_certification_id

Line 1140: ota_cert_enrollment_api.subscribe_to_certification(

1136:
1137:
1138:
1139:
1140: ota_cert_enrollment_api.subscribe_to_certification(
1141: p_validate => p_validate
1142: ,p_certification_id => l_certification_id
1143: ,p_person_id => l_person_id
1144: -- ,p_contact_id => p_contact_id