DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on PAY_QUICKPAY_INCLUSIONS

Line 623: delete from pay_quickpay_inclusions pqi

619: --
620: -- Remove any quickpay inclusions for the element entry where the element
621: -- entry no longer date effectively exists.
622: --
623: delete from pay_quickpay_inclusions pqi
624: where pqi.element_entry_id = p_element_entry_id
625: and exists
626: (select null
627: from pay_assignment_actions paa,