You are on page 1of 1

---------------------------

insert into temp_accounts ( trustid, accno, customername, roi, tenure, pemiitobe


waived,
restructingfees, loanamount, settlementdate,
restructingflag, file_key, cust_key, temp_flag,
temp_sr_no, temp_sysentrydate, temp_syspostdate ,emi_amt,downpayment, total_amou
nt) values (
'UTTT', 'TESTN07101349999', 'RAJESH TIWARI', 13, 240, 0,
10000, 900000, '23-Apr-2010'
, 1, 0, 0, 'N', 0,
NULL, sysdate,16000,0,900000)
Select * from TEMP_ACCOUNTS
Select * from TEMP_ACCOUNTS_SUCCESSFUL
exec prc_exe_accounts;
commit;
------------------------
insert into temp_receipt ( trustid, accno, receiptno, receiptdate,
modeofpay, amount,
bankname, chqno, chqdate, drawer_name, drawee_name,
receipttype, chqcleardate, chqbouncedate,trns_entry_date,
temp_flag, trnsactionid, transactionflag, new_trans_id ) values (
'UTTT', 'TESTN07101349999', '1', '1-May-2010'
, 'B', 20000,
'ICICI', '123456', '10-Jun-2010', NULL, NULL,
'1', sysdate,null,sysdate,
'N', 82145, 'T', 0)
Select * from TEMP_RECEIPT
exec prc_exe_receipting;
commit;
------------------

You might also like