Commit bbf68718 authored by pshinde's avatar pshinde

Changes done Release Hold Inventory srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96024 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b23838dd
...@@ -18,7 +18,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -18,7 +18,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) updatewhereclause=yes name=lot_sl dbname="inv_hold_det.lot_sl" ) column=(type=char(15) updatewhereclause=yes name=lot_sl dbname="inv_hold_det.lot_sl" )
column=(type=decimal(0) updatewhereclause=yes name=line_no_sl dbname="inv_hold_det.line_no_sl" ) column=(type=decimal(0) updatewhereclause=yes name=line_no_sl dbname="inv_hold_det.line_no_sl" )
column=(type=char(10) updatewhereclause=yes name=lock_code dbname="inv_hold.lock_code" ) column=(type=char(10) updatewhereclause=yes name=lock_code dbname="inv_hold.lock_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_hold_rel_det~" ) TABLE(NAME=~"inv_hold_det~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"location~" ) TABLE(NAME=~"tarodev.inv_hold~" ) COLUMN(NAME=~"inv_hold_rel_det.tran_id~") COLUMN(NAME=~"inv_hold_rel_det.line_no~") COLUMN(NAME=~"inv_hold_rel_det.tran_id__hold~") COLUMN(NAME=~"inv_hold_rel_det.line_no__hold~") COLUMN(NAME=~"inv_hold_rel_det.remarks~") COLUMN(NAME=~"inv_hold_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"inv_hold_det.loc_code~") COLUMN(NAME=~"location.descr~") COLUMN(NAME=~"inv_hold_det.lot_no~") COLUMN(NAME=~"inv_hold_det.lot_sl~") COLUMN(NAME=~"inv_hold_det.line_no_sl~") COLUMN(NAME=~"tarodev.inv_hold.lock_code~") JOIN (LEFT=~"inv_hold_rel_det.tran_id__hold~" OP =~"=~"RIGHT=~"inv_hold_det.tran_id~" ) JOIN (LEFT=~"inv_hold_rel_det.line_no__hold~" OP =~"=~"RIGHT=~"inv_hold_det.line_no~" ) JOIN (LEFT=~"inv_hold_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"inv_hold_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" ) JOIN (LEFT=~"tarodev.inv_hold.tran_id~" OP =~"=~"RIGHT=~"inv_hold_rel_det.tran_id__hold~" )WHERE( EXP1 =~"INV_HOLD_REL_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="INV_HOLD_REL_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_hold_rel_det~" ) TABLE(NAME=~"inv_hold_det~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"location~" ) TABLE(NAME=~"inv_hold~" ) COLUMN(NAME=~"inv_hold_rel_det.tran_id~") COLUMN(NAME=~"inv_hold_rel_det.line_no~") COLUMN(NAME=~"inv_hold_rel_det.tran_id__hold~") COLUMN(NAME=~"inv_hold_rel_det.line_no__hold~") COLUMN(NAME=~"inv_hold_rel_det.remarks~") COLUMN(NAME=~"inv_hold_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"inv_hold_det.loc_code~") COLUMN(NAME=~"location.descr~") COLUMN(NAME=~"inv_hold_det.lot_no~") COLUMN(NAME=~"inv_hold_det.lot_sl~") COLUMN(NAME=~"inv_hold_det.line_no_sl~") COLUMN(NAME=~"inv_hold.lock_code~") JOIN (LEFT=~"inv_hold_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" OUTER1 =~"inv_hold_det.loc_code~" ) JOIN (LEFT=~"inv_hold_rel_det.tran_id__hold~" OP =~"=~"RIGHT=~"inv_hold_det.tran_id~" ) JOIN (LEFT=~"inv_hold_rel_det.line_no__hold~" OP =~"=~"RIGHT=~"inv_hold_det.line_no~" ) JOIN (LEFT=~"inv_hold_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"inv_hold.tran_id~" OP =~"=~"RIGHT=~"inv_hold_rel_det.tran_id__hold~" )WHERE( EXP1 =~"INV_HOLD_REL_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="INV_HOLD_REL_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="6" color="33554432" x="70" y="2" height="16" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Line No" border="6" color="33554432" x="70" y="2" height="16" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Id Hold" border="6" color="33554432" x="144" y="2" height="16" width="73" html.valueishtml="0" name=tran_id__hold_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 Id Hold" border="6" color="33554432" x="144" y="2" height="16" width="73" html.valueishtml="0" name=tran_id__hold_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" )
......
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