DBA Data[Home] [Help]

APPS.HXC_EGC_INS dependencies on HR_API

Line 162: When hr_api.check_integrity_violated Then

158: if g_debug then
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end if;
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
165: hxc_egc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
165: hxc_egc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
170: hxc_egc_shd.constraint_error

Line 167: When hr_api.parent_integrity_violated Then

163: -- A check constraint has been violated
164: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
165: hxc_egc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
170: hxc_egc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
170: hxc_egc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
175: hxc_egc_shd.constraint_error

Line 172: When hr_api.unique_integrity_violated Then

168: -- Parent integrity has been violated
169: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
170: hxc_egc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
175: hxc_egc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
175: hxc_egc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;
180: End insert_dml;

Line 365: when hr_api.cannot_find_prog_unit then

361: );
362: --
363: exception
364: --
365: when hr_api.cannot_find_prog_unit then
366: --
367: hr_api.cannot_find_prog_unit_error
368: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
369: ,p_hook_type => 'AI');

Line 367: hr_api.cannot_find_prog_unit_error

363: exception
364: --
365: when hr_api.cannot_find_prog_unit then
366: --
367: hr_api.cannot_find_prog_unit_error
368: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
369: ,p_hook_type => 'AI');
370: --
371: end;