DBA Data[Home] [Help]

APPS.GHR_PDI_INS dependencies on HR_API

Line 170: When hr_api.check_integrity_violated Then

166: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: Exception
170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
173: ghr_pdi_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
173: ghr_pdi_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When hr_api.parent_integrity_violated Then
176: -- Parent integrity has been violated
177: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
178: ghr_pdi_shd.constraint_error

Line 175: When hr_api.parent_integrity_violated Then

171: -- A check constraint has been violated
172: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
173: ghr_pdi_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When hr_api.parent_integrity_violated Then
176: -- Parent integrity has been violated
177: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
178: ghr_pdi_shd.constraint_error
179: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

175: When hr_api.parent_integrity_violated Then
176: -- Parent integrity has been violated
177: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
178: ghr_pdi_shd.constraint_error
179: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
180: When hr_api.unique_integrity_violated Then
181: -- Unique integrity has been violated
182: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
183: ghr_pdi_shd.constraint_error

Line 180: When hr_api.unique_integrity_violated Then

176: -- Parent integrity has been violated
177: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
178: ghr_pdi_shd.constraint_error
179: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
180: When hr_api.unique_integrity_violated Then
181: -- Unique integrity has been violated
182: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
183: ghr_pdi_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

180: When hr_api.unique_integrity_violated Then
181: -- Unique integrity has been violated
182: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
183: ghr_pdi_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
185: When Others Then
186: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
187: Raise;
188: End insert_dml;

Line 341: when hr_api.cannot_find_prog_unit then

337: p_business_group_id => p_rec.business_group_id,
338: p_object_version_number => p_rec.object_version_number
339: );
340: exception
341: when hr_api.cannot_find_prog_unit then
342: hr_api.cannot_find_prog_unit_error
343: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'
344: ,p_hook_type => 'AI'
345: );

Line 342: hr_api.cannot_find_prog_unit_error

338: p_object_version_number => p_rec.object_version_number
339: );
340: exception
341: when hr_api.cannot_find_prog_unit then
342: hr_api.cannot_find_prog_unit_error
343: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'
344: ,p_hook_type => 'AI'
345: );
346: end;