DBA Data[Home] [Help]

APPS.PER_BULK_APP_ASG_CHANGE_PKG dependencies on PER_APP_ASG_PKG

Line 213: per_app_asg_pkg.check_assignment_continuity (

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,