OCI HCM Adapter business object for profile description not found
I am trying to fetch job description details for any given model profile. The details are available in the below query. I created one hcm cloud adapter in OCI, but i am not clear on what business object to select to get the right job description data from the below query , please suggest right business object to select.
Query:
Selecthpeit.description from hrt_profiles_b hpb, hrt_profiles_tl hpt, hrt_profile_extra_info_b hpeib,hrt_profile_extra_info_tl hpeit
where hpb.profile_id= hpt.profile_id
and hpeib.profile_id= hpb.profile_id
andhpeit.profile_extra_info_id = hpeib.profile_extra_info_id