DBA Data[Home] [Help]

APPS.HR_HNM_DEL dependencies on HR_KI_HIERARCHY_NODE_MAPS

Line 62: -- Delete the hr_ki_hierarchy_node_maps row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_ki_hierarchy_node_maps row.
63: --
64: delete from hr_ki_hierarchy_node_maps
65: where hierarchy_node_map_id = p_rec.hierarchy_node_map_id;
66: --

Line 64: delete from hr_ki_hierarchy_node_maps

60: --
61: --
62: -- Delete the hr_ki_hierarchy_node_maps row.
63: --
64: delete from hr_ki_hierarchy_node_maps
65: where hierarchy_node_map_id = p_rec.hierarchy_node_map_id;
66: --
67: --
68: --

Line 182: (p_module_name => 'HR_KI_HIERARCHY_NODE_MAPS'

178: --
179: when hr_api.cannot_find_prog_unit then
180: --
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'HR_KI_HIERARCHY_NODE_MAPS'
183: ,p_hook_type => 'AD');
184: --
185: end;
186: --