DBA Data[Home] [Help]

APPS.HR_HNM_UPD dependencies on HR_KI_HIERARCHY_NODE_MAPS

Line 68: -- Update the hr_ki_hierarchy_node_maps Row

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

Line 70: update hr_ki_hierarchy_node_maps

66: --
67: --
68: -- Update the hr_ki_hierarchy_node_maps Row
69: --
70: update hr_ki_hierarchy_node_maps
71: set
72: hierarchy_node_map_id = p_rec.hierarchy_node_map_id
73: ,hierarchy_id = p_rec.hierarchy_id
74: ,topic_id = p_rec.topic_id

Line 216: (p_module_name => 'HR_KI_HIERARCHY_NODE_MAPS'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'HR_KI_HIERARCHY_NODE_MAPS'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --