DBA Data[Home] [Help]

APPS.HR_ITF_DEL dependencies on HR_KI_USER_INTERFACES

Line 62: -- Delete the hr_ki_user_interfaces row.

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

Line 64: delete from hr_ki_user_interfaces

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

Line 186: (p_module_name => 'HR_KI_USER_INTERFACES'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'HR_KI_USER_INTERFACES'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --