DBA Data[Home] [Help]

APPS.BEN_XCL_INS dependencies on HR_API

Line 134: When hr_api.check_integrity_violated Then

130: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
137: ben_xcl_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
137: ben_xcl_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
142: ben_xcl_shd.constraint_error

Line 139: When hr_api.parent_integrity_violated Then

135: -- A check constraint has been violated
136: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
137: ben_xcl_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
142: ben_xcl_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
142: ben_xcl_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
147: ben_xcl_shd.constraint_error

Line 144: When hr_api.unique_integrity_violated Then

140: -- Parent integrity has been violated
141: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
142: ben_xcl_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
147: ben_xcl_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
147: ben_xcl_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When Others Then
150: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
151: Raise;
152: End insert_dml;

Line 292: when hr_api.cannot_find_prog_unit then

288: );
289: --
290: exception
291: --
292: when hr_api.cannot_find_prog_unit then
293: --
294: hr_api.cannot_find_prog_unit_error
295: (p_module_name => 'ben_ext_chg_evt_log'
296: ,p_hook_type => 'AI');

Line 294: hr_api.cannot_find_prog_unit_error

290: exception
291: --
292: when hr_api.cannot_find_prog_unit then
293: --
294: hr_api.cannot_find_prog_unit_error
295: (p_module_name => 'ben_ext_chg_evt_log'
296: ,p_hook_type => 'AI');
297: --
298: end;