DBA Data[Home] [Help]

APPS.PAY_SBA_DEL dependencies on PAY_SHADOW_BAL_ATTRIBUTES

Line 62: -- Delete the pay_shadow_bal_attributes row.

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

Line 64: delete from pay_shadow_bal_attributes

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