DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_API dependencies on OTA_CERT_ENROLLMENT_BK1

Line 69: OTA_CERT_ENROLLMENT_bk1.create_cert_enrollment_b

65: l_effective_date := trunc(p_effective_date);
66:
67:
68: begin
69: OTA_CERT_ENROLLMENT_bk1.create_cert_enrollment_b
70: ( p_effective_date => p_effective_date
71: ,p_certification_id => p_certification_id
72: ,p_person_id => p_person_id
73: ,p_contact_id => p_contact_id

Line 160: OTA_CERT_ENROLLMENT_bk1.create_cert_enrollment_a

156: p_cert_enrollment_id := l_cert_enrollment_id;
157: p_object_version_number := l_object_version_number;
158:
159: begin
160: OTA_CERT_ENROLLMENT_bk1.create_cert_enrollment_a
161: ( p_effective_date => p_effective_date
162: ,p_cert_enrollment_id => p_cert_enrollment_id
163: ,p_certification_id => p_certification_id
164: ,p_person_id => p_person_id