Commit 46e6d93a authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 18/02/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216765 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 387810e1
......@@ -15,9 +15,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=req_status dbname="pay_stru_chg_req_hdr.req_status" )
column=(type=char(1) update=yes updatewhereclause=yes name=wf_status dbname="pay_stru_chg_req_hdr.wf_status" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="pay_stru_chg_req_hdr.emp_code__aprv" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth1 dbname="emp_code__auth1" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth2 dbname="emp_code__auth2" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth3 dbname="emp_code__auth3" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth1 dbname="pay_stru_chg_req_hdr.emp_code__auth1" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth2 dbname="pay_stru_chg_req_hdr.emp_code__auth2" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__auth3 dbname="pay_stru_chg_req_hdr.emp_code__auth3" )
column=(type=datetime update=yes updatewhereclause=yes name=add_date dbname="pay_stru_chg_req_hdr.add_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=add_user dbname="pay_stru_chg_req_hdr.add_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=add_term dbname="pay_stru_chg_req_hdr.add_term" )
......@@ -26,7 +26,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
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" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) 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~")WHERE( EXP1 =~"PAY_STRU_CHG_REQ_HDR.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = number) " update="pay_stru_chg_req_hdr" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", number)) )
column=(type=char(5) updatewhereclause=yes name=employee_pay_site dbname="employee.pay_site" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pay_stru_chg_req_hdr~" ) TABLE(NAME=~"employee~" ) 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~") JOIN (LEFT=~"pay_stru_chg_req_hdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_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="Ad Code Group" border="0" color="33554432" x="167" y="2" height="16" width="88" html.valueishtml="0" name=ad_alloc_group_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" )
......@@ -50,8 +51,8 @@ text(band=header alignment="2" text="Required Status Descr" border="0" color="33
text(band=header alignment="2" text="Workflow Status Descr" border="0" color="33554432" x="2427" y="2" height="16" width="166" html.valueishtml="0" name=wf_status_descr_t visible="1" 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" )
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=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="167" y="2" height="19" width="88" format="[general]" html.valueishtml="0" name=ad_alloc_group visible="1" edit.limit=5 edit.case=upper 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="257" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper 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=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="167" y="2" height="19" width="88" format="[general]" html.valueishtml="0" name=ad_alloc_group visible="1" 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" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="257" y="2" height="19" width="66" 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" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="325" y="2" height="19" width="144" format="[general]" html.valueishtml="0" name=cancel_remarks visible="1" edit.limit=120 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=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="471" y="2" height="19" width="134" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=120 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=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="607" y="2" height="19" width="105" format="[shortdate] [time]" html.valueishtml="0" name=status_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" )
......@@ -69,6 +70,8 @@ column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="2102" 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=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="2275" y="2" height="19" width="150" format="[general]" html.valueishtml="0" name=req_status_descr visible="1" 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="2427" y="2" height="19" width="166" format="[general]" html.valueishtml="0" name=wf_status_descr visible="1" 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=22 alignment="0" tabsequence=0 border="0" color="33554432" x="2596" y="1" height="16" width="28" 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" )
text(band=header alignment="0" text="Employee Pay Site" border="0" color="33554432" x="2595" y="1" height="19" width="29" html.valueishtml="0" name=employee_pay_site_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" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=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