DBA Data[Home] [Help]

APPS.PER_PMA_INS dependencies on HR_API

Line 188: When hr_api.check_integrity_violated Then

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

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

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

Line 193: When hr_api.parent_integrity_violated Then

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

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

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

Line 198: When hr_api.unique_integrity_violated Then

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

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

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

Line 440: when hr_api.cannot_find_prog_unit then

436: );
437: --
438: exception
439: --
440: when hr_api.cannot_find_prog_unit then
441: --
442: hr_api.cannot_find_prog_unit_error
443: (p_module_name => 'PER_APPRAISAL_PERIODS'
444: ,p_hook_type => 'AI');

Line 442: hr_api.cannot_find_prog_unit_error

438: exception
439: --
440: when hr_api.cannot_find_prog_unit then
441: --
442: hr_api.cannot_find_prog_unit_error
443: (p_module_name => 'PER_APPRAISAL_PERIODS'
444: ,p_hook_type => 'AI');
445: --
446: end;