You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!