DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_COSTS

Line 537: Delete from pay_costs and

533: all action types.
534: 28-JUN-1994 DSAXBY 40.19 Added line to decode statement
535: in reversal routine, to
536: prevent invalid number errors.
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

Line 1815: delete from pay_costs

1811: end if;
1812: --
1813: if(p_pact_rec.action_type = 'C') then
1814: -- Delete from the costing table.
1815: delete from pay_costs
1816: where assignment_action_id = p_assact_rec.assact_id;
1817: end if;
1818: --
1819: /*