DBA Data[Home] [Help]

APPS.PQP_VRE_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 167: IF (p_datetrack_mode <> hr_api.g_zap) THEN

163: --
164: BEGIN
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: IF (p_datetrack_mode <> hr_api.g_zap) THEN
168: --
169: p_rec.effective_start_date
170: := pqp_vre_shd.g_old_rec.effective_start_date;
171: --

Line 172: IF (p_datetrack_mode = hr_api.g_delete) THEN

168: --
169: p_rec.effective_start_date
170: := pqp_vre_shd.g_old_rec.effective_start_date;
171: --
172: IF (p_datetrack_mode = hr_api.g_delete) THEN
173: p_rec.effective_end_date := p_validation_start_date - 1;
174: Else
175: p_rec.effective_end_date := p_validation_end_date;
176: END IF;

Line 500: when hr_api.cannot_find_prog_unit then

496: );
497: --
498: exception
499: --
500: when hr_api.cannot_find_prog_unit then
501: --
502: hr_api.cannot_find_prog_unit_error
503: (p_module_name => 'PQP_VEHICLE_REPOSITORY_F'
504: ,p_hook_type => 'AD');

Line 502: hr_api.cannot_find_prog_unit_error

498: exception
499: --
500: when hr_api.cannot_find_prog_unit then
501: --
502: hr_api.cannot_find_prog_unit_error
503: (p_module_name => 'PQP_VEHICLE_REPOSITORY_F'
504: ,p_hook_type => 'AD');
505: --
506: end;