DBA Data[Home] [Help]

APPS.PAY_CTY_INS dependencies on HR_API

Line 318: When hr_api.check_integrity_violated Then

314: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
315: hr_utility.set_location(' Leaving:'||l_proc, 15);
316: --
317: Exception
318: When hr_api.check_integrity_violated Then
319: -- A check constraint has been violated
320: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
321: pay_cty_shd.constraint_error
322: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

318: When hr_api.check_integrity_violated Then
319: -- A check constraint has been violated
320: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
321: pay_cty_shd.constraint_error
322: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
323: When hr_api.unique_integrity_violated Then
324: -- Unique integrity has been violated
325: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
326: pay_cty_shd.constraint_error

Line 323: When hr_api.unique_integrity_violated Then

319: -- A check constraint has been violated
320: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
321: pay_cty_shd.constraint_error
322: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
323: When hr_api.unique_integrity_violated Then
324: -- Unique integrity has been violated
325: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
326: pay_cty_shd.constraint_error
327: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

323: When hr_api.unique_integrity_violated Then
324: -- Unique integrity has been violated
325: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
326: pay_cty_shd.constraint_error
327: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
328: When Others Then
329: pay_cty_shd.g_api_dml := false; -- Unset the api dml status
330: Raise;
331: End dt_insert_dml;

Line 504: when hr_api.cannot_find_prog_unit then

500: );
501: --
502: exception
503: --
504: when hr_api.cannot_find_prog_unit then
505: --
506: hr_api.cannot_find_prog_unit_error
507: (p_module_name => 'PAY_US_EMP_CITY_TAX_RULES_F
508: ,p_hook_type => 'AI');

Line 506: hr_api.cannot_find_prog_unit_error

502: exception
503: --
504: when hr_api.cannot_find_prog_unit then
505: --
506: hr_api.cannot_find_prog_unit_error
507: (p_module_name => 'PAY_US_EMP_CITY_TAX_RULES_F
508: ,p_hook_type => 'AI');
509: --
510: */

Line 544: -- another user. This will raise the HR_Api.Object_Locked exception.

540: --
541: -- Post Failure:
542: -- The Lck process can fail for:
543: -- 1) When attempting to lock the row the row could already be locked by
544: -- another user. This will raise the HR_Api.Object_Locked exception.
545: -- 2) When attempting to the lock the parent which doesn't exist.
546: -- For the entity to be locked the parent must exist!
547: --
548: -- Developer Implementation Notes: