DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on PER_BUSINESS_GROUPS

Line 320: from per_business_groups bgp,

316: Is
317: select bgp.business_group_id,
318: bgp.legislation_code,
319: pet.system_person_type
320: from per_business_groups bgp,
321: per_all_people_f per,
322: per_person_types pet
323: where per.business_group_id = bgp.business_group_id
324: and per.person_type_id = pet.person_type_id