DBA Data[Home] [Help]

APPS.PAY_SBF_DEL dependencies on PAY_SHADOW_BALANCE_FEEDS

Line 56: -- Delete the pay_shadow_balance_feeds row.

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

Line 58: delete from pay_shadow_balance_feeds

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