DBA Data[Home] [Help]

APPS.OTA_CERT_XMLP_PKG dependencies on OTA_CERTIFICATIONS_TL

Line 7: from ota_certifications_tl

3:
4: FUNCTION C_CERTIFICATION_NAME_p RETURN varchar2 IS
5: cursor c_certification is
6: select name
7: from ota_certifications_tl
8: where certification_id = P_CERTIFICATION_ID
9: and language = userenv('LANG') ;
10: BEGIN
11: open c_certification;