DBA Data[Home] [Help]

APPS.PAY_ETU_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 110: p_datetrack_mode = hr_api.g_zap) THEN

106: BEGIN
107: --
108: IF ((hr_startup_data_api_support.return_startup_mode
109: IN ('STARTUP','GENERIC')) AND
110: p_datetrack_mode = hr_api.g_zap) THEN
111: --
112: DELETE FROM hr_application_ownerships
113: WHERE key_name = p_pk_column
114: AND key_value = p_pk_value;

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

199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: If (p_datetrack_mode <> hr_api.g_zap) then
204: --
205: p_rec.effective_start_date
206: := pay_etu_shd.g_old_rec.effective_start_date;
207: --

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

204: --
205: p_rec.effective_start_date
206: := pay_etu_shd.g_old_rec.effective_start_date;
207: --
208: If (p_datetrack_mode = hr_api.g_delete) then
209: p_rec.effective_end_date := p_validation_start_date - 1;
210: Else
211: p_rec.effective_end_date := p_validation_end_date;
212: End If;

Line 381: when hr_api.cannot_find_prog_unit then

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

Line 383: hr_api.cannot_find_prog_unit_error

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