DBA Data[Home] [Help]

APPS.HR_OTY_DEL dependencies on HR_KI_OPTION_TYPES

Line 62: -- Delete the hr_ki_option_types row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_ki_option_types row.
63: --
64: delete from hr_ki_option_types
65: where option_type_id = p_rec.option_type_id;
66: --

Line 64: delete from hr_ki_option_types

60: --
61: --
62: -- Delete the hr_ki_option_types row.
63: --
64: delete from hr_ki_option_types
65: where option_type_id = p_rec.option_type_id;
66: --
67: --
68: --

Line 181: (p_module_name => 'HR_KI_OPTION_TYPES'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'HR_KI_OPTION_TYPES'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --