DBA Data[Home] [Help]

APPS.OTA_CERT_XMLP_PKG dependencies on HR_LOOKUPS

Line 21: from hr_lookups es

17:
18: FUNCTION C_SUBSCRIPTION_STATUS_p RETURN varchar2 IS
19: cursor c_lookup_code is
20: select es.meaning
21: from hr_lookups es
22: WHERE es.lookup_type='OTA_CERT_ENROLL_STATUS'
23: AND sysdate BETWEEN NVL(es.start_date_active,sysdate) AND NVL (es.end_date_active, sysdate)
24: AND es.enabled_flag ='Y'
25: AND es.lookup_code = P_SUBSCRIPTION_STATUS ;