[Home] [Help]
2527: --
2528: -- Only delete grossup balance exclusion rows if we are purging the
2529: -- entry.
2530: --
2531: delete from pay_grossup_bal_exclusions exc
2532: where exc.source_id = p_element_entry_id
2533: and exc.source_type = 'EE'
2534: and not exists
2535: ( select null