DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 8720: -- Delete from both PAY_QUICKPAY_INCLUSIONS and PAY_QUICKPAY_EXCLUSIONS.

8716: end if;
8717: --
8718: -- Enhancement 3368211
8719: --
8720: -- Delete from both PAY_QUICKPAY_INCLUSIONS and PAY_QUICKPAY_EXCLUSIONS.
8721: --
8722: -- There is a chance the element entry id exists in both tables if
8723: -- any QuickPay assignment actions were created before the QuickPay
8724: -- Exclusions data model was in use.

Line 8726: delete from pay_quickpay_exclusions pqe

8722: -- There is a chance the element entry id exists in both tables if
8723: -- any QuickPay assignment actions were created before the QuickPay
8724: -- Exclusions data model was in use.
8725: --
8726: delete from pay_quickpay_exclusions pqe
8727: where pqe.element_entry_id = p_element_entry_id
8728: and exists
8729: (select null
8730: from pay_assignment_actions paa,