DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_BUSINESS_GROUPS

Line 4194: ,per_business_groups bus

4190: --
4191: CURSOR csr_per_legislation IS
4192: SELECT bus.legislation_code
4193: FROM per_people_f per
4194: ,per_business_groups bus
4195: WHERE per.person_id = p_person_id
4196: AND per.business_group_id+0 = bus.business_group_id
4197: AND p_start_date BETWEEN per.effective_start_date
4198: AND per.effective_end_date;