DBA Data[Home] [Help]

APPS.HXC_TER_INS dependencies on HR_API

Line 182: When hr_api.check_integrity_violated Then

178: if g_debug then
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: end if;
181: Exception
182: When hr_api.check_integrity_violated Then
183: if g_debug then
184: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
185: end if;
186: -- A check constraint has been violated

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

185: end if;
186: -- A check constraint has been violated
187: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status
188: hxc_ter_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: if g_debug then
193: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));

Line 190: When hr_api.parent_integrity_violated Then

186: -- A check constraint has been violated
187: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status
188: hxc_ter_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: if g_debug then
193: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
194: end if;

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

193: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
194: end if;
195: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status
196: hxc_ter_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: if g_debug then
201: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));

Line 198: When hr_api.unique_integrity_violated Then

194: end if;
195: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status
196: hxc_ter_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: if g_debug then
201: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
202: end if;

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

201: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
202: end if;
203: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status
204: hxc_ter_shd.constraint_error
205: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
206: When Others Then
207: if g_debug then
208: hr_utility.trace('error is '||SUBSTR(SQLERRM,1,60));
209: end if;

Line 406: when hr_api.cannot_find_prog_unit then

402: );
403: --
404: exception
405: --
406: when hr_api.cannot_find_prog_unit then
407: --
408: hr_api.cannot_find_prog_unit_error
409: (p_module_name => 'HXC_TIME_ENTRY_RULES'
410: ,p_hook_type => 'AI');

Line 408: hr_api.cannot_find_prog_unit_error

404: exception
405: --
406: when hr_api.cannot_find_prog_unit then
407: --
408: hr_api.cannot_find_prog_unit_error
409: (p_module_name => 'HXC_TIME_ENTRY_RULES'
410: ,p_hook_type => 'AI');
411: --
412: end;