DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on PAY_GROSSUP_BAL_EXCLUSIONS

Line 2531: delete from pay_grossup_bal_exclusions exc

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