You are on page 1of 1

--------------------------------------------------------------------------- Before Second run of workflow

--------------------------------------------------------------------------- Insert records by removing first slot


-------------------------------------------------------------------------truncate table SALES_ORDER_INCR_QTY;
insert into SALES_ORDER_INCR_QTY values (1, 1,'ORDER-1',1,1,sysdate,1,400);
insert into SALES_ORDER_INCR_QTY values (2, 2,'ORDER-2',2,2,sysdate,-2,200);
--------------------------------------------------------------------------- Commit records
-------------------------------------------------------------------------commit;

You might also like