DBA Data[Home] [Help]

APPS.PQH_CEA_INS dependencies on HR_API

Line 140: When hr_api.check_integrity_violated Then

136: );
137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
142: pqh_cea_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.parent_integrity_violated Then

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

139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
142: pqh_cea_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.parent_integrity_violated Then
145: -- Parent integrity has been violated
146: pqh_cea_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 144: When hr_api.parent_integrity_violated Then

140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
142: pqh_cea_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.parent_integrity_violated Then
145: -- Parent integrity has been violated
146: pqh_cea_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When hr_api.unique_integrity_violated Then

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

143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.parent_integrity_violated Then
145: -- Parent integrity has been violated
146: pqh_cea_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When hr_api.unique_integrity_violated Then
149: -- Unique integrity has been violated
150: pqh_cea_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 148: When hr_api.unique_integrity_violated Then

144: When hr_api.parent_integrity_violated Then
145: -- Parent integrity has been violated
146: pqh_cea_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When hr_api.unique_integrity_violated Then
149: -- Unique integrity has been violated
150: pqh_cea_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: When Others Then

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

147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When hr_api.unique_integrity_violated Then
149: -- Unique integrity has been violated
150: pqh_cea_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: When Others Then
153: Raise;
154: End insert_dml;
155: --

Line 302: when hr_api.cannot_find_prog_unit then

298: );
299: --
300: exception
301: --
302: when hr_api.cannot_find_prog_unit then
303: --
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'pqh_copy_entity_attribs'
306: ,p_hook_type => 'AI');

Line 304: hr_api.cannot_find_prog_unit_error

300: exception
301: --
302: when hr_api.cannot_find_prog_unit then
303: --
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'pqh_copy_entity_attribs'
306: ,p_hook_type => 'AI');
307: --
308: end;