DBA Data[Home] [Help]

APPS.OTA_CME_UTIL dependencies on OTA_CERTIFICATIONS_B

Line 572: ota_certifications_b crt

568: cre.certification_id,
569: cpe.business_group_id
570: FROM ota_cert_enrollments cre,
571: ota_cert_prd_enrollments cpe,
572: ota_certifications_b crt
573: where cpe.cert_prd_enrollment_id = p_cert_prd_enrollment_id
574: and cre.certification_id = crt.certification_id
575: and cpe.cert_enrollment_id = cre.cert_enrollment_id;
576: