DBA Data[Home] [Help]

APPS.HR_ICX_UPD dependencies on HR_ITEM_CONTEXTS

Line 66: -- Update the hr_item_contexts Row

62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: --
65: --
66: -- Update the hr_item_contexts Row
67: --
68: update hr_item_contexts
69: set
70: item_context_id = p_rec.item_context_id

Line 68: update hr_item_contexts

64: --
65: --
66: -- Update the hr_item_contexts Row
67: --
68: update hr_item_contexts
69: set
70: item_context_id = p_rec.item_context_id
71: ,object_version_number = p_rec.object_version_number
72: ,id_flex_num = p_rec.id_flex_num

Line 376: (p_module_name => 'HR_ITEM_CONTEXTS'

372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'HR_ITEM_CONTEXTS'
377: ,p_hook_type => 'AU');
378: --
379: end;
380: --