DBA Data[Home] [Help]

APPS.PQH_RHT_DEL dependencies on PQH_ROUTING_HISTORY

Line 53: -- Delete the pqh_routing_history row.

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

Line 55: delete from pqh_routing_history

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

Line 192: (p_module_name => 'pqh_routing_history'

188: --
189: when hr_api.cannot_find_prog_unit then
190: --
191: hr_api.cannot_find_prog_unit_error
192: (p_module_name => 'pqh_routing_history'
193: ,p_hook_type => 'AD');
194: --
195: end;
196: --