DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BEN_BATCH_RANGES

Line 207: delete from ben_batch_ranges

203: hr_utility.set_location ('Entering '||l_package,10);
204: --
205: p_rows :=0;
206: loop
207: delete from ben_batch_ranges
208: where benefit_action_id = p_benefit_action_id
209: and rownum <=l_records_to_be_deleted;
210: --
211: p_rows := p_rows + sql%rowcount;