DBA Data[Home] [Help]

APPS.PER_SPP_BUS dependencies on HR_ASSIGNMENT_INTERNAL

Line 1600: if (not hr_assignment_internal.g_called_from_spp_asg) and

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

Line 1676: if (not hr_assignment_internal.g_called_from_spp_asg) and

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