DBA Data[Home] [Help]

APPS.PAY_PPR_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_ppr_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 211: If (p_datetrack_mode <> hr_api.g_zap) then

207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: If (p_datetrack_mode <> hr_api.g_zap) then
212: --
213: p_rec.effective_start_date
214: := pay_ppr_shd.g_old_rec.effective_start_date;
215: --

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

212: --
213: p_rec.effective_start_date
214: := pay_ppr_shd.g_old_rec.effective_start_date;
215: --
216: If (p_datetrack_mode = hr_api.g_delete) then
217: p_rec.effective_end_date := p_validation_start_date - 1;
218: Else
219: p_rec.effective_end_date := p_validation_end_date;
220: End If;

Line 417: when hr_api.cannot_find_prog_unit then

413: );
414: --
415: exception
416: --
417: when hr_api.cannot_find_prog_unit then
418: --
419: hr_api.cannot_find_prog_unit_error
420: (p_module_name => 'PAY_STATUS_PROCESSING_RULES_F'
421: ,p_hook_type => 'AD');

Line 419: hr_api.cannot_find_prog_unit_error

415: exception
416: --
417: when hr_api.cannot_find_prog_unit then
418: --
419: hr_api.cannot_find_prog_unit_error
420: (p_module_name => 'PAY_STATUS_PROCESSING_RULES_F'
421: ,p_hook_type => 'AD');
422: --
423: end;

Line 465: If (p_datetrack_mode = hr_api.g_delete_next_change and

461: -- according to business rule.
462: -- set end date if it is last record and its end date is EOT.
463: --
464:
465: If (p_datetrack_mode = hr_api.g_delete_next_change and
466: l_validation_end_date = hr_api.g_eot) then
467: pay_ppr_bus.set_effective_end_date
468: (p_effective_date => p_effective_date
469: ,p_status_processing_rule_id => p_rec.status_processing_rule_id

Line 466: l_validation_end_date = hr_api.g_eot) then

462: -- set end date if it is last record and its end date is EOT.
463: --
464:
465: If (p_datetrack_mode = hr_api.g_delete_next_change and
466: l_validation_end_date = hr_api.g_eot) then
467: pay_ppr_bus.set_effective_end_date
468: (p_effective_date => p_effective_date
469: ,p_status_processing_rule_id => p_rec.status_processing_rule_id
470: ,p_element_type_id => pay_ppr_shd.g_old_rec.element_type_id