Commit 222cc330 authored by sanashaikh's avatar sanashaikh

Sana S: Modifed on 12/03/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217789 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a28de31d
......@@ -24,13 +24,13 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="pay_stru_chg_req_hdr.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pay_stru_chg_req_hdr.chg_date" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="pay_stru_chg_req_hdr.chg_term" )
column=(type=char(10) updatewhereclause=yes name=req_status_descr dbname="req_status_descr" )
column=(type=char(9) updatewhereclause=yes name=wf_status_descr dbname="wf_status_descr" )
column=(type=char(5) updatewhereclause=yes name=employee_pay_site dbname="employee.pay_site" )
column=(type=char(4000) updatewhereclause=yes name=emp_name dbname="emp_name" )
column=(type=char(4000) updatewhereclause=yes name=emp_name_aprv dbname="emp_name_aprv" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_id~") COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.ad_alloc_group~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code~") COLUMN(NAME=~"pay_stru_chg_req_hdr.cancel_remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.status_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.req_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.wf_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth1~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth2~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth3~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_term~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_term~") COMPUTE(NAME=~"CASE WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='U' THEN 'Unapproved' WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='A' THEN 'Approved' WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='C' THEN 'Cancelled' ELSE '' END AS req_status_descr~") COMPUTE(NAME=~"CASE WHEN PAY_STRU_CHG_REQ_HDR.WF_STATUS='O' THEN 'Opened' WHEN PAY_STRU_CHG_REQ_HDR.WF_STATUS='S' THEN 'Submitted' ELSE '' END AS wf_status_descr~") COLUMN(NAME=~"employee.pay_site~") COMPUTE(NAME=~"FN_GET_EMP_NAME(PAY_STRU_CHG_REQ_HDR.EMP_CODE, 'FML1') AS EMP_NAME~") COMPUTE(NAME=~"FN_GET_EMP_NAME(PAY_STRU_CHG_REQ_HDR.EMP_CODE__APRV, 'FML1') AS EMP_NAME_APRV~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"pay_stru_chg_req_hdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"pay_stru_chg_req_hdr.ad_alloc_group~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"~~~"PAY_STRU_CHG_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PAY_STRU_CHG_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = datetime) ARG(NAME = ~"to_date~" TYPE = datetime) " update="PAY_STRU_CHG_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("from_date", datetime),("to_date", datetime)) )
column=(type=char(10) updatewhereclause=yes name=req_status_descr dbname="req_status_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_id~") COLUMN(NAME=~"pay_stru_chg_req_hdr.tran_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.ad_alloc_group~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code~") COLUMN(NAME=~"pay_stru_chg_req_hdr.cancel_remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.remarks~") COLUMN(NAME=~"pay_stru_chg_req_hdr.status_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.req_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.wf_status~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth1~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth2~") COLUMN(NAME=~"pay_stru_chg_req_hdr.emp_code__auth3~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.add_term~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_user~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_date~") COLUMN(NAME=~"pay_stru_chg_req_hdr.chg_term~") COMPUTE(NAME=~"CASE WHEN PAY_STRU_CHG_REQ_HDR.WF_STATUS='O' THEN 'Opened' WHEN PAY_STRU_CHG_REQ_HDR.WF_STATUS='S' THEN 'Submitted' ELSE '' END AS wf_status_descr~") COLUMN(NAME=~"employee.pay_site~") COMPUTE(NAME=~"FN_GET_EMP_NAME(PAY_STRU_CHG_REQ_HDR.EMP_CODE, 'FML1') AS EMP_NAME~") COMPUTE(NAME=~"FN_GET_EMP_NAME(PAY_STRU_CHG_REQ_HDR.EMP_CODE__APRV, 'FML1') AS EMP_NAME_APRV~") COLUMN(NAME=~"allwdedn.descr~") COMPUTE(NAME=~"CASE WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='U' THEN 'Unapproved' WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='A' THEN 'Approved' WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='C' AND PAY_STRU_CHG_REQ_HDR.WF_STATUS = 'R' THEN 'Rejected' WHEN PAY_STRU_CHG_REQ_HDR.REQ_STATUS='C' THEN 'Cancelled' ELSE '' END AS req_status_descr~") JOIN (LEFT=~"pay_stru_chg_req_hdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"pay_stru_chg_req_hdr.ad_alloc_group~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"PAY_STRU_CHG_REQ_HDR.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"PAY_STRU_CHG_REQ_HDR.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = datetime) ARG(NAME = ~"to_date~" TYPE = datetime) " update="pay_stru_chg_req_hdr" updatewhere=1 updatekeyinplace=no arguments=(("from_date", datetime),("to_date", datetime)) )
text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Date" border="0" color="33554432" x="70" y="2" height="16" width="95" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Employee Code" border="0" color="33554432" x="167" y="2" height="16" width="102" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -55,6 +55,7 @@ text(band=header alignment="2" text="Add Term" border="0" color="33554432" x="31
text(band=header alignment="2" text="Required Status Descr" border="0" color="33554432" x="3267" y="2" height="16" width="150" html.valueishtml="0" name=req_status_descr_t visible="0" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Workflow Status Descr" border="0" color="33554432" x="3419" y="2" height="16" width="166" html.valueishtml="0" name=wf_status_descr_t visible="0" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Allocation Group" border="0" color="33554432" x="672" y="2" height="19" width="238" html.valueishtml="0" name=allwdedn_descr_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="2" text="Allocation Group" border="0" color="33554432" x="2094" y="2" height="16" width="103" html.valueishtml="0" name=ad_alloc_group_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="70" y="2" height="19" width="95" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="167" y="2" height="19" width="102" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -65,9 +66,9 @@ column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="335544
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1831" y="2" height="19" width="88" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1697" y="2" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="1921" y="2" height="19" width="171" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=300 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="597" y="2" height="19" width="73" format="[general]" html.valueishtml="0" name=employee_pay_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="271" y="2" height="19" width="324" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="1251" y="2" height="19" width="298" format="[general]" html.valueishtml="0" name=emp_name_aprv visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="597" y="2" height="19" width="73" format="[general]" html.valueishtml="0" name=employee_pay_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="271" y="2" height="19" width="324" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="1251" y="2" height="19" width="298" format="[general]" html.valueishtml="0" name=emp_name_aprv visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="2199" y="2" height="19" width="132" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="2333" y="2" height="19" width="120" format="[general]" html.valueishtml="0" name=wf_status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="2455" y="2" height="19" width="162" format="[general]" html.valueishtml="0" name=emp_code__auth1 visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -76,10 +77,9 @@ column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="2910" y="2" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=add_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="3044" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=add_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="3112" y="2" height="19" width="153" format="[general]" html.valueishtml="0" name=add_term visible="0" edit.limit=300 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="3267" y="2" height="19" width="150" format="[general]" html.valueishtml="0" name=req_status_descr visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="3419" y="2" height="19" width="166" format="[general]" html.valueishtml="0" name=wf_status_descr visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="672" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Allocation Group" border="0" color="33554432" x="2094" y="2" height="16" width="103" html.valueishtml="0" name=ad_alloc_group_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="3267" y="2" height="19" width="150" format="[general]" html.valueishtml="0" name=req_status_descr visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="3419" y="2" height="19" width="166" format="[general]" html.valueishtml="0" name=wf_status_descr visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="672" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="2094" y="2" height="19" width="103" format="[general]" html.valueishtml="0" name=ad_alloc_group visible="0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
......
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