DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on PER_BUSINESS_GROUPS

Line 526: from per_business_groups bgp,

522: Is
523: select bgp.business_group_id,
524: bgp.legislation_code,
525: pet.system_person_type
526: from per_business_groups bgp,
527: per_all_people_f per,
528: per_person_types pet
529: where per.business_group_id = bgp.business_group_id
530: and per.person_type_id = pet.person_type_id