DBA Data[Home] [Help]

APPS.HR_QSN_DEL dependencies on HR_QUESTIONNAIRES

Line 58: --Delete the hr_questionnaires row.

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

Line 60: delete from hr_questionnaires

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