DBA Data[Home] [Help]

APPS.BEN_XRC_DEL dependencies on HR_API

Line 107: When hr_api.child_integrity_violated then

103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: --
106: Exception
107: When hr_api.child_integrity_violated then
108: -- Child integrity has been violated
109: ben_xrc_shd.g_api_dml := false; -- Unset the api dml status
110: ben_xrc_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

107: When hr_api.child_integrity_violated then
108: -- Child integrity has been violated
109: ben_xrc_shd.g_api_dml := false; -- Unset the api dml status
110: ben_xrc_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then
113: ben_xrc_shd.g_api_dml := false; -- Unset the api dml status
114: Raise;
115: End delete_dml;

Line 254: when hr_api.cannot_find_prog_unit then

250: );
251: --
252: exception
253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'ben_ext_rcd'
258: ,p_hook_type => 'AD');

Line 256: hr_api.cannot_find_prog_unit_error

252: exception
253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'ben_ext_rcd'
258: ,p_hook_type => 'AD');
259: --
260: end;