DBA Data[Home] [Help]

APPS.PQP_PTY_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: --
67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.

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

202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: If (p_datetrack_mode <> hr_api.g_zap) then
207: --
208: p_rec.effective_start_date
209: := pqp_pty_shd.g_old_rec.effective_start_date;
210: --

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

207: --
208: p_rec.effective_start_date
209: := pqp_pty_shd.g_old_rec.effective_start_date;
210: --
211: If (p_datetrack_mode = hr_api.g_delete) then
212: p_rec.effective_end_date := p_validation_start_date - 1;
213: Else
214: p_rec.effective_end_date := p_validation_end_date;
215: End If;

Line 550: when hr_api.cannot_find_prog_unit then

546: );
547: --
548: exception
549: --
550: when hr_api.cannot_find_prog_unit then
551: --
552: hr_api.cannot_find_prog_unit_error
553: (p_module_name => 'PQP_PENSION_TYPES_F'
554: ,p_hook_type => 'AD');

Line 552: hr_api.cannot_find_prog_unit_error

548: exception
549: --
550: when hr_api.cannot_find_prog_unit then
551: --
552: hr_api.cannot_find_prog_unit_error
553: (p_module_name => 'PQP_PENSION_TYPES_F'
554: ,p_hook_type => 'AD');
555: --
556: end;