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