DBA Data[Home] [Help]

APPS.PAY_SBC_DEL dependencies on PAY_SHADOW_BALANCE_CLASSI

Line 56: -- Delete the pay_shadow_balance_classi row.

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

Line 58: delete from pay_shadow_balance_classi

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