DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 659: delete from pay_quickpay_exclusions pqe

655: --
656: -- Remove any quickpay exclusions for the element entry where the element
657: -- entry no longer date effectively exists.
658: --
659: delete from pay_quickpay_exclusions pqe
660: where pqe.element_entry_id = p_element_entry_id
661: and exists
662: (select null
663: from pay_assignment_actions paa,