DBA Data[Home] [Help]

APPS.PER_SPS_DEL dependencies on HR_API

Line 65: If (p_datetrack_mode = hr_api.g_delete_next_change) then

61: l_proc varchar2(72) := g_package||'dt_delete_dml';
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: If (p_datetrack_mode = hr_api.g_delete_next_change) then
66: per_sps_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.

Line 222: If (p_datetrack_mode <> hr_api.g_zap) then

218: fnd_message.raise_error;
219: End if;
220: end if;
221: --
222: If (p_datetrack_mode <> hr_api.g_zap) then
223: --
224: p_rec.effective_start_date
225: := per_sps_shd.g_old_rec.effective_start_date;
226: --

Line 227: If (p_datetrack_mode = hr_api.g_delete) then

223: --
224: p_rec.effective_start_date
225: := per_sps_shd.g_old_rec.effective_start_date;
226: --
227: If (p_datetrack_mode = hr_api.g_delete) then
228: p_rec.effective_end_date := p_validation_start_date - 1;
229: Else
230: p_rec.effective_end_date := p_validation_end_date;
231: End If;

Line 460: when hr_api.cannot_find_prog_unit then

456: );
457: --
458: exception
459: --
460: when hr_api.cannot_find_prog_unit then
461: --
462: hr_api.cannot_find_prog_unit_error
463: (p_module_name => 'PER_SPINAL_POINT_STEPS_F'
464: ,p_hook_type => 'AD');

Line 462: hr_api.cannot_find_prog_unit_error

458: exception
459: --
460: when hr_api.cannot_find_prog_unit then
461: --
462: hr_api.cannot_find_prog_unit_error
463: (p_module_name => 'PER_SPINAL_POINT_STEPS_F'
464: ,p_hook_type => 'AD');
465: --
466: end;