DBA Data[Home] [Help]

APPS.BEN_PUM_INS dependencies on HR_API

Line 102: When hr_api.check_integrity_violated Then

98: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
105: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
105: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_shd.constraint_error

Line 107: When hr_api.parent_integrity_violated Then

103: -- A check constraint has been violated
104: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
105: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_shd.constraint_error

Line 112: When hr_api.unique_integrity_violated Then

108: -- Parent integrity has been violated
109: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_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_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When Others Then
118: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
119: Raise;
120: End insert_dml;

Line 244: when hr_api.cannot_find_prog_unit then

240: );
241: --
242: exception
243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'ben_pop_up_messages'
248: ,p_hook_type => 'AI');

Line 246: hr_api.cannot_find_prog_unit_error

242: exception
243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'ben_pop_up_messages'
248: ,p_hook_type => 'AI');
249: --
250: end;