DBA Data[Home] [Help]

APPS.PAY_IVL_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_ivl_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 115: p_datetrack_mode = hr_api.g_zap) THEN

111: BEGIN
112: --
113: IF ((hr_startup_data_api_support.return_startup_mode
114: IN ('STARTUP','GENERIC')) AND
115: p_datetrack_mode = hr_api.g_zap) THEN
116: --
117: DELETE FROM hr_application_ownerships
118: WHERE key_name = p_pk_column
119: AND key_value = p_pk_value;

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

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

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

209: --
210: p_rec.effective_start_date
211: := pay_ivl_shd.g_old_rec.effective_start_date;
212: --
213: If (p_datetrack_mode = hr_api.g_delete) then
214: p_rec.effective_end_date := p_validation_start_date - 1;
215: Else
216: p_rec.effective_end_date := p_validation_end_date;
217: End If;

Line 409: when hr_api.cannot_find_prog_unit then

405: );
406: --
407: exception
408: --
409: when hr_api.cannot_find_prog_unit then
410: --
411: hr_api.cannot_find_prog_unit_error
412: (p_module_name => 'PAY_INPUT_VALUES_F'
413: ,p_hook_type => 'AD');

Line 411: hr_api.cannot_find_prog_unit_error

407: exception
408: --
409: when hr_api.cannot_find_prog_unit then
410: --
411: hr_api.cannot_find_prog_unit_error
412: (p_module_name => 'PAY_INPUT_VALUES_F'
413: ,p_hook_type => 'AD');
414: --
415: end;

Line 480: If p_datetrack_mode = hr_api.g_zap Then

476:
477: --
478: -- delete DB items if zapping the input value
479: --
480: If p_datetrack_mode = hr_api.g_zap Then
481: --
482: hrdyndbi.delete_input_value_dict (p_rec.input_value_id);
483: --
484: End If;

Line 596: if p_datetrack_mode = hr_api.g_zap then

592: p_object_version_number := l_rec.object_version_number;
593: p_effective_start_date := l_rec.effective_start_date;
594: p_effective_end_date := l_rec.effective_end_date;
595: --
596: if p_datetrack_mode = hr_api.g_zap then
597: pay_ivt_del.del_tl
598: (p_input_value_id => p_input_value_id);
599: end if;
600: --