DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on PER_BUSINESS_GROUPS

Line 1666: from per_business_groups pbg

1662: select pbg.legislation_code
1663: , pbg.business_group_id
1664: into l_territory_code
1665: , l_business_group_id
1666: from per_business_groups pbg
1667: , per_all_assignments_f asg
1668: where asg.assignment_id = l_assignment_id
1669: and l_effective_date between
1670: asg.effective_start_date and asg.effective_end_date