DBA Data[Home] [Help]

APPS.HR_CNP_INS dependencies on HR_API

Line 173: When hr_api.check_integrity_violated Then

169: --
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: Exception
173: When hr_api.check_integrity_violated Then
174: -- A check constraint has been violated
175: --
176: hr_cnp_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

173: When hr_api.check_integrity_violated Then
174: -- A check constraint has been violated
175: --
176: hr_cnp_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When hr_api.parent_integrity_violated Then
179: -- Parent integrity has been violated
180: --
181: hr_cnp_shd.constraint_error

Line 178: When hr_api.parent_integrity_violated Then

174: -- A check constraint has been violated
175: --
176: hr_cnp_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When hr_api.parent_integrity_violated Then
179: -- Parent integrity has been violated
180: --
181: hr_cnp_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

178: When hr_api.parent_integrity_violated Then
179: -- Parent integrity has been violated
180: --
181: hr_cnp_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.unique_integrity_violated Then
184: -- Unique integrity has been violated
185: --
186: hr_cnp_shd.constraint_error

Line 183: When hr_api.unique_integrity_violated Then

179: -- Parent integrity has been violated
180: --
181: hr_cnp_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.unique_integrity_violated Then
184: -- Unique integrity has been violated
185: --
186: hr_cnp_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

183: When hr_api.unique_integrity_violated Then
184: -- Unique integrity has been violated
185: --
186: hr_cnp_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When Others Then
189: --
190: Raise;
191: End insert_dml;

Line 340: when hr_api.cannot_find_prog_unit then

336: );
337: --
338: exception
339: --
340: when hr_api.cannot_find_prog_unit then
341: --
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'HR_CANVAS_PROPERTIES'
344: ,p_hook_type => 'AI');

Line 342: hr_api.cannot_find_prog_unit_error

338: exception
339: --
340: when hr_api.cannot_find_prog_unit then
341: --
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'HR_CANVAS_PROPERTIES'
344: ,p_hook_type => 'AI');
345: --
346: end;