DBA Data[Home] [Help]

APPS.OTA_CME_UTIL dependencies on OTA_CERTIFICATIONS_B

Line 683: ota_certifications_b crt

679: cre.certification_id,
680: cpe.business_group_id
681: FROM ota_cert_enrollments cre,
682: ota_cert_prd_enrollments cpe,
683: ota_certifications_b crt
684: where cpe.cert_prd_enrollment_id = p_cert_prd_enrollment_id
685: and cre.certification_id = crt.certification_id
686: and cpe.cert_enrollment_id = cre.cert_enrollment_id;
687: