DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_QUICKPAY_INCLUSIONS

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

1984: end if;
1985: --
1986: -- Enhancement 3368211
1987: --
1988: -- Delete from both PAY_QUICKPAY_INCLUSIONS and PAY_QUICKPAY_EXCLUSIONS.
1989: --
1990: -- There is a chance the assignment action id exists in both tables if
1991: -- the assignment action was created before the QuickPay Exclusions
1992: -- data model was in use.

Line 1997: delete from pay_quickpay_inclusions inc

1993: --
1994: delete from pay_quickpay_exclusions exc
1995: where exc.assignment_action_id = p_info.assact_id;
1996: --
1997: delete from pay_quickpay_inclusions inc
1998: where inc.assignment_action_id = p_info.assact_id;
1999: --
2000: end if;
2001: end if;