DBA Data[Home] [Help]

APPS.PQH_PTE_INS dependencies on HR_API

Line 180: When hr_api.check_integrity_violated Then

176: --
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: Exception
180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: pqh_pte_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.parent_integrity_violated Then

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

179: Exception
180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: pqh_pte_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.parent_integrity_violated Then
185: -- Parent integrity has been violated
186: pqh_pte_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 184: When hr_api.parent_integrity_violated Then

180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: pqh_pte_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.parent_integrity_violated Then
185: -- Parent integrity has been violated
186: pqh_pte_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then

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

183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.parent_integrity_violated Then
185: -- Parent integrity has been violated
186: pqh_pte_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: pqh_pte_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 188: When hr_api.unique_integrity_violated Then

184: When hr_api.parent_integrity_violated Then
185: -- Parent integrity has been violated
186: pqh_pte_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: pqh_pte_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When Others Then

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

187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: pqh_pte_shd.constraint_error
191: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
192: When Others Then
193: Raise;
194: End insert_dml;
195: --

Line 362: when hr_api.cannot_find_prog_unit then

358: );
359: --
360: exception
361: --
362: when hr_api.cannot_find_prog_unit then
363: --
364: hr_api.cannot_find_prog_unit_error
365: (p_module_name => 'pqh_ptx_extra_info'
366: ,p_hook_type => 'AI');

Line 364: hr_api.cannot_find_prog_unit_error

360: exception
361: --
362: when hr_api.cannot_find_prog_unit then
363: --
364: hr_api.cannot_find_prog_unit_error
365: (p_module_name => 'pqh_ptx_extra_info'
366: ,p_hook_type => 'AI');
367: --
368: end;