DBA Data[Home] [Help]

APPS.PER_BPD_INS dependencies on HR_API

Line 152: When hr_api.check_integrity_violated Then

148: --
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: per_bpd_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.parent_integrity_violated Then

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

151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: per_bpd_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.parent_integrity_violated Then
157: -- Parent integrity has been violated
158: per_bpd_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 156: When hr_api.parent_integrity_violated Then

152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: per_bpd_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.parent_integrity_violated Then
157: -- Parent integrity has been violated
158: per_bpd_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.unique_integrity_violated Then

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

155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.parent_integrity_violated Then
157: -- Parent integrity has been violated
158: per_bpd_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: per_bpd_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 160: When hr_api.unique_integrity_violated Then

156: When hr_api.parent_integrity_violated Then
157: -- Parent integrity has been violated
158: per_bpd_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: per_bpd_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When Others 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.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: per_bpd_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When Others Then
165: Raise;
166: End insert_dml;
167: --

Line 308: when hr_api.cannot_find_prog_unit then

304: );
305: --
306: exception
307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'PER_BF_PAYMENT_DETAILS'
312: ,p_hook_type => 'AI');

Line 310: hr_api.cannot_find_prog_unit_error

306: exception
307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'PER_BF_PAYMENT_DETAILS'
312: ,p_hook_type => 'AI');
313: --
314: end;