DBA Data[Home] [Help]

APPS.PAY_SEU_DEL dependencies on PAY_SHADOW_ELE_TYPE_USAGES

Line 62: -- Delete the pay_shadow_ele_type_usages row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_shadow_ele_type_usages row.
63: --
64: delete from pay_shadow_ele_type_usages
65: where element_type_usage_id = p_rec.element_type_usage_id;
66: --

Line 64: delete from pay_shadow_ele_type_usages

60: --
61: --
62: -- Delete the pay_shadow_ele_type_usages row.
63: --
64: delete from pay_shadow_ele_type_usages
65: where element_type_usage_id = p_rec.element_type_usage_id;
66: --
67: --
68: --