DBA Data[Home] [Help]

APPS.PAY_ELE_DEL dependencies on HR_API

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

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

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

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

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

173: --
174: p_rec.effective_start_date
175: := pay_ele_shd.g_old_rec.effective_start_date;
176: --
177: If (p_datetrack_mode = hr_api.g_delete) then
178: p_rec.effective_end_date := p_validation_start_date - 1;
179: Else
180: p_rec.effective_end_date := p_validation_end_date;
181: End If;

Line 469: when hr_api.cannot_find_prog_unit then

465: );
466: --
467: exception
468: --
469: when hr_api.cannot_find_prog_unit then
470: --
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'PAY_ELEMENT_ENTRIES_F'
473: ,p_hook_type => 'AD');

Line 471: hr_api.cannot_find_prog_unit_error

467: exception
468: --
469: when hr_api.cannot_find_prog_unit then
470: --
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'PAY_ELEMENT_ENTRIES_F'
473: ,p_hook_type => 'AD');
474: --
475: end;