DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_PRE_PAYMENTS

Line 573: pay_pre_payments, unless we are

569: Delete from pay_costs and
570: pay_quickpay_inclusions when
571: we roll back.
572: Do not attempt to delete from
573: pay_pre_payments, unless we are
574: rolling back a Pre-Payment!
575: 21-JUN-1994 CSWAN 40.18 For reversal RRVs, flip the
576: sign of the RRVs being reversed,
577: rather than prepending a '-'

Line 1841: delete from pay_pre_payments ppp

1837: -- a cascade delete from pay_coin_anal_elements.
1838: if g_debug then
1839: hr_utility.set_location('hrassact.do_assact_rollback',150);
1840: end if;
1841: delete from pay_pre_payments ppp
1842: where ppp.assignment_action_id = p_assact_rec.assact_id;
1843: end if;
1844: --
1845: if(p_pact_rec.action_type = 'C') then