DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on OTA_CERT_ENROLLMENTS

Line 2978: ,ota_cert_enrollments oce

2974: cursor csr_wsp_cert(p_person_id number) is
2975: select oc.certification_id, oc_tl.name
2976: from ota_certifications_b oc
2977: ,ota_certifications_tl oc_tl
2978: ,ota_cert_enrollments oce
2979: where oce.person_id = p_person_id
2980: and oce.certification_id = oc.certification_id
2981: and oc.certification_id = oc_tl.certification_id
2982: and oc_tl.language = userenv('LANG')

Line 3616: ,ota_cert_enrollments oce

3612: cursor csr_atr_cert(p_person_id number) is
3613: select oc.certification_id, oc_tl.name,oce.completion_date, oce.certification_status_code
3614: from ota_certifications_b oc
3615: ,ota_certifications_tl oc_tl
3616: ,ota_cert_enrollments oce
3617: where oce.person_id = p_person_id
3618: and oce.certification_id = oc.certification_id
3619: and oc.certification_id = oc_tl.certification_id
3620: and oc_tl.language = userenv('LANG')