DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_QUICKPAY_EXCLUSIONS

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

1905: end if;
1906: --
1907: -- Enhancement 3368211
1908: --
1909: -- Delete from both PAY_QUICKPAY_INCLUSIONS and PAY_QUICKPAY_EXCLUSIONS.
1910: --
1911: -- There is a chance the assignment action id exists in both tables if
1912: -- the assignment action was created before the QuickPay Exclusions
1913: -- data model was in use.

Line 1915: delete from pay_quickpay_exclusions exc

1911: -- There is a chance the assignment action id exists in both tables if
1912: -- the assignment action was created before the QuickPay Exclusions
1913: -- data model was in use.
1914: --
1915: delete from pay_quickpay_exclusions exc
1916: where exc.assignment_action_id = p_info.assact_id;
1917: --
1918: delete from pay_quickpay_inclusions inc
1919: where inc.assignment_action_id = p_info.assact_id;