DBA Data[Home] [Help]

APPS.HR_MEE_VIEWS_GEN dependencies on PER_ALL_PEOPLE_F

Line 1963: per_all_people_f per

1959: select pcr.contact_type Contact_Type,
1960: decode(pcr.contact_type,'EMRG','Y','N') Emergency_Contact,
1961: HR_GENERAL.DECODE_LOOKUP('CONTACT',pcr.contact_type) Full_Contact_Type
1962: from per_contact_relationships pcr,
1963: per_all_people_f per
1964: where pcr.person_id = pp_person_id
1965: and pcr.contact_person_id = pp_contact_id
1966: and pcr.contact_person_id = per.person_id
1967: and pp_effective_date between

Line 2019: per_all_people_f per

2015:
2016: BEGIN
2017: select pcr.primary_contact_flag into lv_primary
2018: from per_contact_relationships pcr,
2019: per_all_people_f per
2020: where pcr.person_id = p_person_id
2021: and pcr.contact_person_id = p_contact_id
2022: and pcr.contact_person_id = per.person_id
2023: and p_effective_date between