DBA Data[Home] [Help]

APPS.OTA_CERT_XMLP_PKG dependencies on OTA_CERTIFICATIONS_TL

Line 8: from ota_certifications_tl

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