DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on PER_BUSINESS_GROUPS

Line 1591: from per_business_groups pbg

1587: select pbg.legislation_code
1588: , pbg.business_group_id
1589: into l_territory_code
1590: , l_business_group_id
1591: from per_business_groups pbg
1592: , per_all_assignments_f asg
1593: where asg.assignment_id = l_assignment_id
1594: and l_effective_date between
1595: asg.effective_start_date and asg.effective_end_date