Commit b2d436e4 authored by wansari's avatar wansari

W15GSUN003 added sql for disparm for D-SO and S-ORD.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99166 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a97dae6
...@@ -38,3 +38,10 @@ Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -38,3 +38,10 @@ Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
values ('VTTSORNTCF','Record not Confirm','select record is not confirmed','E','Y',null,null,null,null,'BASE','BASE',null,null); values ('VTTSORNTCF','Record not Confirm','select record is not confirmed','E','Y',null,null,null,null,'BASE','BASE',null,null);
---------Insert this entry if it is not present in the database [END]------------------------- ---------Insert this entry if it is not present in the database [END]-------------------------
---------Insert location code(var_value) as per your database--------------------------------------------
Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','S-ORD','S','A1414B','Location code to for S-ORD',null,SYSDATE,'BASE','BASE');
Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','D-SO','S','A1414B','Location code to for D-SO',null,SYSDATE,'BASE','BASE');
---------Insert location code(var_value) as per your database--------------------------------------------
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