DBA Data[Home] [Help]

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

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

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

169: --
170: p_rec.start_date
171: := ame_acu_shd.g_old_rec.start_date;
172: --
173: If (p_datetrack_mode = hr_api.g_delete) then
174: p_rec.end_date := p_validation_start_date;
175: Else
176: p_rec.end_date := p_validation_end_date;
177: End If;

Line 329: when hr_api.cannot_find_prog_unit then

325: );
326: --
327: exception
328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'AME_ACTION_USAGES'
333: ,p_hook_type => 'AD');

Line 331: hr_api.cannot_find_prog_unit_error

327: exception
328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'AME_ACTION_USAGES'
333: ,p_hook_type => 'AD');
334: --
335: end;