Commit 64ec56d0 authored by arawankar's avatar arawankar

Office_sql.txt

--ADDED GENCODES ENTRY FOR TRAN_TYPE

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192869 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 384a5594
...@@ -50,3 +50,10 @@ values ('VTINVPQTY','Invalid Quantity','Entered Quantity should not exceed than ...@@ -50,3 +50,10 @@ values ('VTINVPQTY','Invalid Quantity','Entered Quantity should not exceed than
---------------------------------Added by sarita on 13 NOVEMBER 2018 [START]----------------------------------- ---------------------------------Added by sarita on 13 NOVEMBER 2018 [START]-----------------------------------
alter table sordertype add CR_TERM_SOURCE char(1); alter table sordertype add CR_TERM_SOURCE char(1);
---------------------------------Added by sarita on 13 NOVEMBER 2018 [END]------------------------------------- ---------------------------------Added by sarita on 13 NOVEMBER 2018 [END]-------------------------------------
------------ added by ANJALI R on 13-11-2018 [START] ----------------------------------
INSERT INTO GENCODES (FLD_NAME,MOD_NAME,FLD_VALUE,DESCR,SH_DESCR,CHG_DATE,CHG_USER,CHG_TERM,ACTIVE,UDF_STR1,UDF_STR2,UDF_STR3)
VALUES ('TRAN_TYPE','W_PORCP','FOR','CP','CP','BASE','BASE','BASE','Y',NULL,NULL,NULL);
------------ added by ANJALI R on 13-11-2018 [End] ----------------------------------
\ 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