DBA Data[Home] [Help]

APPS.PSP_ERD_INS dependencies on HR_API

Line 260: When hr_api.check_integrity_violated Then

256: --
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: Exception
260: When hr_api.check_integrity_violated Then
261: -- A check constraint has been violated
262: --
263: psp_erd_shd.constraint_error
264: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

260: When hr_api.check_integrity_violated Then
261: -- A check constraint has been violated
262: --
263: psp_erd_shd.constraint_error
264: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
265: When hr_api.parent_integrity_violated Then
266: -- Parent integrity has been violated
267: --
268: psp_erd_shd.constraint_error

Line 265: When hr_api.parent_integrity_violated Then

261: -- A check constraint has been violated
262: --
263: psp_erd_shd.constraint_error
264: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
265: When hr_api.parent_integrity_violated Then
266: -- Parent integrity has been violated
267: --
268: psp_erd_shd.constraint_error
269: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

265: When hr_api.parent_integrity_violated Then
266: -- Parent integrity has been violated
267: --
268: psp_erd_shd.constraint_error
269: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
270: When hr_api.unique_integrity_violated Then
271: -- Unique integrity has been violated
272: --
273: psp_erd_shd.constraint_error

Line 270: When hr_api.unique_integrity_violated Then

266: -- Parent integrity has been violated
267: --
268: psp_erd_shd.constraint_error
269: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
270: When hr_api.unique_integrity_violated Then
271: -- Unique integrity has been violated
272: --
273: psp_erd_shd.constraint_error
274: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

270: When hr_api.unique_integrity_violated Then
271: -- Unique integrity has been violated
272: --
273: psp_erd_shd.constraint_error
274: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
275: When Others Then
276: --
277: Raise;
278: End insert_dml;

Line 581: when hr_api.cannot_find_prog_unit then

577: );
578: --
579: exception
580: --
581: when hr_api.cannot_find_prog_unit then
582: --
583: hr_api.cannot_find_prog_unit_error
584: (p_module_name => 'PSP_EFF_REPORT_DETAILS'
585: ,p_hook_type => 'AI');

Line 583: hr_api.cannot_find_prog_unit_error

579: exception
580: --
581: when hr_api.cannot_find_prog_unit then
582: --
583: hr_api.cannot_find_prog_unit_error
584: (p_module_name => 'PSP_EFF_REPORT_DETAILS'
585: ,p_hook_type => 'AI');
586: --
587: end;