DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_PRE_PAYMENTS

Line 541: pay_pre_payments, unless we are

537: Delete from pay_costs and
538: pay_quickpay_inclusions when
539: we roll back.
540: Do not attempt to delete from
541: pay_pre_payments, unless we are
542: rolling back a Pre-Payment!
543: 21-JUN-1994 CSWAN 40.18 For reversal RRVs, flip the
544: sign of the RRVs being reversed,
545: rather than prepending a '-'

Line 1809: delete from pay_pre_payments ppp

1805: -- a cascade delete from pay_coin_anal_elements.
1806: if g_debug then
1807: hr_utility.set_location('hrassact.do_assact_rollback',150);
1808: end if;
1809: delete from pay_pre_payments ppp
1810: where ppp.assignment_action_id = p_assact_rec.assact_id;
1811: end if;
1812: --
1813: if(p_pact_rec.action_type = 'C') then