DBA Data[Home] [Help]

APPS.PQH_RCT_DEL dependencies on PQH_ROUTING_CATEGORIES

Line 53: -- Delete the pqh_routing_categories row.

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

Line 55: delete from pqh_routing_categories

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

Line 177: (p_module_name => 'pqh_routing_categories'

173: --
174: when hr_api.cannot_find_prog_unit then
175: --
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'pqh_routing_categories'
178: ,p_hook_type => 'AD');
179: --
180: end;
181: --