[Home] [Help]
209: -- The call below was commented out as part of fix for bug 677744.
210: -- the line 'p_max_end_date => l_max_end_date,'
211: -- was replaced with 'p_max_end_date => l_effective_date'
212: --
213: per_app_asg_pkg.check_assignment_continuity (
214: p_business_group_id => p_business_group_id,
215: p_assignment_id => p_assignment_id,
216: p_person_id => p_person_id,
217: p_max_end_date => l_effective_date,