DBA Data[Home] [Help]

APPS.HR_ITF_UPD dependencies on HR_KI_USER_INTERFACES

Line 68: -- Update the hr_ki_user_interfaces Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_ki_user_interfaces Row
69: --
70: update hr_ki_user_interfaces
71: set
72: user_interface_id = p_rec.user_interface_id

Line 70: update hr_ki_user_interfaces

66: --
67: --
68: -- Update the hr_ki_user_interfaces Row
69: --
70: update hr_ki_user_interfaces
71: set
72: user_interface_id = p_rec.user_interface_id
73: ,user_interface_key = p_rec.user_interface_key
74: ,type = p_rec.type

Line 236: (p_module_name => 'HR_KI_USER_INTERFACES'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'HR_KI_USER_INTERFACES'
237: ,p_hook_type => 'AU');
238: --
239: end;
240: --