DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_COSTS

Line 569: Delete from pay_costs and

565: all action types.
566: 28-JUN-1994 DSAXBY 40.19 Added line to decode statement
567: in reversal routine, to
568: prevent invalid number errors.
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

Line 1847: delete from pay_costs

1843: end if;
1844: --
1845: if(p_pact_rec.action_type = 'C') then
1846: -- Delete from the costing table.
1847: delete from pay_costs
1848: where assignment_action_id = p_assact_rec.assact_id;
1849: end if;
1850: --
1851: /*