DBA Data[Home] [Help]

APPS.HR_UCX_UPD dependencies on HR_KI_UI_CONTEXTS

Line 68: -- Update the hr_ki_ui_contexts Row

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

Line 70: update hr_ki_ui_contexts

66: --
67: --
68: -- Update the hr_ki_ui_contexts Row
69: --
70: update hr_ki_ui_contexts
71: set
72: ui_context_id = p_rec.ui_context_id
73: ,ui_context_key = p_rec.ui_context_key
74: ,user_interface_id = p_rec.user_interface_id

Line 221: (p_module_name => 'HR_KI_UI_CONTEXTS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'HR_KI_UI_CONTEXTS'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --