DBA Data[Home] [Help]

APPS.PER_RES_INS dependencies on HR_API

Line 190: When hr_api.check_integrity_violated Then

186: --
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: Exception
190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated
192: --
193: per_res_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated
192: --
193: per_res_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: --
198: per_res_shd.constraint_error

Line 195: When hr_api.parent_integrity_violated Then

191: -- A check constraint has been violated
192: --
193: per_res_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: --
198: per_res_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: --
198: per_res_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: --
203: per_res_shd.constraint_error

Line 200: When hr_api.unique_integrity_violated Then

196: -- Parent integrity has been violated
197: --
198: per_res_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: --
203: per_res_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: --
203: per_res_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
205: When Others Then
206: --
207: Raise;
208: End insert_dml;

Line 394: when hr_api.cannot_find_prog_unit then

390: null;
391: --
392: exception
393: --
394: when hr_api.cannot_find_prog_unit then
395: --
396: hr_api.cannot_find_prog_unit_error
397: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'
398: ,p_hook_type => 'AI');

Line 396: hr_api.cannot_find_prog_unit_error

392: exception
393: --
394: when hr_api.cannot_find_prog_unit then
395: --
396: hr_api.cannot_find_prog_unit_error
397: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'
398: ,p_hook_type => 'AI');
399: --
400: end;