DBA Data[Home] [Help]

APPS.PAY_ETM_DEL dependencies on PAY_ELEMENT_TEMPLATES

Line 52: -- Delete the pay_element_templates row.

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: --

Line 54: delete from pay_element_templates

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: --