DBA Data[Home] [Help]

APPS.BEN_BDI_INS dependencies on HR_API

Line 100: When hr_api.check_integrity_violated Then

96: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
97: --
98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
103: ben_bdi_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
103: ben_bdi_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When hr_api.parent_integrity_violated Then
106: -- Parent integrity has been violated
107: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
108: ben_bdi_shd.constraint_error

Line 105: When hr_api.parent_integrity_violated Then

101: -- A check constraint has been violated
102: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
103: ben_bdi_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When hr_api.parent_integrity_violated Then
106: -- Parent integrity has been violated
107: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
108: ben_bdi_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

105: When hr_api.parent_integrity_violated Then
106: -- Parent integrity has been violated
107: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
108: ben_bdi_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.unique_integrity_violated Then
111: -- Unique integrity has been violated
112: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
113: ben_bdi_shd.constraint_error

Line 110: When hr_api.unique_integrity_violated Then

106: -- Parent integrity has been violated
107: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
108: ben_bdi_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.unique_integrity_violated Then
111: -- Unique integrity has been violated
112: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
113: ben_bdi_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

110: When hr_api.unique_integrity_violated Then
111: -- Unique integrity has been violated
112: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
113: ben_bdi_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When Others Then
116: ben_bdi_shd.g_api_dml := false; -- Unset the api dml status
117: Raise;
118: End insert_dml;

Line 239: when hr_api.cannot_find_prog_unit then

235: ,p_effective_date =>p_effective_date);
236: --
237: exception
238: --
239: when hr_api.cannot_find_prog_unit then
240: --
241: hr_api.cannot_find_prog_unit_error
242: (p_module_name => 'ben_batch_dpnt_info'
243: ,p_hook_type => 'AI');

Line 241: hr_api.cannot_find_prog_unit_error

237: exception
238: --
239: when hr_api.cannot_find_prog_unit then
240: --
241: hr_api.cannot_find_prog_unit_error
242: (p_module_name => 'ben_batch_dpnt_info'
243: ,p_hook_type => 'AI');
244: --
245: end;