DBA Data[Home] [Help]

APPS.PAY_PRT_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: -- Delete the where the effective start date is equal
68: -- to the validation end date.
69: --

Line 105: p_datetrack_mode = hr_api.g_zap) THEN

101: BEGIN
102: --
103: IF ((hr_startup_data_api_support.return_startup_mode
104: IN ('STARTUP','GENERIC')) AND
105: p_datetrack_mode = hr_api.g_zap) THEN
106: --
107: DELETE FROM hr_application_ownerships
108: WHERE key_name = p_pk_column
109: AND key_value = p_pk_value;

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

194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: If (p_datetrack_mode <> hr_api.g_zap) then
199: --
200: p_rec.effective_start_date
201: := pay_prt_shd.g_old_rec.effective_start_date;
202: --

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

199: --
200: p_rec.effective_start_date
201: := pay_prt_shd.g_old_rec.effective_start_date;
202: --
203: If (p_datetrack_mode = hr_api.g_delete) then
204: p_rec.effective_end_date := p_validation_start_date - 1;
205: Else
206: p_rec.effective_end_date := p_validation_end_date;
207: End If;

Line 443: when hr_api.cannot_find_prog_unit then

439: );
440: --
441: exception
442: --
443: when hr_api.cannot_find_prog_unit then
444: --
445: hr_api.cannot_find_prog_unit_error
446: (p_module_name => 'PAY_RUN_TYPES_F'
447: ,p_hook_type => 'AD');

Line 445: hr_api.cannot_find_prog_unit_error

441: exception
442: --
443: when hr_api.cannot_find_prog_unit then
444: --
445: hr_api.cannot_find_prog_unit_error
446: (p_module_name => 'PAY_RUN_TYPES_F'
447: ,p_hook_type => 'AD');
448: --
449: end;