DBA Data[Home] [Help]

APPS.HR_HRC_UPD dependencies on HR_KI_HIERARCHIES

Line 68: -- Update the hr_ki_hierarchies Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_ki_hierarchies Row
69: --
70: -- removed the hierarchy_key param as it is non updateable
71: -- and hierarchies is a non date-tracked table.
72: update hr_ki_hierarchies

Line 72: update hr_ki_hierarchies

68: -- Update the hr_ki_hierarchies Row
69: --
70: -- removed the hierarchy_key param as it is non updateable
71: -- and hierarchies is a non date-tracked table.
72: update hr_ki_hierarchies
73: set
74: hierarchy_id = p_rec.hierarchy_id
75: ,parent_hierarchy_id = p_rec.parent_hierarchy_id
76: ,object_version_number = p_rec.object_version_number

Line 210: (p_module_name => 'HR_KI_HIERARCHIES'

206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'HR_KI_HIERARCHIES'
211: ,p_hook_type => 'AU');
212: --
213: end;
214: --