DBA Data[Home] [Help]

APPS.PQH_RHT_INS dependencies on HR_API

Line 112: When hr_api.check_integrity_violated Then

108: --
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: pqh_rht_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then

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

111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: pqh_rht_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 116: When hr_api.parent_integrity_violated Then

112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: pqh_rht_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then

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

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: pqh_rht_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 120: When hr_api.unique_integrity_violated Then

116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: pqh_rht_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: pqh_rht_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then

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

119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: pqh_rht_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then
125: Raise;
126: End insert_dml;
127: --

Line 263: when hr_api.cannot_find_prog_unit then

259: --
260: --
261: exception
262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'pqh_routing_history'
267: ,p_hook_type => 'AI');

Line 265: hr_api.cannot_find_prog_unit_error

261: exception
262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'pqh_routing_history'
267: ,p_hook_type => 'AI');
268: --
269: end;