DBA Data[Home] [Help]

APPS.BEN_XRD_INS dependencies on HR_API

Line 712: When hr_api.check_integrity_violated Then

708: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: Exception
712: When hr_api.check_integrity_violated Then
713: -- A check constraint has been violated
714: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
715: ben_xrd_shd.constraint_error
716: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

712: When hr_api.check_integrity_violated Then
713: -- A check constraint has been violated
714: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
715: ben_xrd_shd.constraint_error
716: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
717: When hr_api.parent_integrity_violated Then
718: -- Parent integrity has been violated
719: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
720: ben_xrd_shd.constraint_error

Line 717: When hr_api.parent_integrity_violated Then

713: -- A check constraint has been violated
714: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
715: ben_xrd_shd.constraint_error
716: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
717: When hr_api.parent_integrity_violated Then
718: -- Parent integrity has been violated
719: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
720: ben_xrd_shd.constraint_error
721: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

717: When hr_api.parent_integrity_violated Then
718: -- Parent integrity has been violated
719: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
720: ben_xrd_shd.constraint_error
721: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
722: When hr_api.unique_integrity_violated Then
723: -- Unique integrity has been violated
724: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
725: ben_xrd_shd.constraint_error

Line 722: When hr_api.unique_integrity_violated Then

718: -- Parent integrity has been violated
719: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
720: ben_xrd_shd.constraint_error
721: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
722: When hr_api.unique_integrity_violated Then
723: -- Unique integrity has been violated
724: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
725: ben_xrd_shd.constraint_error
726: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

722: When hr_api.unique_integrity_violated Then
723: -- Unique integrity has been violated
724: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
725: ben_xrd_shd.constraint_error
726: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
727: When Others Then
728: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
729: Raise;
730: End insert_dml;

Line 1157: when hr_api.cannot_find_prog_unit then

1153: );
1154: --
1155: exception
1156: --
1157: when hr_api.cannot_find_prog_unit then
1158: --
1159: hr_api.cannot_find_prog_unit_error
1160: (p_module_name => 'ben_ext_rslt_dtl'
1161: ,p_hook_type => 'AI');

Line 1159: hr_api.cannot_find_prog_unit_error

1155: exception
1156: --
1157: when hr_api.cannot_find_prog_unit then
1158: --
1159: hr_api.cannot_find_prog_unit_error
1160: (p_module_name => 'ben_ext_rslt_dtl'
1161: ,p_hook_type => 'AI');
1162: --
1163: end;