DBA Data[Home] [Help]

APPS.HR_TERMINATION_SS dependencies on HR_ASSIGNMENT_ATT

Line 3342: hr_assignment_att.update_asg(

3338: if ( (p_new_sup_person_id is not null and p_new_sup_person_id <> -1) OR
3339: (l_new_sup_asg_id is not null and l_new_sup_asg_id <> -1) ) then
3340:
3341: -- Update Supervisor
3342: hr_assignment_att.update_asg(
3343: p_validate=> l_validate ,
3344: p_effective_date => cur_get_direct_reports.effective_date ,
3345: p_attribute_update_mode=> 'ATTRIBUTE_UPDATE' ,
3346: p_assignment_id=> cur_get_direct_reports.assignment_id ,