DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on BEN_REPORTING

Line 2184: delete from ben_reporting

2180: update ben_person_actions
2181: set action_status_cd = 'U'
2182: where person_action_id = r_person_actions.person_action_id;
2183: --
2184: delete from ben_reporting
2185: where person_id = r_person_actions.person_id
2186: and benefit_action_id = r_person_actions.benefit_action_id;
2187: end loop;
2188: --