DBA Data[Home] [Help]

APPS.HR_QSA_DEL dependencies on HR_QUEST_ANSWERS

Line 59: -- Delete the hr_quest_answers row.

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

Line 61: delete from hr_quest_answers

57: --
58: --
59: -- Delete the hr_quest_answers row.
60: --
61: delete from hr_quest_answers
62: where questionnaire_answer_id = p_rec.questionnaire_answer_id;
63: --
64: --
65: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 172: (p_module_name => 'HR_QUEST_ANSWERS'

168: );
169: exception
170: when hr_api.cannot_find_prog_unit then
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'HR_QUEST_ANSWERS'
173: ,p_hook_type => 'AD'
174: );
175: end;
176: --