Commit 0cd740b1 authored by vvengurlekar's avatar vvengurlekar

F18GPIT005.sql - pophelp added for tran_id


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192191 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1c43b9ef
......@@ -11,4 +11,5 @@ insert into obj_itemchange (obj_name,form_no,field_name,mandatory) values ('chqc
insert into pbcatcol( pbc_tnam, pbc_ownr, pbc_cnam, pbc_labl, pbc_lpos, pbc_hdr, pbc_hpos, pbc_jtfy, pbc_mask, pbc_case, pbc_hght, pbc_wdth, pbc_ptrn, pbc_bmap, pbc_init, pbc_edit, pbc_cmnt )
VALUES ('CHQCANC', 'STD', 'REF_SER', '', 0, '', 0, 0, '', 0, 0, 0, '', 'N', '', '', 'According to REF_SER, record will be retrieved from MISC_PAYMENT or PAYMENT_EXP') ;
update pophelp set sql_str = 'select tran_id,tran_date,ref_no,bank_code,sundry_type,sundry_code,curr_code, net_amt from misc_payment where confirmed=''Y'' union select tran_id,tran_date,ref_no,bank_code,sundry_type,sundry_code,curr_code, net_amt from payment_exp where confirmed=''Y'''
where mod_name = 'W_CHQCANC' and field_name = 'TRAN_ID';
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