DBA Data[Home] [Help]

APPS.BEN_BPL_DEL dependencies on HR_API

Line 320: if p_datetrack_mode = hr_api.g_delete

316: hr_utility.set_location('Entering:'||l_proc, 5);
317: --
318: -- Bug 5500864
319: --
320: if p_datetrack_mode = hr_api.g_delete
321: then
322: --
323: open c_curr_pil;
324: fetch c_curr_pil into l_per_in_ler_id;

Line 423: when hr_api.cannot_find_prog_unit then

419: );
420: --
421: exception
422: --
423: when hr_api.cannot_find_prog_unit then
424: --
425: hr_api.cannot_find_prog_unit_error
426: (p_module_name => 'ben_bnft_prvdd_ldgr_f'
427: ,p_hook_type => 'AD');

Line 425: hr_api.cannot_find_prog_unit_error

421: exception
422: --
423: when hr_api.cannot_find_prog_unit then
424: --
425: hr_api.cannot_find_prog_unit_error
426: (p_module_name => 'ben_bnft_prvdd_ldgr_f'
427: ,p_hook_type => 'AD');
428: --
429: end;