DBA Data[Home] [Help]

APPS.PQH_CPD_INS dependencies on HR_API

Line 220: When hr_api.check_integrity_violated Then

216: if g_debug then
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: end if;
219: Exception
220: When hr_api.check_integrity_violated Then
221: -- A check constraint has been violated
222: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
223: pqh_cpd_shd.constraint_error
224: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

220: When hr_api.check_integrity_violated Then
221: -- A check constraint has been violated
222: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
223: pqh_cpd_shd.constraint_error
224: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
225: When hr_api.parent_integrity_violated Then
226: -- Parent integrity has been violated
227: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
228: pqh_cpd_shd.constraint_error

Line 225: When hr_api.parent_integrity_violated Then

221: -- A check constraint has been violated
222: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
223: pqh_cpd_shd.constraint_error
224: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
225: When hr_api.parent_integrity_violated Then
226: -- Parent integrity has been violated
227: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
228: pqh_cpd_shd.constraint_error
229: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

225: When hr_api.parent_integrity_violated Then
226: -- Parent integrity has been violated
227: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
228: pqh_cpd_shd.constraint_error
229: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
230: When hr_api.unique_integrity_violated Then
231: -- Unique integrity has been violated
232: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
233: pqh_cpd_shd.constraint_error

Line 230: When hr_api.unique_integrity_violated Then

226: -- Parent integrity has been violated
227: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
228: pqh_cpd_shd.constraint_error
229: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
230: When hr_api.unique_integrity_violated Then
231: -- Unique integrity has been violated
232: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
233: pqh_cpd_shd.constraint_error
234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

230: When hr_api.unique_integrity_violated Then
231: -- Unique integrity has been violated
232: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
233: pqh_cpd_shd.constraint_error
234: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
235: When Others Then
236: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
237: Raise;
238: End insert_dml;

Line 499: when hr_api.cannot_find_prog_unit then

495: );
496: --
497: exception
498: --
499: when hr_api.cannot_find_prog_unit then
500: --
501: hr_api.cannot_find_prog_unit_error
502: (p_module_name => 'PQH_CORPS_DEFINITIONS'
503: ,p_hook_type => 'AI');

Line 501: hr_api.cannot_find_prog_unit_error

497: exception
498: --
499: when hr_api.cannot_find_prog_unit then
500: --
501: hr_api.cannot_find_prog_unit_error
502: (p_module_name => 'PQH_CORPS_DEFINITIONS'
503: ,p_hook_type => 'AI');
504: --
505: end;