DBA Data[Home] [Help]

APPS.BEN_BEC_INS dependencies on HR_API

Line 108: When hr_api.check_integrity_violated Then

104: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
111: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
111: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
116: ben_bec_shd.constraint_error

Line 113: When hr_api.parent_integrity_violated Then

109: -- A check constraint has been violated
110: ben_bec_shd.g_api_dml := false; -- Unset the api dml status
111: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
116: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
116: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
121: ben_bec_shd.constraint_error

Line 118: When hr_api.unique_integrity_violated Then

114: -- Parent integrity has been violated
115: ben_bec_shd.g_api_dml := false; -- Unset the api dml status
116: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
121: ben_bec_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_bec_shd.g_api_dml := false; -- Unset the api dml status
121: ben_bec_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When Others Then
124: ben_bec_shd.g_api_dml := false; -- Unset the api dml status
125: Raise;
126: End insert_dml;

Line 251: when hr_api.cannot_find_prog_unit then

247: ,p_effective_date =>p_effective_date);
248: --
249: exception
250: --
251: when hr_api.cannot_find_prog_unit then
252: --
253: hr_api.cannot_find_prog_unit_error
254: (p_module_name => 'ben_batch_elctbl_chc_info'
255: ,p_hook_type => 'AI');

Line 253: hr_api.cannot_find_prog_unit_error

249: exception
250: --
251: when hr_api.cannot_find_prog_unit then
252: --
253: hr_api.cannot_find_prog_unit_error
254: (p_module_name => 'ben_batch_elctbl_chc_info'
255: ,p_hook_type => 'AI');
256: --
257: end;