DBA Data[Home] [Help]

APPS.BEN_PDP_DEL dependencies on HR_API

Line 304: if p_datetrack_mode <> hr_api.g_future_change then

300: p_business_group_id => ben_pdp_shd.g_old_rec.business_group_id);
301: --
302:
303:
304: if p_datetrack_mode <> hr_api.g_future_change then
305: hr_utility.set_location('update the elig dpnt - cvrd_dpnt_id ', 5);
306: update ben_elig_dpnt
307: set elig_cvrd_dpnt_id = null
308: where elig_cvrd_dpnt_id = p_rec.elig_cvrd_dpnt_id

Line 378: when hr_api.cannot_find_prog_unit then

374: );
375: --
376: exception
377: --
378: when hr_api.cannot_find_prog_unit then
379: --
380: hr_api.cannot_find_prog_unit_error
381: (p_module_name => 'ben_elig_cvrd_dpnt_f'
382: ,p_hook_type => 'AD');

Line 380: hr_api.cannot_find_prog_unit_error

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