DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYRS_PKG dependencies on PER_PEOPLE_EXTRA_INFO

Line 318: per_people_extra_info pei

314: select
315: nvl(pei.pei_information3,'N') house_holder_flag
316: from per_people_f per,
317: per_assignments_f asg,
318: per_people_extra_info pei
319: where asg.assignment_id = p_assignment_id
320: and p_effective_date
321: between asg.effective_start_date and asg.effective_end_date
322: and per.person_id = asg.person_id