DBA Data[Home] [Help]

APPS.BEN_PSG_INS dependencies on HR_API

Line 108: When hr_api.check_integrity_violated Then

104: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated
110: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
111: ben_psg_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated
110: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
111: ben_psg_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
116: ben_psg_shd.constraint_error

Line 113: When hr_api.parent_integrity_violated Then

109: -- A check constraint has been violated
110: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
111: ben_psg_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
116: ben_psg_shd.constraint_error
117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
116: ben_psg_shd.constraint_error
117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
118: When hr_api.unique_integrity_violated Then
119: -- Unique integrity has been violated
120: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
121: ben_psg_shd.constraint_error

Line 118: When hr_api.unique_integrity_violated Then

114: -- Parent integrity has been violated
115: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
116: ben_psg_shd.constraint_error
117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
118: When hr_api.unique_integrity_violated Then
119: -- Unique integrity has been violated
120: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
121: ben_psg_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

118: When hr_api.unique_integrity_violated Then
119: -- Unique integrity has been violated
120: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
121: ben_psg_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When Others Then
124: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
125: Raise;
126: End insert_dml;

Line 277: when hr_api.cannot_find_prog_unit then

273: );
274: --
275: exception
276: --
277: when hr_api.cannot_find_prog_unit then
278: --
279: hr_api.cannot_find_prog_unit_error
280: (p_module_name => 'BEN_PIL_ASSIGNMENT'
281: ,p_hook_type => 'AI');

Line 279: hr_api.cannot_find_prog_unit_error

275: exception
276: --
277: when hr_api.cannot_find_prog_unit then
278: --
279: hr_api.cannot_find_prog_unit_error
280: (p_module_name => 'BEN_PIL_ASSIGNMENT'
281: ,p_hook_type => 'AI');
282: --
283: end;