Commit d5baeeb7 authored by dpingle's avatar dpingle

* Updated sql file on [15/10/19]

w_lvetable.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209637 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7eefa57c
...@@ -182,3 +182,12 @@ Max.Allowed :(<b> {max_allowed}</b>) ,Min.Allowed :(<b>{min_allowed}</b>) ...@@ -182,3 +182,12 @@ Max.Allowed :(<b> {max_allowed}</b>) ,Min.Allowed :(<b>{min_allowed}</b>)
----------------------------------------------------- Dipesh [09/09/2019] Start ----------------------------------------------------- Dipesh [09/09/2019] Start
----------------------------------------------------- Dipesh [15/10/2019] Start
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,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT)
values ('LVE_CODE','W_LVETABLE','select c.lve_code as lve_code, c.descr description from employee a, lvetable b, leaves c, grade d where a.emp_code = ''?'' and b.lve_tblno = nvl((select lve_tblno from grade_site_lvetbl cc where cc.site_code = a.emp_site and cc.grade_code = a.grade), (select lve_tblno from cadre_site_lvetbl dd where dd.site_code = a.emp_site and dd.cadre_code = a.cadre )) and b.lve_code = c.lve_code and a.grade = d.grade_code ',null,'Leaves Master',0,0,to_date('01-09-14','DD-MM-RR'),'VAIBHAV ','VAIBHAV ','1',null,':0.emp_code',null,null,null,null,null,'S',null,'2',null,'3','popicon_empleave','lve_code','lve_code','2 ',null,null,null,null,null,null,null);
----------------------------------------------------- Dipesh [15/10/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