DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on PER_CONTACT_RELATIONSHIPS_V2

Line 354: FROM per_contact_relationships_v2 rel

350: -- JH EHRI Get Emergeny Contacts
351: CURSOR cur_contacts IS
352: SELECT contact.last_name, contact.first_name, contact.middle_names, contact.suffix
353: ,pho.phone_number, rel.date_start
354: FROM per_contact_relationships_v2 rel
355: ,per_all_people contact
356: ,per_phones pho
357: WHERE rel.person_id = g_person_id
358: AND contact_type in ('EMRG','EC')