DBA Data[Home] [Help]

APPS.HR_TIS_INS dependencies on HR_API

Line 146: When hr_api.check_integrity_violated Then

142: --
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: --
149: hr_tis_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: --
149: hr_tis_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: --
154: hr_tis_shd.constraint_error

Line 151: When hr_api.parent_integrity_violated Then

147: -- A check constraint has been violated
148: --
149: hr_tis_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: --
154: hr_tis_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: --
154: hr_tis_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: --
159: hr_tis_shd.constraint_error

Line 156: When hr_api.unique_integrity_violated Then

152: -- Parent integrity has been violated
153: --
154: hr_tis_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: --
159: hr_tis_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: --
159: hr_tis_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: --
163: Raise;
164: End insert_dml;

Line 329: when hr_api.cannot_find_prog_unit then

325: );
326: --
327: exception
328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'HR_KI_TOPIC_INTEGRATIONS'
333: ,p_hook_type => 'AI');

Line 331: hr_api.cannot_find_prog_unit_error

327: exception
328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'HR_KI_TOPIC_INTEGRATIONS'
333: ,p_hook_type => 'AI');
334: --
335: end;