DBA Data[Home] [Help]

APPS.GHR_PAR_DEL dependencies on HR_API

Line 62: When hr_api.child_integrity_violated then

58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);
60: --
61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: ghr_par_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then

Line 65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: ghr_par_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then
67: Raise;
68: End delete_dml;
69: --

Line 377: when hr_api.cannot_find_prog_unit then

373: p_mass_action_select_flag_o => ghr_par_shd.g_old_rec.mass_action_select_flag,
374: p_mass_action_comments_o => ghr_par_shd.g_old_rec.mass_action_comments
375: );
376: exception
377: when hr_api.cannot_find_prog_unit then
378: hr_api.cannot_find_prog_unit_error
379: ( p_module_name => 'GHR_PA_REQUESTS'
380: ,p_hook_type => 'AD'
381: );

Line 378: hr_api.cannot_find_prog_unit_error

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