DBA Data[Home] [Help]

APPS.BEN_CTK_INS dependencies on HR_API

Line 128: When hr_api.check_integrity_violated Then

124: if g_debug then
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: end if;
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ctk_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ctk_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
136: ben_ctk_shd.constraint_error

Line 133: When hr_api.parent_integrity_violated Then

129: -- A check constraint has been violated
130: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ctk_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
136: ben_ctk_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
136: ben_ctk_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
141: ben_ctk_shd.constraint_error

Line 138: When hr_api.unique_integrity_violated Then

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

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

138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
141: ben_ctk_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
145: Raise;
146: End insert_dml;

Line 316: when hr_api.cannot_find_prog_unit then

312: );
313: --
314: exception
315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'BEN_CWB_PERSON_TASKS'
320: ,p_hook_type => 'AI');

Line 318: hr_api.cannot_find_prog_unit_error

314: exception
315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'BEN_CWB_PERSON_TASKS'
320: ,p_hook_type => 'AI');
321: --
322: end;