DBA Data[Home] [Help]

APPS.HR_QSV_DEL dependencies on HR_API

Line 66: When hr_api.child_integrity_violated then

62: --
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64: --
65: Exception
66: When hr_api.child_integrity_violated then
67: -- Child integrity has been violated
68: hr_qsv_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then

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

65: Exception
66: When hr_api.child_integrity_violated then
67: -- Child integrity has been violated
68: hr_qsv_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then
71: Raise;
72: End delete_dml;
73: --

Line 168: when hr_api.cannot_find_prog_unit then

164: ,p_value_o
165: => hr_qsv_shd.g_old_rec.value
166: );
167: exception
168: when hr_api.cannot_find_prog_unit then
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'HR_QUEST_ANSWER_VALUES'
171: ,p_hook_type => 'AD'
172: );

Line 169: hr_api.cannot_find_prog_unit_error

165: => hr_qsv_shd.g_old_rec.value
166: );
167: exception
168: when hr_api.cannot_find_prog_unit then
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'HR_QUEST_ANSWER_VALUES'
171: ,p_hook_type => 'AD'
172: );
173: end;