DBA Data[Home] [Help]

APPS.PQH_RNG_DEL dependencies on PQH_ATTRIBUTE_RANGES

Line 53: -- Delete the pqh_attribute_ranges row.

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

Line 55: delete from pqh_attribute_ranges

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

Line 183: (p_module_name => 'pqh_attribute_ranges'

179: --
180: when hr_api.cannot_find_prog_unit then
181: --
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'pqh_attribute_ranges'
184: ,p_hook_type => 'AD');
185: --
186: end;
187: --