DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BEN_BATCH_ELIG_INFO

Line 316: delete from ben_batch_elig_info

312: hr_utility.set_location ('Entering '||l_package,10);
313: --
314: p_rows := 0 ;
315: loop
316: delete from ben_batch_elig_info
317: where benefit_action_id = p_benefit_action_id
318: and rownum <= l_records_to_be_deleted ;
319: --
320: p_rows := p_rows + sql%rowcount;