DBA Data[Home] [Help]

APPS.GHR_PRH_DEL dependencies on GHR_PA_ROUTING_HISTORY

Line 54: -- Delete the ghr_pa_routing_history row.

50: l_proc := g_package||'delete_dml';
51: hr_utility.set_location('Entering:'||l_proc, 5);
52: --
53:
54: -- Delete the ghr_pa_routing_history row.
55: --
56: delete from ghr_pa_routing_history
57: where pa_routing_history_id = p_rec.pa_routing_history_id;
58: --

Line 56: delete from ghr_pa_routing_history

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

Line 191: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'

187:
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'
192: ,p_hook_type => 'AD'
193: );
194: end;
195: -- End of API User Hook for post_delete.