DBA Data[Home] [Help]

APPS.BEN_PPL_INS dependencies on HR_API

Line 118: When hr_api.check_integrity_violated Then

114: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
115: --
116: hr_utility.set_location(' Leaving:'||l_proc, 10);
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
121: ben_ppl_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.check_integrity_violated Then
119: -- A check constraint has been violated
120: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
121: ben_ppl_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
126: ben_ppl_shd.constraint_error

Line 123: When hr_api.parent_integrity_violated Then

119: -- A check constraint has been violated
120: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
121: ben_ppl_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
126: ben_ppl_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
126: ben_ppl_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ppl_shd.constraint_error

Line 128: When hr_api.unique_integrity_violated Then

124: -- Parent integrity has been violated
125: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
126: ben_ppl_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ppl_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.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
131: ben_ppl_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When Others Then
134: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
135: Raise;
136: End insert_dml;

Line 268: when hr_api.cannot_find_prog_unit then

264: ,p_effective_date =>p_effective_date);
265: --
266: exception
267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'ben_ptnl_ler_for_per'
272: ,p_hook_type => 'AI');

Line 270: hr_api.cannot_find_prog_unit_error

266: exception
267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'ben_ptnl_ler_for_per'
272: ,p_hook_type => 'AI');
273: --
274: end;