DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_ASSIGNMENT_ATT

Line 527: hr_assignment_att.update_asg(

523:
524:
525:
526: -- call api here
527: hr_assignment_att.update_asg(
528: p_validate=>p_validate,
529: p_effective_date=>p_effective_date ,
530: p_attribute_update_mode=>p_attribute_update_mode ,
531: p_assignment_id=>p_assignment_id ,

Line 2004: hr_assignment_att.update_asg(

2000: FETCH lc_object_version_no into ln_object_version_no,l_assignment_type;
2001: CLOSE lc_object_version_no ;
2002:
2003: -- Call the actual API.
2004: hr_assignment_att.update_asg(
2005: p_validate =>lb_validate,
2006: p_effective_date =>p_effective_date ,
2007: p_attribute_update_mode =>p_attribute_update_mode ,
2008: p_assignment_id =>l_assignment_id ,