DBA Data[Home] [Help]

APPS.PER_BBA_INS dependencies on HR_API

Line 156: When hr_api.check_integrity_violated Then

152: --
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: per_bba_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then

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

155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: per_bba_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 160: When hr_api.parent_integrity_violated Then

156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: per_bba_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then

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

159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: per_bba_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 164: When hr_api.unique_integrity_violated Then

160: When hr_api.parent_integrity_violated Then
161: -- Parent integrity has been violated
162: per_bba_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: per_bba_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When Others Then

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

163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: per_bba_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When Others Then
169: Raise;
170: End insert_dml;
171: --

Line 315: when hr_api.cannot_find_prog_unit then

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

Line 317: hr_api.cannot_find_prog_unit_error

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