DBA Data[Home] [Help]

APPS.PAY_TCO_DEL dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 52: -- Delete the pay_template_core_objects row.

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

Line 54: delete from pay_template_core_objects

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