DBA Data[Home] [Help]

APPS.HR_QSF_DEL dependencies on HR_QUEST_FIELDS

Line 59: -- Delete the hr_quest_fields row.

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

Line 61: delete from hr_quest_fields

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

Line 180: (p_module_name => 'HR_QUEST_FIELDS'

176: --
177: when hr_api.cannot_find_prog_unit then
178: --
179: hr_api.cannot_find_prog_unit_error
180: (p_module_name => 'HR_QUEST_FIELDS'
181: ,p_hook_type => 'AD');
182: --
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);