Commit 9e7407c7 authored by sghate's avatar sghate

updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206872 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b464028
......@@ -139,6 +139,20 @@ SET DEFINE OFF;
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMSTNPTBL1','Duplicate record','Record with same details already exist','E','Y',null,null,null,to_date('21-09-15','DD-MM-RR'),'VISHAL ','VISHAL',null,null);
--------------------------------------------Added by shital on 3/09/2019 Start-------------
--------------------------------------------Added by shital on 5/09/2019 End-------------
update TRANSETUP set tran_id_col='site_code,state_code,stan_code' where tran_window='w_site_stan_paytbl';
REM INSERTING into TRANS_COPY_SETUP
SET DEFINE OFF;
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','site_code',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','site_descr',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','state_code',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','state_descr',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','stan_code',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','station_descr',null,'N');
--------------------------------------------Added by shital on 5/09/2019 End-------------
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