DBA Data[Home] [Help]

APPS.OTA_CPE_BUS dependencies on OTA_CERTIFICATIONS_B

Line 414: ota_certifications_b crt,

410: CURSOR csr_cert_mbr IS
411: select
412: cmb.CERTIFICATION_MEMBER_ID
413: from ota_certification_members cmb,
414: ota_certifications_b crt,
415: ota_cert_enrollments cre
416: where cre.cert_enrollment_id = p_cert_enrollment_id
417: and cre.certification_id = crt.certification_id
418: and crt.certification_id = cmb.certification_id