DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_BUSINESS_GROUPS

Line 1871: ,per_business_groups bus

1867: --
1868: CURSOR csr_per_legislation IS
1869: SELECT bus.legislation_code
1870: FROM per_people_f per
1871: ,per_business_groups bus
1872: WHERE per.person_id = p_person_id
1873: AND per.business_group_id+0 = bus.business_group_id
1874: AND p_start_date BETWEEN per.effective_start_date
1875: AND per.effective_end_date;