DBA Data[Home] [Help]

APPS.HXC_TAT_INS dependencies on HR_API

Line 149: when hr_api.check_integrity_violated then

145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: end if;
147:
148: exception
149: when hr_api.check_integrity_violated then
150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error

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

147:
148: exception
149: when hr_api.check_integrity_violated then
150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then

Line 152: when hr_api.parent_integrity_violated then

148: exception
149: when hr_api.check_integrity_violated then
150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error

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

150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: when others then

Line 155: when hr_api.unique_integrity_violated Then

151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: when others then
159: raise;

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

153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: when others then
159: raise;
160:
161: end insert_dml;

Line 350: when hr_api.cannot_find_prog_unit then

346: => p_rec.bld_blk_info_type_id
347: );
348: */null;
349: exception
350: when hr_api.cannot_find_prog_unit then
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'HXC_TIME_ATTRIBUTES'
353: ,p_hook_type => 'AI');
354:

Line 351: hr_api.cannot_find_prog_unit_error

347: );
348: */null;
349: exception
350: when hr_api.cannot_find_prog_unit then
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'HXC_TIME_ATTRIBUTES'
353: ,p_hook_type => 'AI');
354:
355: end;