DBA Data[Home] [Help]

APPS.HR_CTX_UPD dependencies on HR_KI_CONTEXTS

Line 68: -- Update the hr_ki_contexts Row

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

Line 70: update hr_ki_contexts

66: --
67: --
68: -- Update the hr_ki_contexts Row
69: --
70: update hr_ki_contexts
71: set
72: context_id = p_rec.context_id
73: ,view_name = p_rec.view_name
74: ,param_1 = p_rec.param_1

Line 356: (p_module_name => 'HR_KI_CONTEXTS'

352: --
353: when hr_api.cannot_find_prog_unit then
354: --
355: hr_api.cannot_find_prog_unit_error
356: (p_module_name => 'HR_KI_CONTEXTS'
357: ,p_hook_type => 'AU');
358: --
359: end;
360: --