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

Binding a Person id to table type value sets

edited Oct 16, 2020 10:35AM in Human Capital Management 2 comments

Summary

we have a requirement where one of the attribute of Document of Record DFF has to show drop down of all dependent ,we are using Table type value Sets .Currently facing achallege in Binding Person ID

Content

We wre using the below SQL. But it is throwing an error.Can any suggest how to bind a person id to a Table type value sets
 
select pcr.CONTACT_PERSON_ID
from per_contact_relationships pcr,per_all_people_f papf
where trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
--and person_id='300000009478361'
 and pcr.person_id =:{PARAMETER.PERSON_ID}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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