DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BEN_BATCH_RATE_INFO

Line 371: delete from ben_batch_rate_info

367: hr_utility.set_location ('Entering '||l_package,10);
368: --
369: p_rows := 0 ;
370: loop
371: delete from ben_batch_rate_info
372: where benefit_action_id = p_benefit_action_id
373: and rownum <= l_records_to_be_deleted ;
374: --
375: p_rows := p_rows + sql%rowcount;