DBA Data[Home] [Help]

APPS.PQH_PLG_INS dependencies on HR_API

Line 155: When hr_api.check_integrity_violated Then

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

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

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

Line 159: When hr_api.parent_integrity_violated Then

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

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

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

Line 163: When hr_api.unique_integrity_violated Then

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

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

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

Line 322: when hr_api.cannot_find_prog_unit then

318: );
319: --
320: exception
321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'pqh_process_log'
326: ,p_hook_type => 'AI');

Line 324: hr_api.cannot_find_prog_unit_error

320: exception
321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'pqh_process_log'
326: ,p_hook_type => 'AI');
327: --
328: end;