DBA Data[Home] [Help]

APPS.HR_PERSON_NAME dependencies on PER_BUSINESS_GROUPS_PERF

Line 522: ,per_business_groups_perf bg

518: --
519: cursor csr_get_leg is
520: select bg.legislation_code
521: from per_all_people_f peo
522: ,per_business_groups_perf bg
523: where peo.person_id = p_person_id
524: and p_effective_date between peo.effective_start_date and peo.effective_end_date
525: and peo.business_group_id = bg.business_group_id;
526: --