DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on BEN_ASSIGNMENT_API

Line 1802: ben_assignment_api.create_ben_asg

1798: end if;
1799: --
1800: -- Create the benefits assignment
1801: --
1802: ben_assignment_api.create_ben_asg
1803: (p_event_mode => TRUE
1804: ,p_effective_date => l_benasg_effdate
1805: ,p_person_id => l_perdetails_set(l_plstab_count).per_id
1806: ,p_assignment_status_type_id => l_asg_dets.assignment_status_type_id

Line 2039: ben_assignment_api.update_ben_asg

2035: --
2036: -- Update the benefits assignment
2037: --
2038: hr_utility.set_location(' updating assignment:', 100);
2039: ben_assignment_api.update_ben_asg
2040: (p_validate => FALSE
2041: ,p_effective_date => p_effective_date
2042: ,p_datetrack_update_mode => l_datetrack_mode
2043: ,p_assignment_id => l_asg_rec.assignment_id