DBA Data[Home] [Help]

APPS.GHR_PDH_DEL dependencies on GHR_PD_ROUTING_HISTORY

Line 53: -- Delete the ghr_pd_routing_history row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52:
53: -- Delete the ghr_pd_routing_history row.
54: --
55: delete from ghr_pd_routing_history
56: where pd_routing_history_id = p_rec.pd_routing_history_id;
57: --

Line 55: delete from ghr_pd_routing_history

51: --
52:
53: -- Delete the ghr_pd_routing_history row.
54: --
55: delete from ghr_pd_routing_history
56: where pd_routing_history_id = p_rec.pd_routing_history_id;
57: --
58:
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 180: ( p_module_name => 'GHR_PD_ROUTING_HISTORY'

176:
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: ( p_module_name => 'GHR_PD_ROUTING_HISTORY'
181: ,p_hook_type => 'AD'
182: );
183: end;
184: -- End of API User Hook for post_delete.