DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PER_ALL_ASSIGNMENTS_F

Line 12439: from per_people_extra_info where person_id=(select distinct person_id from per_all_assignments_f

12435:
12436: cursor csr_chk_student_status
12437: is
12438: select pei_information1,pei_information2
12439: from per_people_extra_info where person_id=(select distinct person_id from per_all_assignments_f
12440: where assignment_id=p_assignment_id
12441: and primary_flag='Y')
12442: and information_type like 'PER_US_ADDITIONAL_DETAILS'
12443: and pei_information_category like 'PER_US_ADDITIONAL_DETAILS'

Line 12450: from per_people_extra_info where person_id=(select distinct person_id from per_all_assignments_f

12446:
12447: cursor csr_chk_nra_status
12448: is
12449: select information_type,pei_information_category,pei_information5,pei_information9
12450: from per_people_extra_info where person_id=(select distinct person_id from per_all_assignments_f
12451: where assignment_id=p_assignment_id
12452: and primary_flag='Y')
12453: and information_type like 'PER_US_ADDITIONAL_DETAILS'
12454: and pei_information_category like 'PER_US_ADDITIONAL_DETAILS'