DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS1 dependencies on PER_PERSON_TYPE_USAGES_F

Line 63: from per_person_type_usages_f ppu

59: and (c_pet_id is null
60: or
61: ppf.person_id in (select ppu.person_id
62: -- exists (select null
63: from per_person_type_usages_f ppu
64: where
65: -- ppf.person_id = ppu.person_id
66: -- and
67: ppu.person_type_id = c_pet_id

Line 231: from per_person_type_usages_f ppu

227: and (c_pet_id is null
228: or
229: ppf.person_id in (select ppu.person_id
230: -- exists (select null
231: from per_person_type_usages_f ppu
232: where
233: -- ppf.person_id = ppu.person_id
234: -- and
235: ppu.person_type_id = c_pet_id