DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on PER_CONTACT_RELATIONSHIPS_V2

Line 342: FROM per_contact_relationships_v2 rel

338: -- JH EHRI Get Emergeny Contacts
339: CURSOR cur_contacts IS
340: SELECT contact.last_name, contact.first_name, contact.middle_names, contact.suffix
341: ,pho.phone_number, rel.date_start
342: FROM per_contact_relationships_v2 rel
343: ,per_all_people contact
344: ,per_phones pho
345: WHERE rel.person_id = g_person_id
346: AND contact_type in ('EMRG','EC')