366: --
367: --
368: exception
369: --
370: when hr_api.cannot_find_prog_unit then
371: --
372: hr_api.cannot_find_prog_unit_error
373: (p_module_name => 'ben_opt_f'
374: ,p_hook_type => 'AD');
368: exception
369: --
370: when hr_api.cannot_find_prog_unit then
371: --
372: hr_api.cannot_find_prog_unit_error
373: (p_module_name => 'ben_opt_f'
374: ,p_hook_type => 'AD');
375: --
376: end;