DBA Data[Home] [Help]

APPS.PER_SPP_BUS dependencies on HR_ASSIGNMENT_INTERNAL

Line 1602: if (not hr_assignment_internal.g_called_from_spp_asg) and

1598: ,p_effective_date => p_effective_date);
1599: --
1600: -- Start of fix for Bug 3335915
1601: --
1602: if (not hr_assignment_internal.g_called_from_spp_asg) and
1603: (p_datetrack_mode = 'UPDATE_OVERRIDE') then
1604: --
1605: chk_future_asg_changes
1606: (p_placement_id => p_rec.placement_id

Line 1678: if (not hr_assignment_internal.g_called_from_spp_asg) and

1674: ,p_object_version_number => p_rec.object_version_number
1675: ,p_effective_date => p_effective_date
1676: );
1677: -- Start of fix for Bug 3335915
1678: if (not hr_assignment_internal.g_called_from_spp_asg) and
1679: (p_datetrack_mode in ('DELETE_NEXT_CHANGE','FUTURE_CHANGE'))then
1680: --
1681: hr_utility.set_location( l_proc ||'calling chk_fututre_asg_chng', 40);
1682: --