DBA Data[Home] [Help]

APPS.BEN_EXT_DPNT dependencies on PER_CONTACT_RELATIONSHIPS

Line 127: per_contact_relationships b,

123: , c.pre_name_adjunct
124: , c.uses_tobacco_flag
125: , c.previous_last_name
126: from ben_elig_cvrd_dpnt_f a,
127: per_contact_relationships b,
128: per_all_people_f c
129: where
130: a.prtt_enrt_rslt_id = l_prtt_enrt_rslt_id
131: and a.cvg_pndg_flag = 'N'

Line 198: per_contact_relationships r

194: , a.country
195: , a.date_from
196: , a.region_3
197: from per_addresses a,
198: per_contact_relationships r
199: where
200: r.contact_person_id = p_dpnt_person_id
201: and r.person_id = p_person_id
202: and r.person_id = a.person_id