DBA Data[Home] [Help]

APPS.BEN_EXT_BNF dependencies on PER_CONTACT_RELATIONSHIPS

Line 122: per_contact_relationships b,

118: , a.amt_dsgd_uom bnf_amt_uom
119: , a.pl_bnf_id pl_bnf_id
120: from ben_pl_bnf_f a,
121: ben_per_in_ler pil,
122: per_contact_relationships b,
123: per_all_people_f c
124: where
125: a.prtt_enrt_rslt_id = l_prtt_enrt_rslt_id
126: and a.bnf_person_id = b.contact_person_id

Line 175: per_contact_relationships r

171: , a.country
172: , a.date_from
173: , a.region_3
174: from per_addresses a,
175: per_contact_relationships r
176: where
177: r.contact_person_id = c_person_id
178: and r.person_id = a.person_id
179: and p_effective_date between nvl(a.date_from, p_effective_date)

Line 233: , per_contact_relationships r

229: , per_phones h
230: , per_phones w
231: , per_phones f
232: , per_phones m
233: , per_contact_relationships r
234: where r.contact_person_id = c_person_id
235: and p.person_id = r.person_id
236: and r.rltd_per_rsds_w_dsgntr_flag = 'Y'
237: and p_effective_date between nvl(p.effective_start_date, p_effective_date)