DBA Data[Home] [Help]

APPS.PAY_SET_DEL dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 56: -- Delete the pay_shadow_element_types row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pay_shadow_element_types row.
57: --
58: delete from pay_shadow_element_types
59: where element_type_id = p_rec.element_type_id;
60: --

Line 58: delete from pay_shadow_element_types

54: --
55: --
56: -- Delete the pay_shadow_element_types row.
57: --
58: delete from pay_shadow_element_types
59: where element_type_id = p_rec.element_type_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);