DBA Data[Home] [Help]

APPS.PAY_PGR_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_pgr_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 194: If (p_datetrack_mode <> hr_api.g_zap) then

190: End if;
191: hr_utility.trace('pqh_gsp_sync_compensation_obj.delete_std_for_grade_rule : '
192: || l_return);
193:
194: If (p_datetrack_mode <> hr_api.g_zap) then
195: --
196: p_rec.effective_start_date
197: := pay_pgr_shd.g_old_rec.effective_start_date;
198: --

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

195: --
196: p_rec.effective_start_date
197: := pay_pgr_shd.g_old_rec.effective_start_date;
198: --
199: If (p_datetrack_mode = hr_api.g_delete) then
200: p_rec.effective_end_date := p_validation_start_date - 1;
201: Else
202: p_rec.effective_end_date := p_validation_end_date;
203: End If;

Line 382: when hr_api.cannot_find_prog_unit then

378: );
379: --
380: exception
381: --
382: when hr_api.cannot_find_prog_unit then
383: --
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'PAY_GRADE_RULES_F'
386: ,p_hook_type => 'AD');

Line 384: hr_api.cannot_find_prog_unit_error

380: exception
381: --
382: when hr_api.cannot_find_prog_unit then
383: --
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'PAY_GRADE_RULES_F'
386: ,p_hook_type => 'AD');
387: --
388: end;