ASB XE3/32/64 DLL running
[Compiled on 05/06/2018 1:03:04 PM] [File Version : 1.0.0.0]] [Product Version : 1.0.0.0][]
DB Manager created
gcmsSurendrasingh827ccb0eea8a706c4c34a16891f84e7bbocup00115990000000001000622/05/2025R?????? ?????15bor2014000Surendrasingh1159900000000010006100062014/6992014/699200040518015?????? ?????11222/05/202507/08/202510033000000815110199690000008810Surendrasingh1159900000000010006100062014/76462014/7646200040485815???? ?????17422/05/202519/06/20251010700000077712019973000000612
Executing Savedata webservice
-----------------------------
Received JSON : {"savedata":{"axpapp":"gcms","username":"Surendrasingh","password":"827ccb0eea8a706c4c34a16891f84e7b","seed":"","s":"","transid":"bocup","recordid":"0","recdata":[{"axp_recid1":[{"rowno":"001","text":"0","columns":{"courtname":"11599000000000","courtcode":"10006","cldate":"22/05/2025","cltype":"R","benchname":"?????? ?????","benchcode":"15","cluser":"bor2014","bench_mem1":"0","bench_mem2":"0"}}]},{"axp_recid2":[{"rowno":"001","text":"0","columns":{"puname":"Surendrasingh","court_name":"11599000000000","court_code":"10006","docid":"100062014/699","case_no":"2014/699","trn_bor_caseid":"2000405180","manual_case_no":"","bench_code":"15","prev_case_purpose":"?????? ?????","prev_purpose_code":"112","prev_hear_date":"22/05/2025","next_hear_date":"07/08/2025","new_case_purpose":"10033000000815","new_purpose_code":"110","new_purpose_group":"19969000000881"}},{"rowno":"002","text":"0","columns":{"puname":"Surendrasingh","court_name":"11599000000000","court_code":"10006","docid":"100062014/7646","case_no":"2014/7646","trn_bor_caseid":"2000404858","manual_case_no":"","bench_code":"15","prev_case_purpose":"???? ?????","prev_purpose_code":"174","prev_hear_date":"22/05/2025","next_hear_date":"19/06/2025","new_case_purpose":"10107000000777","new_purpose_code":"120","new_purpose_group":"19973000000612"}}]}]}}
Verifying username and password
User Name : Surendrasingh
Select a.*, b.maxlogintry from AXUSERS a , axprops b WHERE lower(a.USERNAME) = :U and b.name = 'app'
U=surendrasingh
Time elapsed = 18
Password checking along with max.no of login specified in app.xml
update axusers set logintry = 0 where lower(username) = :U
Time elapsed = 9
Result :
Verifying completed...
Page Access Category :
User Name : surendrasingh
Select sysdate as sdt from dual
Time elapsed = 3
dt=23/05/2025 11:13:11
Select sysdate as sdt from dual
Time elapsed = 4
Select usergroup from AXUSERLEVELGROUPS WHERE (lower(username) =:U) and ((startdate is not null and to_date(:dt,'dd/mm/yyyy hh24:mi:ss') >= startdate) or (startdate is null)) and ((enddate is not null and to_date(:dt,'dd/mm/yyyy hh24:mi:ss') <= enddate) or (enddate is null))
U=surendrasingh
dt=23/05/2025 11:13:11
dt=23/05/2025 11:13:11
Time elapsed = 12
User Groups: rb_admin
select userroles from axusergroups where groupname in ( 'rb_admin' )
Time elapsed = 3
User Roles : rb_admin
Loading App/User vars
reading the props xml
Step3
Sql : select props from axprops where lower(name)= :name order by blobno
Paramval : app
ParamTYpe : c
Param List : name
select props from axprops where lower(name)= :name order by blobno
Time elapsed = 1
Step4
axprops\stm size:4235
Step4-123456
images\Generalized Court Management System
INRF500250000Ffiresql({m2},{select a.court_name from v_axcourts a where a.PAXUSERNAME = :username order by 1})m_courtname := sqlget({m2},{court_name})firesql({m3},{select a.court_type from v_axcourts a where a.paxusername= :username order by 1})m_courttype := sqlget({m3},{court_type})firesql({m4},{select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1})m_courtid := sqlget({m4},{court_name_mastid})firesql({m4},{select a1.axusersid from axusers a1 where a1.username=:username})login_userid := sqlget({m4},{axusersid})firesql({m4},{select :username as uname from dual})u_name := sqlget({m4},{uname})firesql({m4},{select a.COURT_CODE from v_axcourts a where a.PAXUSERNAME = :username order by 1})m_courtcode := sqlget({m4},{COURT_CODE})firesql({m2},{select A.STATE_NAME from state_mast a where A.STATE_CODE ='RJ'})m_statename := sqlget({m2},{STATE_NAME})firesql({m7},{SELECT INITCAP (TRIM (A.DISTNAMEENG)) AS DISTNAMEENG FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})m_distName := sqlget({m7},{DISTNAMEENG})firesql({m8},{SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})m_courtcatid := sqlget({m8},{COURT_CATEGOTY})firesql({m4},{select b.department_mastid from axcourts a,department_mast b where a.deptname=b.department_mastid and A.AXUSERSID=:login_userid})m_deptid := sqlget({m4},{department_mastid})firesql({m3},{select a.court_type_mastid from v_axcourts a where a.PAXUSERNAME= :username order by 1})m_courttypeid := sqlget({m3},{court_type_mastid})firesql({m4},{select A3.GROUPNAME from axusers a1, axuserlevelgroups a2,axusergroups a3 where a1.axusersid=A2.AXUSERSID and A2.USERGROUP=A3.GROUPNAME and a1.username= :username })urole := sqlget({m4},{groupname})firesql({a1},{select to_date('30/01/2021','DD/MM/RRRR') dd from dual})m_cutoffdt := sqlget({a1},{dd})firesql({P1},{SELECT count(1) ct FROM trn_rcms_officer WHERE court_code in (select court_code from v_axcourts where paxusername = :username) and officer_name !=0})m_offcount := sqlget({P1},{ct})00000F
Step4-4
Step5
Step6
Step9
fetched the props xml
10010000-1000000
2
Evaluating firesql({m2},{select a.court_name from v_axcourts a where a.PAXUSERNAME = :username order by 1})
Calling function firesql
username=surendrasingh
select a.court_name from v_axcourts a where a.PAXUSERNAME = :username order by 1
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m2},{court_name})
Calling function sqlget
Result of sqlget = ???????? ??????? ??????,??????
Result = ???????? ??????? ??????,??????
Evaluating firesql({m3},{select a.court_type from v_axcourts a where a.paxusername= :username order by 1})
Calling function firesql
username=surendrasingh
select a.court_type from v_axcourts a where a.paxusername= :username order by 1
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type})
Calling function sqlget
Result of sqlget = ADC
Result = ADC
Evaluating firesql({m4},{select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1})
Calling function firesql
username=surendrasingh
select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1
username=surendrasingh
Time elapsed = 3
Result of firesql =
Result =
Evaluating sqlget({m4},{court_name_mastid})
Calling function sqlget
Result of sqlget = 17410000000002
Result = 17410000000002
Evaluating firesql({m4},{select a1.axusersid from axusers a1 where a1.username=:username})
Calling function firesql
select a1.axusersid from axusers a1 where a1.username=:username
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m4},{axusersid})
Calling function sqlget
Result of sqlget = 17657000000515
Result = 17657000000515
Evaluating firesql({m4},{select :username as uname from dual})
Calling function firesql
select :username as uname from dual
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m4},{uname})
Calling function sqlget
Result of sqlget = surendrasingh
Result = surendrasingh
Evaluating firesql({m4},{select a.COURT_CODE from v_axcourts a where a.PAXUSERNAME = :username order by 1})
Calling function firesql
select a.COURT_CODE from v_axcourts a where a.PAXUSERNAME = :username order by 1
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m4},{COURT_CODE})
Calling function sqlget
Result of sqlget = 10635
Result = 10635
Evaluating firesql({m2},{select A.STATE_NAME from state_mast a where A.STATE_CODE ='RJ'})
Calling function firesql
select A.STATE_NAME from state_mast a where A.STATE_CODE ='RJ'
Time elapsed = 3
Result of firesql =
Result =
Evaluating sqlget({m2},{STATE_NAME})
Calling function sqlget
Result of sqlget = ????????
Result = ????????
Evaluating firesql({m7},{SELECT INITCAP (TRIM (A.DISTNAMEENG)) AS DISTNAMEENG FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})
Calling function firesql
username=surendrasingh
SELECT INITCAP (TRIM (A.DISTNAMEENG)) AS DISTNAMEENG FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=surendrasingh
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m7},{DISTNAMEENG})
Calling function sqlget
Result of sqlget = Udaipur
Result = Udaipur
Evaluating firesql({m8},{SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})
Calling function firesql
username=surendrasingh
SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=surendrasingh
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m8},{COURT_CATEGOTY})
Calling function sqlget
Result of sqlget = 10593000000007
Result = 10593000000007
Evaluating firesql({m4},{select b.department_mastid from axcourts a,department_mast b where a.deptname=b.department_mastid and A.AXUSERSID=:login_userid})
Calling function firesql
login_userid=17657000000515
select b.department_mastid from axcourts a,department_mast b where a.deptname=b.department_mastid and A.AXUSERSID=:login_userid
login_userid=17657000000515
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m4},{department_mastid})
Calling function sqlget
Result of sqlget = 1579880000000
Result = 1579880000000
Evaluating firesql({m3},{select a.court_type_mastid from v_axcourts a where a.PAXUSERNAME= :username order by 1})
Calling function firesql
select a.court_type_mastid from v_axcourts a where a.PAXUSERNAME= :username order by 1
username=surendrasingh
Time elapsed = 3
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type_mastid})
Calling function sqlget
Result of sqlget = 17410000000000
Result = 17410000000000
Evaluating firesql({m4},{select A3.GROUPNAME from axusers a1, axuserlevelgroups a2,axusergroups a3 where a1.axusersid=A2.AXUSERSID and A2.USERGROUP=A3.GROUPNAME and a1.username= :username })
Calling function firesql
username=surendrasingh
select A3.GROUPNAME from axusers a1, axuserlevelgroups a2,axusergroups a3 where a1.axusersid=A2.AXUSERSID and A2.USERGROUP=A3.GROUPNAME and a1.username= :username
username=surendrasingh
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m4},{groupname})
Calling function sqlget
Result of sqlget = court_reader
Result = court_reader
Evaluating firesql({a1},{select to_date('30/01/2021','DD/MM/RRRR') dd from dual})
Calling function firesql
select to_date('30/01/2021','DD/MM/RRRR') dd from dual
Time elapsed = 2
Result of firesql =
Result =
Evaluating sqlget({a1},{dd})
Calling function sqlget
Result of sqlget = 30/01/2021
Result = 30/01/2021
Evaluating firesql({P1},{SELECT count(1) ct FROM trn_rcms_officer WHERE court_code in (select court_code from v_axcourts where paxusername = :username) and officer_name !=0})
Calling function firesql
username=surendrasingh
SELECT count(1) ct FROM trn_rcms_officer WHERE court_code in (select court_code from v_axcourts where paxusername = :username) and officer_name !=0
username=surendrasingh
Time elapsed = 8
Result of firesql =
Result =
Evaluating sqlget({P1},{ct})
Calling function sqlget
Result of sqlget = 7
Result = 7
3
completed LoadAppVars
Password validation done successfully
select name from tstructs where blobno=1 and name in (SELECT SNAME FROM AXUSERACCESS WHERE RNAME IN ('rb_admin') and lower(sname)='bocup' and stype = 't' )
Time elapsed = 5
select Props from axuseraccess where lower(rname)='rb_admin' and lower(sname)='bocup' and stype = 't'
Time elapsed = 6
Sql : select props from axuseraccess where lower(rname)= :rname and lower(sname)= :sname and stype = :stype order by blobno
Paramval : rb_admin,bocup,t
ParamTYpe : ccc
Param List : rname
sname
stype
select props from axuseraccess where lower(rname)= :rname and lower(sname)= :sname and stype = :stype order by blobno
Time elapsed = 3
Reading data from stream
Executing GetTransControlString
Executing GetTransControl
Creating DbCall
Structure xml not received from client
Step3
Sql : select props from tstructs where lower(name)= :name order by blobno
Paramval : bocup
ParamTYpe : c
Param List : name
select props from tstructs where lower(name)= :name order by blobno
Time elapsed = 4
Step4
tstructs\stm size:4415
Step4-0
Step4-1
Step4-2
Step4-3
Step4-4
Step5
Step6
Step9
Evaluating dtchk
Result =
Evaluating {NO}
Result =
Evaluating 1
Result =
Evaluating 1
Result =
Evaluating 0
Result =
select transid from axpexchange where (transid = :tid) and (adxinout = :adxinout)
tid=bocup
adxinout=o
Time elapsed = 3
select * from trn_bor_mhearing where trn_bor_mhearingid=0
Time elapsed = 12
select * from Axusers where 1=2
Time elapsed = 4
select distinct(fldname) from AxTempUserFields
Time elapsed = 4
select * from AxAttachWorkflow where lower(transid) = 'bocup'
Time elapsed = 5
select distinct(schemaname) from axschema where lower(transid)='rbcrt'
Time elapsed = 2
select trn_bor_caseregid from trn_bor_casereg where trn_bor_caseregid=0
Time elapsed = 3
select hearingdate from trn_bor_casereg where trn_bor_caseregid=0
Time elapsed = 1
select distinct(schemaname) from axschema where lower(transid)='rbcrt'
Time elapsed = 2
select case_purpose_name from trn_bor_casereg where trn_bor_caseregid=0
Time elapsed = 2
select distinct(schemaname) from axschema where lower(transid)='rbcrt'
Time elapsed = 7
select case_purpose_code from trn_bor_casereg where trn_bor_caseregid=0
Time elapsed = 3
Step3
Sql : select props from tstructs where lower(name)= :name order by blobno
Paramval : rbchh
ParamTYpe : c
Param List : name
select props from tstructs where lower(name)= :name order by blobno
Time elapsed = 4
Step4
tstructs\stm size:2091
Step4-0
Step4-1
Step4-2
Step4-3
Step4-4
Step5
Step6
Step9
Post on approve = False
select transid from axpexchange where (transid = :tid) and (adxinout = :adxinout)
tid=rbchh
adxinout=o
Time elapsed = 4
select * from trn_bor_case_hist where trn_bor_case_histid=0
Time elapsed = 3
Evaluating date()
Result =
Evaluating {Feedback}
Result =
Loading genmaps
Creating Action object
Submitting data to dbcall
Submiting & Registering data
Registering Global variables data
Registering Global variables data over
Setting values over
DB Call Validate and save
>>Validating bocup
>>Frame No 1
courtname = 11599000000000
courtcode = 10006
cldate = 22/05/2025
cltype = R
benchname = ?????? ?????
benchcode = 15
cluser = bor2014
bench_mem1 = 0
bench_mem2 = 0
time zone difference = 0
>>Writing to tables bocup
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'bocup'
Time elapsed = 6
Saving to table TRN_BOR_MHEARING
select * from TRN_BOR_MHEARING where TRN_BOR_MHEARINGid=0
Time elapsed = 3
Adding new record to store data from Frame 1, Row 1 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 3
RecordId = 10463000010270
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 3
cluser = bor2014
benchcode = 15
bench_mem2 = 0
bench_mem1 = 0
benchname = ?????? ?????
courtcode = 10006
courtname = 11599000000000
cltype = R
cldate = 22/05/2025
Posting record
Param Type = n
trn_bor_mhearingid=10463000010270
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=surendrasingh
Param Type = c
createdon=23/05/2025 11:13:12
Param Type = c
username=surendrasingh
Param Type = c
modifiedon=23/05/2025 11:13:12
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
cluser=bor2014
Param Type = c
benchcode=15
Param Type = c
bench_mem2=0
Param Type = c
bench_mem1=0
Param Type = c
benchname=?????? ?????
Param Type = c
courtcode=10006
Param Type = c
courtname=11599000000000
Param Type = c
cltype=R
Param Type = c
cldate=22/05/2025 00:00:00
insert into TRN_BOR_MHEARING (trn_bor_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,cluser,benchcode,bench_mem2,bench_mem1,benchname,courtcode,courtname,cltype,cldate) values (:trn_bor_mhearingid,null,:sourceid,:cancel,:createdby,to_date(:createdon,'dd/mm/yyyy hh24:mi:ss'),:username,to_date(:modifiedon,'dd/mm/yyyy hh24:mi:ss'),:app_desc,:app_level,:cluser,:benchcode,:bench_mem2,:bench_mem1,:benchname,:courtcode,:courtname,:cltype,to_date(:cldate,'dd/mm/yyyy hh24:mi:ss'))
Saving to table TRN_BOR_HEARING
select * from TRN_BOR_HEARING where TRN_BOR_HEARINGid=0
Time elapsed = 3
Adding new record to store data from Frame 2, Row 1 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 2
RecordId = 10463000010271
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 4
prev_hear_date = 22/05/2025
prev_purpose_code = 112
new_case_purpose = 10033000000815
next_hear_date = 07/08/2025
new_purpose_group = 19969000000881
new_purpose_code = 110
court_code = 10006
docid = 100062014/699
puname = Surendrasingh
court_name = 11599000000000
manual_case_no =
bench_code = 15
case_no = 2014/699
trn_bor_caseid = 2000405180
TRN_BOR_HEARINGrow = 1
Posting record
Param Type = n
trn_bor_hearingid=10463000010271
Param Type = n
trn_bor_mhearingid=10463000010270
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=surendrasingh
Param Type = c
createdon=23/05/2025 11:13:12
Param Type = c
username=surendrasingh
Param Type = c
modifiedon=23/05/2025 11:13:12
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
prev_hear_date=22/05/2025 00:00:00
Param Type = c
prev_purpose_code=112
Param Type = c
new_case_purpose=10033000000815
Param Type = c
next_hear_date=07/08/2025 00:00:00
Param Type = n
new_purpose_group=19969000000881
Param Type = c
new_purpose_code=110
Param Type = c
court_code=10006
Param Type = c
docid=100062014/699
Param Type = c
puname=Surendrasingh
Param Type = c
court_name=11599000000000
Param Type = c
bench_code=15
Param Type = c
case_no=2014/699
Param Type = n
trn_bor_caseid=2000405180
Param Type = n
trn_bor_hearingrow=1
insert into TRN_BOR_HEARING (trn_bor_hearingid,trn_bor_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,prev_hear_date,prev_purpose_code,new_case_purpose,next_hear_date,new_purpose_group,new_purpose_code,court_code,docid,puname,court_name,manual_case_no,bench_code,case_no,trn_bor_caseid,trn_bor_hearingrow) values (:trn_bor_hearingid,:trn_bor_mhearingid,null,:sourceid,:cancel,:createdby,to_date(:createdon,'dd/mm/yyyy hh24:mi:ss'),:username,to_date(:modifiedon,'dd/mm/yyyy hh24:mi:ss'),:app_desc,:app_level,to_date(:prev_hear_date,'dd/mm/yyyy hh24:mi:ss'),:prev_purpose_code,:new_case_purpose,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:new_purpose_group,:new_purpose_code,:court_code,:docid,:puname,:court_name,null,:bench_code,:case_no,:trn_bor_caseid,:trn_bor_hearingrow)
select * from TRN_BOR_HEARING where TRN_BOR_HEARINGid=0
Time elapsed = 4
Adding new record to store data from Frame 2, Row 2 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 2
RecordId = 10463000010272
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 3
prev_hear_date = 22/05/2025
prev_purpose_code = 174
new_case_purpose = 10107000000777
next_hear_date = 19/06/2025
new_purpose_group = 19973000000612
new_purpose_code = 120
bench_code = 15
court_code = 10006
court_name = 11599000000000
puname = Surendrasingh
docid = 100062014/7646
manual_case_no =
trn_bor_caseid = 2000404858
case_no = 2014/7646
TRN_BOR_HEARINGrow = 2
Posting record
Param Type = n
trn_bor_hearingid=10463000010272
Param Type = n
trn_bor_mhearingid=10463000010270
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=surendrasingh
Param Type = c
createdon=23/05/2025 11:13:12
Param Type = c
username=surendrasingh
Param Type = c
modifiedon=23/05/2025 11:13:12
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
prev_hear_date=22/05/2025 00:00:00
Param Type = c
prev_purpose_code=174
Param Type = c
new_case_purpose=10107000000777
Param Type = c
next_hear_date=19/06/2025 00:00:00
Param Type = n
new_purpose_group=19973000000612
Param Type = c
new_purpose_code=120
Param Type = c
bench_code=15
Param Type = c
court_code=10006
Param Type = c
court_name=11599000000000
Param Type = c
puname=Surendrasingh
Param Type = c
docid=100062014/7646
Param Type = n
trn_bor_caseid=2000404858
Param Type = c
case_no=2014/7646
Param Type = n
trn_bor_hearingrow=2
insert into TRN_BOR_HEARING (trn_bor_hearingid,trn_bor_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,prev_hear_date,prev_purpose_code,new_case_purpose,next_hear_date,new_purpose_group,new_purpose_code,bench_code,court_code,court_name,puname,docid,manual_case_no,trn_bor_caseid,case_no,trn_bor_hearingrow) values (:trn_bor_hearingid,:trn_bor_mhearingid,null,:sourceid,:cancel,:createdby,to_date(:createdon,'dd/mm/yyyy hh24:mi:ss'),:username,to_date(:modifiedon,'dd/mm/yyyy hh24:mi:ss'),:app_desc,:app_level,to_date(:prev_hear_date,'dd/mm/yyyy hh24:mi:ss'),:prev_purpose_code,:new_case_purpose,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:new_purpose_group,:new_purpose_code,:bench_code,:court_code,:court_name,:puname,:docid,null,:trn_bor_caseid,:case_no,:trn_bor_hearingrow)
Time elapsed for insert/update = 3957160392855
>>Executing genmaps
>>Posting from bocup to rbchh from row 1
>>Mapping
Mapped court_code Row = 1 value = 10006 idvalue 0
Mapped case_no Row = 1 value = 2014/699 idvalue 0
Mapped hearing_date Row = 1 value = 07/08/2025 idvalue 0
Mapped prev_case_purposename Row = 1 value = ?????? ????? idvalue 0
Mapped prev_hearing_date Row = 1 value = 22/05/2025 idvalue 0
Mapped trn_bor_caseregid Row = 1 value = 2000405180 idvalue 0
Mapped case_docid Row = 1 value = 100062014/699 idvalue 0
Mapped case_purpose Row = 1 value = 10033000000815 idvalue 0
Mapped case_purpose_code Row = 1 value = 110 idvalue 0
Mapped trans_type Row = 1 value = Cause List Update (Custom) idvalue 0
>>Validating rbchh
>>Frame No 1
doc_date =
Evaluating - date()
Result of date = 23/05/2025
doc_date after validation = 23/05/2025
court_code = 10006
trn_bor_caseregid = 2000405180
case_docid = 100062014/699
case_no = 2014/699
prev_hearing_date = 22/05/2025
hearing_date = 07/08/2025
prev_case_purposename = ?????? ?????
prev_case_purpose =
prev_case_purposename=?????? ?????
SELECT V.CASE_PURPOSE_MASTID
FROM case_purpose_mast v
WHERE v.case_purpose_name = :prev_case_purposename
prev_case_purposename=?????? ?????
Time elapsed = 4
prev_case_purpose after validation = 10035000000979
case_purpose = 10033000000815
case_purpose_code = 110
bench_type =
bench_name =
clcheck =
decision_type =
decision_date =
module =
Evaluating - {Feedback}
module after validation = Feedback
trans_type = Cause List Update (Custom)
>>Writing to tables rbchh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'rbchh'
Time elapsed = 3
Saving to table TRN_BOR_CASE_HIST
select * from TRN_BOR_CASE_HIST where TRN_BOR_CASE_HISTid=0
Time elapsed = 3
Adding new record to store data from Frame 1, Row 1 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 3
RecordId = 10463000010273
MapName bocup1
SourceId 10463000010271
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 3
prev_case_purpose = 10035000000979
bench_type =
trans_type = Cause List Update (Custom)
doc_date = 23/05/2025
decision_date =
module = Feedback
bench_name =
decision_type = 0
case_purpose_code = 110
hearing_date = 07/08/2025
prev_case_purposename = ?????? ?????
court_code = 10006
case_no = 2014/699
case_docid = 100062014/699
case_purpose = 10033000000815
trn_bor_caseregid = 2000405180
prev_hearing_date = 22/05/2025
Posting record
Param Type = n
trn_bor_case_histid=10463000010273
Param Type = c
mapname=bocup1
Param Type = n
sourceid=10463000010271
Param Type = c
cancel=F
Param Type = c
createdby=surendrasingh
Param Type = c
createdon=23/05/2025 11:13:12
Param Type = c
username=surendrasingh
Param Type = c
modifiedon=23/05/2025 11:13:12
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
prev_case_purpose=10035000000979
Param Type = c
trans_type=Cause List Update (Custom)
Param Type = c
doc_date=23/05/2025 00:00:00
Param Type = c
module=Feedback
Param Type = n
decision_type=0
Param Type = c
case_purpose_code=110
Param Type = c
hearing_date=07/08/2025 00:00:00
Param Type = c
prev_case_purposename=?????? ?????
Param Type = c
court_code=10006
Param Type = c
case_no=2014/699
Param Type = c
case_docid=100062014/699
Param Type = c
case_purpose=10033000000815
Param Type = n
trn_bor_caseregid=2000405180
Param Type = c
prev_hearing_date=22/05/2025 00:00:00
insert into TRN_BOR_CASE_HIST (trn_bor_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,prev_case_purpose,bench_type,trans_type,doc_date,decision_date,module,bench_name,decision_type,case_purpose_code,hearing_date,prev_case_purposename,court_code,case_no,case_docid,case_purpose,trn_bor_caseregid,prev_hearing_date) values (:trn_bor_case_histid,:mapname,:sourceid,:cancel,:createdby,to_date(:createdon,'dd/mm/yyyy hh24:mi:ss'),:username,to_date(:modifiedon,'dd/mm/yyyy hh24:mi:ss'),:app_desc,:app_level,:prev_case_purpose,null,:trans_type,to_date(:doc_date,'dd/mm/yyyy hh24:mi:ss'),null,:module,null,:decision_type,:case_purpose_code,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:prev_case_purposename,:court_code,:case_no,:case_docid,:case_purpose,:trn_bor_caseregid,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from bocup to rbchh from row 2
>>Mapping
Mapped court_code Row = 1 value = 10006 idvalue 0
Mapped case_no Row = 1 value = 2014/7646 idvalue 0
Mapped hearing_date Row = 1 value = 19/06/2025 idvalue 0
Mapped prev_case_purposename Row = 1 value = ???? ????? idvalue 0
Mapped prev_hearing_date Row = 1 value = 22/05/2025 idvalue 0
Mapped trn_bor_caseregid Row = 1 value = 2000404858 idvalue 0
Mapped case_docid Row = 1 value = 100062014/7646 idvalue 0
Mapped case_purpose Row = 1 value = 10107000000777 idvalue 0
Mapped case_purpose_code Row = 1 value = 120 idvalue 0
Mapped trans_type Row = 1 value = Cause List Update (Custom) idvalue 0
>>Validating rbchh
>>Frame No 1
doc_date =
Evaluating - date()
Result of date = 23/05/2025
doc_date after validation = 23/05/2025
court_code = 10006
trn_bor_caseregid = 2000404858
case_docid = 100062014/7646
case_no = 2014/7646
prev_hearing_date = 22/05/2025
hearing_date = 19/06/2025
prev_case_purposename = ???? ?????
prev_case_purpose =
prev_case_purposename=???? ?????
SELECT V.CASE_PURPOSE_MASTID
FROM case_purpose_mast v
WHERE v.case_purpose_name = :prev_case_purposename
prev_case_purposename=???? ?????
Time elapsed = 2
prev_case_purpose after validation = 10663000002303
case_purpose = 10107000000777
case_purpose_code = 120
bench_type =
bench_name =
clcheck =
decision_type =
decision_date =
module =
Evaluating - {Feedback}
module after validation = Feedback
trans_type = Cause List Update (Custom)
>>Writing to tables rbchh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'rbchh'
Time elapsed = 2
Saving to table TRN_BOR_CASE_HIST
select * from TRN_BOR_CASE_HIST where TRN_BOR_CASE_HISTid=0
Time elapsed = 3
Adding new record to store data from Frame 1, Row 1 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 2
RecordId = 10463000010274
MapName bocup1
SourceId 10463000010272
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 2
prev_case_purpose = 10663000002303
bench_type =
trans_type = Cause List Update (Custom)
doc_date = 23/05/2025
decision_date =
module = Feedback
bench_name =
decision_type = 0
case_purpose_code = 120
hearing_date = 19/06/2025
prev_case_purposename = ???? ?????
court_code = 10006
case_no = 2014/7646
case_docid = 100062014/7646
case_purpose = 10107000000777
trn_bor_caseregid = 2000404858
prev_hearing_date = 22/05/2025
Posting record
Param Type = n
trn_bor_case_histid=10463000010274
Param Type = c
mapname=bocup1
Param Type = n
sourceid=10463000010272
Param Type = c
cancel=F
Param Type = c
createdby=surendrasingh
Param Type = c
createdon=23/05/2025 11:13:12
Param Type = c
username=surendrasingh
Param Type = c
modifiedon=23/05/2025 11:13:12
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
prev_case_purpose=10663000002303
Param Type = c
trans_type=Cause List Update (Custom)
Param Type = c
doc_date=23/05/2025 00:00:00
Param Type = c
module=Feedback
Param Type = n
decision_type=0
Param Type = c
case_purpose_code=120
Param Type = c
hearing_date=19/06/2025 00:00:00
Param Type = c
prev_case_purposename=???? ?????
Param Type = c
court_code=10006
Param Type = c
case_no=2014/7646
Param Type = c
case_docid=100062014/7646
Param Type = c
case_purpose=10107000000777
Param Type = n
trn_bor_caseregid=2000404858
Param Type = c
prev_hearing_date=22/05/2025 00:00:00
insert into TRN_BOR_CASE_HIST (trn_bor_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,prev_case_purpose,bench_type,trans_type,doc_date,decision_date,module,bench_name,decision_type,case_purpose_code,hearing_date,prev_case_purposename,court_code,case_no,case_docid,case_purpose,trn_bor_caseregid,prev_hearing_date) values (:trn_bor_case_histid,:mapname,:sourceid,:cancel,:createdby,to_date(:createdon,'dd/mm/yyyy hh24:mi:ss'),:username,to_date(:modifiedon,'dd/mm/yyyy hh24:mi:ss'),:app_desc,:app_level,:prev_case_purpose,null,:trans_type,to_date(:doc_date,'dd/mm/yyyy hh24:mi:ss'),null,:module,null,:decision_type,:case_purpose_code,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:prev_case_purposename,:court_code,:case_no,:case_docid,:case_purpose,:trn_bor_caseregid,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
Time elapsed for Gen Map = 3957160392967
>>Posting MD Maps :
Select * from trn_bor_casereg where trn_bor_casereg where trn_bor_caseregid=2000405180
@trn_bor_caseregid=2000405180
*hearingdate=07/08/2025
*case_purpose_name=10033000000815
*case_purpose_code=110
SELECT * FROM trn_bor_casereg where trn_bor_caseregid=2000405180 for update
Time elapsed = 674
SELECT * FROM trn_bor_casereg where trn_bor_caseregid=2000405180
Time elapsed = 30
Param Type = c
hearingdate=07/08/2025 00:00:00
Param Type = c
case_purpose_name=10033000000815
Param Type = c
case_purpose_code=110
update trn_bor_casereg set hearingdate=to_date(:hearingdate,'dd/mm/yyyy hh24:mi:ss'),case_purpose_name=:case_purpose_name,case_purpose_code=:case_purpose_code
where trn_bor_caseregid=2000405180
>>Posting MD Maps :
Select * from trn_bor_casereg where trn_bor_casereg where trn_bor_caseregid=2000404858
@trn_bor_caseregid=2000404858
*hearingdate=19/06/2025
*case_purpose_name=10107000000777
*case_purpose_code=120
SELECT * FROM trn_bor_casereg where trn_bor_caseregid=2000404858 for update
Time elapsed = 31
SELECT * FROM trn_bor_casereg where trn_bor_caseregid=2000404858
Time elapsed = 30
Param Type = c
hearingdate=19/06/2025 00:00:00
Param Type = c
case_purpose_name=10107000000777
Param Type = c
case_purpose_code=120
update trn_bor_casereg set hearingdate=to_date(:hearingdate,'dd/mm/yyyy hh24:mi:ss'),case_purpose_name=:case_purpose_name,case_purpose_code=:case_purpose_code
where trn_bor_caseregid=2000404858
Time elapsed for MD Map = 3957160393798
Time elapsed for Save History = 3957160393799
Time elapsed for Save Attachment = 3957160393799
Time elapsed for After Save WF Exec = 3957160393799
Transaction commited
Result : {"message":[{"msg":"Cause List Feedback Saved","recordid":"10463000010270"}]}
Savedata webservice completed
Freeing DbCall Resources
Freeing Store data
Freeing DD Map
Freeing Provide Link
Freeing Validate
Freeing Parser
Freeing Poststr
Freeing Maxrows
Freeing Fnames
Freeing NewMaxRows
Freeing tlines
Freeing workquery
Freeing Struct
Freeing EventList
Freeing Tree Obj
Freeing Workflow Obj
Freeing DbCall Completed
Freeing Action Obj Resources
Closing connection
# 1#Saving to log
Param Type = c
username=surendrasingh
Param Type = c
calledon=23/05/2025 11:13:12
Param Type = c
callfinished=23/05/2025 11:13:13
Param Type = c
structname=bocup
Param Type = n
recordid=0
Param Type = c
servicename=Saving data
Param Type = c
serviceresult=success
Param Type = n
timetaken=1620
Param Type = n
dbtimetaken=1275
insert into axmwslog (sessionid,username,calledon,callfinished,structname,recordid,servicename,serviceresult,timetaken,dbtimetaken) values (null,:username,to_date(:calledon,'dd/mm/yyyy hh24:mi:ss'),to_date(:callfinished,'dd/mm/yyyy hh24:mi:ss'),:structname,:recordid,:servicename,:serviceresult,:timetaken,:dbtimetaken)
Freeing AxProvider Resources
Freeing DbManager Resources