DBA Data[Home] [Help]

APPS.BEN_CCM_DEL dependencies on HR_API

Line 376: when hr_api.cannot_find_prog_unit then

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

Line 378: hr_api.cannot_find_prog_unit_error

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