DBA Data[Home] [Help]

APPS.PER_SSL_INS dependencies on HR_API

Line 239: When hr_api.check_integrity_violated Then

235: --
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: Exception
239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: hr_utility.set_location('check integrity constraint',11);
242: per_ssl_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

239: When hr_api.check_integrity_violated Then
240: -- A check constraint has been violated
241: hr_utility.set_location('check integrity constraint',11);
242: per_ssl_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.parent_integrity_violated Then
245: -- Parent integrity has been violated
246: hr_utility.set_location('parent integrity constraint',11);
247: per_ssl_shd.constraint_error

Line 244: When hr_api.parent_integrity_violated Then

240: -- A check constraint has been violated
241: hr_utility.set_location('check integrity constraint',11);
242: per_ssl_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.parent_integrity_violated Then
245: -- Parent integrity has been violated
246: hr_utility.set_location('parent integrity constraint',11);
247: per_ssl_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

244: When hr_api.parent_integrity_violated Then
245: -- Parent integrity has been violated
246: hr_utility.set_location('parent integrity constraint',11);
247: per_ssl_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When hr_api.unique_integrity_violated Then
250: -- Unique integrity has been violated
251: hr_utility.set_location('unique integrity constraint ',11);
252: hr_utility.set_location(SQLERRM,12);

Line 249: When hr_api.unique_integrity_violated Then

245: -- Parent integrity has been violated
246: hr_utility.set_location('parent integrity constraint',11);
247: per_ssl_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When hr_api.unique_integrity_violated Then
250: -- Unique integrity has been violated
251: hr_utility.set_location('unique integrity constraint ',11);
252: hr_utility.set_location(SQLERRM,12);
253: per_ssl_shd.constraint_error

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

250: -- Unique integrity has been violated
251: hr_utility.set_location('unique integrity constraint ',11);
252: hr_utility.set_location(SQLERRM,12);
253: per_ssl_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When Others Then
256: Raise;
257: End insert_dml;
258: --

Line 525: when hr_api.cannot_find_prog_unit then

521:
522: );
523:
524: exception
525: when hr_api.cannot_find_prog_unit then
526: hr_api.cannot_find_prog_unit_error
527: (p_module_name => 'PER_SALARY_SURVEY_LINES'
528: ,p_hook_type => 'AI'
529: );

Line 526: hr_api.cannot_find_prog_unit_error

522: );
523:
524: exception
525: when hr_api.cannot_find_prog_unit then
526: hr_api.cannot_find_prog_unit_error
527: (p_module_name => 'PER_SALARY_SURVEY_LINES'
528: ,p_hook_type => 'AI'
529: );
530: end;