DBA Data[Home] [Help]

APPS.PQH_RLT_DEL dependencies on PQH_ROUTING_LISTS

Line 53: -- Delete the pqh_routing_lists row.

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

Line 55: delete from pqh_routing_lists

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

Line 169: (p_module_name => 'pqh_routing_lists'

165: --
166: when hr_api.cannot_find_prog_unit then
167: --
168: hr_api.cannot_find_prog_unit_error
169: (p_module_name => 'pqh_routing_lists'
170: ,p_hook_type => 'AD');
171: --
172: end;
173: --