DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BEN_PERSON_ACTIONS

Line 399: delete from ben_person_actions

395: hr_utility.set_location ('Entering '||l_package,10);
396: --
397: p_rows :=0;
398: loop
399: delete from ben_person_actions
400: where benefit_action_id = p_benefit_action_id
401: and rownum <= l_records_to_be_deleted;
402: --
403: p_rows := p_rows + sql%rowcount;