DBA Data[Home] [Help]

APPS.HR_QSV_DEL dependencies on HR_QUEST_ANSWER_VALUES

Line 58: -- Delete the hr_quest_answer_values row.

54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: -- Delete the hr_quest_answer_values row.
59: --
60: delete from hr_quest_answer_values
61: where quest_answer_val_id = p_rec.quest_answer_val_id;
62: --

Line 60: delete from hr_quest_answer_values

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: -- Delete the hr_quest_answer_values row.
59: --
60: delete from hr_quest_answer_values
61: where quest_answer_val_id = p_rec.quest_answer_val_id;
62: --
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64: --

Line 170: (p_module_name => 'HR_QUEST_ANSWER_VALUES'

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;
174: --