DBA Data[Home] [Help]

APPS.BEN_BPI_INS dependencies on HR_API

Line 102: When hr_api.check_integrity_violated Then

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

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

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

Line 107: When hr_api.parent_integrity_violated Then

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

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

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

Line 112: When hr_api.unique_integrity_violated Then

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

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

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

Line 240: when hr_api.cannot_find_prog_unit then

236: ,p_object_version_number =>p_rec.object_version_number);
237: --
238: exception
239: --
240: when hr_api.cannot_find_prog_unit then
241: --
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'ben_batch_proc_info'
244: ,p_hook_type => 'AI');

Line 242: hr_api.cannot_find_prog_unit_error

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