Commit 100c380e authored by wansari's avatar wansari

W16IBAS007 added pop help query for anal_code and cctr_code and messages.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43516 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7f2070d0
...@@ -65,4 +65,15 @@ values ('VTINDDATE','Indent Date can''t be blank!','Indent Date can not be blank ...@@ -65,4 +65,15 @@ values ('VTINDDATE','Indent Date can''t be blank!','Indent Date can not be blank
-----Changed by wasim on 07-APR-17 for indent issues from QC----------- -----Changed by wasim on 07-APR-17 for indent issues from QC-----------
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM) INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VTCONSDATE','Invalid Exp Cons Date!','Expected consumption date should be equal to or greater than required date','E','Y',SYSDATE,'BASE','BASE'); values ('VTCONSDATE','Invalid Exp Cons Date!','Expected consumption date should be equal to or greater than required date','E','Y',SYSDATE,'BASE','BASE');
-----Changed by wasim on 07-APR-17 for indent issues from QC-----------
\ No newline at end of file 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)
values ('ANAL_CODE','W_INDENT_REQ','SELECT ANAL_CODE,DESCR FROM ANALYSIS',null,'Analysis Code',0,0,SYSDATE,'BASE','BASE','0',null);
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)
values ('CCTR_CODE','W_INDENT_REQ','SELECT CCTR_CODE, DESCR FROM COSTCTR',null,'Cost Centre Code',0,0,SYSDATE,'BASE','BASE','0',null);
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VTINVANAL','Invalid Analysis code entered!','Analysis code entered does not exist, please enter valid analysis code','E','Y',SYSDATE,'BASE','BASE');
-----Changed by wasim on 07-APR-17 for indent issues from QC-----------
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