DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BEN_REPORTING

Line 180: delete from ben_reporting

176: hr_utility.set_location ('Entering '||l_package,10);
177: --
178: p_rows :=0;
179: loop
180: delete from ben_reporting
181: where benefit_action_id = p_benefit_action_id
182: and rownum <=l_records_to_be_deleted;
183: --
184: p_rows := p_rows + sql%rowcount;