Unable to view DEGREE_NAME field
Summary:
I am trying to pull the education details of a candidate and Unable to view the DEGREE_NAME field name from the below query, but value exists in the front end. Kindly assist on the same.
select ipev.DEGREE_NAME
from IRC_PROFILE_EDUCATION_ITEMS_V IPEV,
IRC_CAND_PROFILE_USAGES_M ICPU,
IRC_CANDIDATES IC
WHERE ICPU.PROFILE_ID = IPEV.PROFILE_ID
AND IC.PERSON_ID = ICPU.PERSON_ID
and ic.candidate_number = '103067'
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):