DBA Data[Home] [Help]

APPS.OTA_CERT_PRD_ENROLLMENT_API dependencies on OTA_CERTIFICATIONS_B

Line 283: from ota_certifications_b b,

279: , b.START_DATE_ACTIVE
280: , b.END_DATE_ACTIVE
281: , cre.earliest_enroll_date
282: , cre.expiration_date
283: from ota_certifications_b b,
284: ota_cert_enrollments cre
285: where b.certification_id = cre.certification_id
286: and cre.cert_enrollment_id = p_cert_enrollment_id;
287:

Line 773: from ota_certifications_b b,

769: , b.VALIDITY_START_TYPE
770: , b.PUBLIC_FLAG
771: , b.START_DATE_ACTIVE
772: , b.END_DATE_ACTIVE
773: from ota_certifications_b b,
774: ota_cert_enrollments cre
775: where cre.certification_id = b.certification_id
776: and cre.cert_enrollment_id = p_cert_enrollment_id;
777: