DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 1331: -- PAY_QUICKPAY_EXCLUSIONS.

1327: end if;
1328: --
1329: -- Enhancement 3368211
1330: -- Delete from both PAY_QUICKPAY_INCLUSIONS and
1331: -- PAY_QUICKPAY_EXCLUSIONS.
1332: --
1333: -- There is a chance the assignment action id exists in both tables if
1334: -- the assignment action was created before the QuickPay Exclusions
1335: -- data model was in use.

Line 1336: delete from pay_quickpay_exclusions

1332: --
1333: -- There is a chance the assignment action id exists in both tables if
1334: -- the assignment action was created before the QuickPay Exclusions
1335: -- data model was in use.
1336: delete from pay_quickpay_exclusions
1337: where assignment_action_id = p_action_id;
1338: --
1339: delete from pay_quickpay_inclusions
1340: where assignment_action_id = p_action_id;