DBA Data[Home] [Help]

APPS.PQH_LOS_INS dependencies on HR_API

Line 246: When hr_api.check_integrity_violated Then

242: --
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: Exception
246: When hr_api.check_integrity_violated Then
247: -- A check constraint has been violated
248: --
249: pqh_los_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

246: When hr_api.check_integrity_violated Then
247: -- A check constraint has been violated
248: --
249: pqh_los_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.parent_integrity_violated Then
252: -- Parent integrity has been violated
253: --
254: pqh_los_shd.constraint_error

Line 251: When hr_api.parent_integrity_violated Then

247: -- A check constraint has been violated
248: --
249: pqh_los_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.parent_integrity_violated Then
252: -- Parent integrity has been violated
253: --
254: pqh_los_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

251: When hr_api.parent_integrity_violated Then
252: -- Parent integrity has been violated
253: --
254: pqh_los_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
256: When hr_api.unique_integrity_violated Then
257: -- Unique integrity has been violated
258: --
259: pqh_los_shd.constraint_error

Line 256: When hr_api.unique_integrity_violated Then

252: -- Parent integrity has been violated
253: --
254: pqh_los_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
256: When hr_api.unique_integrity_violated Then
257: -- Unique integrity has been violated
258: --
259: pqh_los_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

256: When hr_api.unique_integrity_violated Then
257: -- Unique integrity has been violated
258: --
259: pqh_los_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When Others Then
262: --
263: Raise;
264: End insert_dml;

Line 555: when hr_api.cannot_find_prog_unit then

551: );
552: --
553: exception
554: --
555: when hr_api.cannot_find_prog_unit then
556: --
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'PQH_SITUATIONS'
559: ,p_hook_type => 'AI');

Line 557: hr_api.cannot_find_prog_unit_error

553: exception
554: --
555: when hr_api.cannot_find_prog_unit then
556: --
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'PQH_SITUATIONS'
559: ,p_hook_type => 'AI');
560: --
561: end;