DBA Data[Home] [Help]

APPS.PAY_CAL_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: pay_cal_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 171: If (p_datetrack_mode <> hr_api.g_zap) then

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: If (p_datetrack_mode <> hr_api.g_zap) then
172: --
173: p_rec.effective_start_date
174: := pay_cal_shd.g_old_rec.effective_start_date;
175: --

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

172: --
173: p_rec.effective_start_date
174: := pay_cal_shd.g_old_rec.effective_start_date;
175: --
176: If (p_datetrack_mode = hr_api.g_delete) then
177: /* Bug : 13951697 . The validation start date is being passed as effective date + 1
178: but we need to update the old record to effective date -1
179: which is nothing but validation_start_date -2 */
180:

Line 351: when hr_api.cannot_find_prog_unit then

347: );
348: --
349: exception
350: --
351: when hr_api.cannot_find_prog_unit then
352: --
353: hr_api.cannot_find_prog_unit_error
354: (p_module_name => 'PAY_COST_ALLOCATIONS_F'
355: ,p_hook_type => 'AD');

Line 353: hr_api.cannot_find_prog_unit_error

349: exception
350: --
351: when hr_api.cannot_find_prog_unit then
352: --
353: hr_api.cannot_find_prog_unit_error
354: (p_module_name => 'PAY_COST_ALLOCATIONS_F'
355: ,p_hook_type => 'AD');
356: --
357: end;