DBA Data[Home] [Help]

APPS.PAY_PAY_DEL dependencies on HR_API

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

62: l_status_of_dml boolean;
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_pay_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 190: If (p_datetrack_mode <> hr_api.g_zap) then

186: Begin
187: --
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: If (p_datetrack_mode <> hr_api.g_zap) then
191: --
192: p_rec.effective_start_date
193: := pay_pay_shd.g_old_rec.effective_start_date;
194: --

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

191: --
192: p_rec.effective_start_date
193: := pay_pay_shd.g_old_rec.effective_start_date;
194: --
195: If (p_datetrack_mode = hr_api.g_delete) then
196: --
197: p_rec.effective_end_date := p_validation_start_date - 1;
198: --
199: Else

Line 540: when hr_api.cannot_find_prog_unit then

536: );
537: --
538: exception
539: --
540: when hr_api.cannot_find_prog_unit then
541: --
542: hr_api.cannot_find_prog_unit_error
543: (p_module_name => 'PAY_ALL_PAYROLLS_F'
544: ,p_hook_type => 'AD');

Line 542: hr_api.cannot_find_prog_unit_error

538: exception
539: --
540: when hr_api.cannot_find_prog_unit then
541: --
542: hr_api.cannot_find_prog_unit_error
543: (p_module_name => 'PAY_ALL_PAYROLLS_F'
544: ,p_hook_type => 'AD');
545: --
546: end;