DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on BEN_REPORTING

Line 2189: delete from ben_reporting

2185: update ben_person_actions
2186: set action_status_cd = 'U'
2187: where person_action_id = r_person_actions.person_action_id;
2188: --
2189: delete from ben_reporting
2190: where person_id = r_person_actions.person_id
2191: and benefit_action_id = r_person_actions.benefit_action_id;
2192: end loop;
2193: --