DBA Data[Home] [Help]

APPS.PQP_VAL_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 166: If (p_datetrack_mode <> hr_api.g_zap) then

162: --
163: Begin
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --
166: If (p_datetrack_mode <> hr_api.g_zap) then
167: --
168: p_rec.effective_start_date
169: := pqp_val_shd.g_old_rec.effective_start_date;
170: --

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

167: --
168: p_rec.effective_start_date
169: := pqp_val_shd.g_old_rec.effective_start_date;
170: --
171: If (p_datetrack_mode = hr_api.g_delete) then
172: p_rec.effective_end_date := p_validation_start_date - 1;
173: Else
174: p_rec.effective_end_date := p_validation_end_date;
175: End If;

Line 277: If p_datetrack_mode = hr_api.g_zap Then

273: --
274: -- Purge the child rows from the table pqp_veh_alloc_extra_info table
275: -- for the corresponding vehicle allocation id.
276: --
277: If p_datetrack_mode = hr_api.g_zap Then
278: Begin
279: For vxi_rec in c_get_extra_info (p_rec.vehicle_allocation_id)
280: Loop
281: pqp_veh_alloc_extra_info_api.delete_veh_alloc_extra_info

Line 489: when hr_api.cannot_find_prog_unit then

485: );
486: --
487: exception
488: --
489: when hr_api.cannot_find_prog_unit then
490: --
491: hr_api.cannot_find_prog_unit_error
492: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_F'
493: ,p_hook_type => 'AD');

Line 491: hr_api.cannot_find_prog_unit_error

487: exception
488: --
489: when hr_api.cannot_find_prog_unit then
490: --
491: hr_api.cannot_find_prog_unit_error
492: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_F'
493: ,p_hook_type => 'AD');
494: --
495: end;