DBA Data[Home] [Help]

APPS.PQH_SAT_INS dependencies on HR_API

Line 104: When hr_api.check_integrity_violated Then

100: --
101: --
102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: pqh_sat_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then

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

103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: pqh_sat_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 108: When hr_api.parent_integrity_violated Then

104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: pqh_sat_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then

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

107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: pqh_sat_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 112: When hr_api.unique_integrity_violated Then

108: When hr_api.parent_integrity_violated Then
109: -- Parent integrity has been violated
110: pqh_sat_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: pqh_sat_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then

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

111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: pqh_sat_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: Raise;
118: End insert_dml;
119: --

Line 238: when hr_api.cannot_find_prog_unit then

234: );
235: --
236: exception
237: --
238: when hr_api.cannot_find_prog_unit then
239: --
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'pqh_special_attributes'
242: ,p_hook_type => 'AI');

Line 240: hr_api.cannot_find_prog_unit_error

236: exception
237: --
238: when hr_api.cannot_find_prog_unit then
239: --
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'pqh_special_attributes'
242: ,p_hook_type => 'AI');
243: --
244: end;