Commit b179f549 authored by steurwadkar's avatar steurwadkar

Changes made to generate wave task from distribution order

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182500 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e25ffea5
alter table DISTORDER_ALLOC add WAVE_FLAG char(1);
ALTER TABLE WAVE_TASK ADD REF_SER CHAR(6);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('wavegen','1','dist_order__from','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('wavegen','1','dist_order__to','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('wavegen','1','wave_on','Y');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment