[Home] [Help]
2880: --
2881: -- Only delete grossup balance exclusion rows if we are purging the
2882: -- entry.
2883: --
2884: delete from pay_grossup_bal_exclusions exc
2885: where exc.source_id = p_element_entry_id
2886: and exc.source_type = 'EE'
2887: and not exists
2888: ( select null