Commit 3c5f36e0 authored by smestry's avatar smestry

W16BKAT001, Updated the sql for carrier code filter in wave generation.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101720 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca15ef1d
alter table WAVE_TASK add carrier_code CHAR(10);
insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME) values ('CARRIER_CODE','X','select tran_code,tran_name from transporter',null,'Carrier Code',0,0,sysdate,'BASE','BASE','1',null,null,0,null,null,null,null,null,null,null,null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('wavegen','1','carrier_code','Y');
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