DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_ASSIGNMENT_ATT

Line 572: hr_assignment_att.update_asg(

568:
569:
570:
571: -- call api here
572: hr_assignment_att.update_asg(
573: p_validate=>p_validate,
574: p_effective_date=>p_effective_date ,
575: p_attribute_update_mode=>p_attribute_update_mode ,
576: p_assignment_id=>p_assignment_id ,

Line 2128: hr_assignment_att.update_asg(

2124: FETCH lc_object_version_no into ln_object_version_no,l_assignment_type;
2125: CLOSE lc_object_version_no ;
2126:
2127: -- Call the actual API.
2128: hr_assignment_att.update_asg(
2129: p_validate =>lb_validate,
2130: p_effective_date =>p_effective_date ,
2131: p_attribute_update_mode =>p_attribute_update_mode ,
2132: p_assignment_id =>l_assignment_id ,