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
gcmsmobileuser827ccb0eea8a706c4c34a16891f84e7btscmh001000308/04/20240100032018/34178600308/04/2024???1867990000044575315/05/202410004921191990000042N0tax_imran0100032023/127145011000769308/04/2024?????1867990000044575324/05/202414072200000451191990000042N0tax_imran0100032024/56178511000899208/04/2024????? ????????? ????1867990000044575305/07/202414073300000441191990000042N0tax_imran
Executing Savedata webservice
-----------------------------
Received JSON : {"savedata":{"axpapp":"gcms","username":"mobileuser","password":"827ccb0eea8a706c4c34a16891f84e7b","seed":"","s":"","transid":"tscmh","recordid":"0","recdata":[{"axp_recid1":[{"rowno":"001","text":"0","columns":{"c_code":"10003","bench_type":"","bench_name":"","prehear_date":"08/04/2024"}}]},{"axp_recid2":[{"rowno":"001","text":"0","columns":{"court_code":"10003","case_no":"2018/341","trn_tax_caseid":"786003","pre_hear_date":"08/04/2024","case_purpose_name":"???","pre_bench_type":"","pre_bench_name":"","new_benchtype":"1867990000044","new_benchname":"5753","next_hear_date":"15/05/2024","new_case_purpose":"1000492","casestatus":"1191990000042","supplimentry":"N","stay_date":"","stay_amount":"0","puname":"tax_imran"}},{"rowno":"002","text":"0","columns":{"court_code":"10003","case_no":"2023/127","trn_tax_caseid":"1450110007693","pre_hear_date":"08/04/2024","case_purpose_name":"?????","pre_bench_type":"","pre_bench_name":"","new_benchtype":"1867990000044","new_benchname":"5753","next_hear_date":"24/05/2024","new_case_purpose":"1407220000045","casestatus":"1191990000042","supplimentry":"N","stay_date":"","stay_amount":"0","puname":"tax_imran"}},{"rowno":"003","text":"0","columns":{"court_code":"10003","case_no":"2024/56","trn_tax_caseid":"1785110008992","pre_hear_date":"08/04/2024","case_purpose_name":"????? ????????? ????","pre_bench_type":"","pre_bench_name":"","new_benchtype":"1867990000044","new_benchname":"5753","next_hear_date":"05/07/2024","new_case_purpose":"1407330000044","casestatus":"1191990000042","supplimentry":"N","stay_date":"","stay_amount":"0","puname":"tax_imran"}}]}]}}
Verifying username and password
User Name : mobileuser
Select a.*, b.maxlogintry from AXUSERS a , axprops b WHERE lower(a.USERNAME) = :U and b.name = 'app'
U=mobileuser
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 = 8
Result :
Verifying completed...
Page Access Category :
User Name : mobileuser
Select sysdate as sdt from dual
Time elapsed = 4
dt=08/04/2024 15:34:52
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=mobileuser
dt=08/04/2024 15:34:52
dt=08/04/2024 15:34:52
Time elapsed = 16
User Groups: mobileuser
select userroles from axusergroups where groupname in ( 'mobileuser' )
Time elapsed = 5
User Roles : mobileuser
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 = 11
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=mobileuser
select a.court_name from v_axcourts a where a.PAXUSERNAME = :username order by 1
username=mobileuser
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m2},{court_name})
Calling function sqlget
Result of sqlget = ??????????? ???????? ????????? ???? ????? (AB-MGRSBY),HO
Result = ??????????? ???????? ????????? ???? ????? (AB-MGRSBY),HO
Evaluating firesql({m3},{select a.court_type from v_axcourts a where a.paxusername= :username order by 1})
Calling function firesql
username=mobileuser
select a.court_type from v_axcourts a where a.paxusername= :username order by 1
username=mobileuser
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type})
Calling function sqlget
Result of sqlget = AB-MGRSBY
Result = AB-MGRSBY
Evaluating firesql({m4},{select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1})
Calling function firesql
username=mobileuser
select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1
username=mobileuser
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m4},{court_name_mastid})
Calling function sqlget
Result of sqlget = 1245660000858
Result = 1245660000858
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=mobileuser
Time elapsed = 4
Result of firesql =
Result =
Evaluating sqlget({m4},{axusersid})
Calling function sqlget
Result of sqlget = 11748000000124
Result = 11748000000124
Evaluating firesql({m4},{select :username as uname from dual})
Calling function firesql
select :username as uname from dual
username=mobileuser
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m4},{uname})
Calling function sqlget
Result of sqlget = mobileuser
Result = mobileuser
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=mobileuser
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m4},{COURT_CODE})
Calling function sqlget
Result of sqlget = 10001
Result = 10001
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 = 5
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=mobileuser
SELECT INITCAP (TRIM (A.DISTNAMEENG)) AS DISTNAMEENG FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=mobileuser
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m7},{DISTNAMEENG})
Calling function sqlget
Result of sqlget = Na
Result = Na
Evaluating firesql({m8},{SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})
Calling function firesql
username=mobileuser
SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=mobileuser
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m8},{COURT_CATEGOTY})
Calling function sqlget
Result of sqlget = 1319880000000
Result = 1319880000000
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=11748000000124
select b.department_mastid from axcourts a,department_mast b where a.deptname=b.department_mastid and A.AXUSERSID=:login_userid
login_userid=11748000000124
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m4},{department_mastid})
Calling function sqlget
Result of sqlget =
Result =
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=mobileuser
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type_mastid})
Calling function sqlget
Result of sqlget = 1245550000689
Result = 1245550000689
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=mobileuser
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=mobileuser
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m4},{groupname})
Calling function sqlget
Result of sqlget =
Result =
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 = 4
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=mobileuser
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=mobileuser
Time elapsed = 11
Result of firesql =
Result =
Evaluating sqlget({P1},{ct})
Calling function sqlget
Result of sqlget = 0
Result = 0
3
completed LoadAppVars
Password validation done successfully
select name from tstructs where blobno=1 and name in (SELECT SNAME FROM AXUSERACCESS WHERE RNAME IN ('mobileuser') and lower(sname)='tscmh' and stype = 't' )
Time elapsed = 3
select Props from axuseraccess where lower(rname)='mobileuser' and lower(sname)='tscmh' 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 : mobileuser,tscmh,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 = 4
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 : tscmh
ParamTYpe : c
Param List : name
select props from tstructs where lower(name)= :name order by blobno
Time elapsed = 6
Step4
tstructs\stm size:4232
Step4-0
Step4-1
Step4-2
Step4-3
Step4-4
Step5
Step6
Step9
Evaluating date()
Result =
Evaluating m_courtname
Result =
Evaluating {N}
Result =
Evaluating c_code
Result =
Evaluating nxthear_date
Result =
Evaluating case_purpose_name
Result =
select transid from axpexchange where (transid = :tid) and (adxinout = :adxinout)
tid=tscmh
adxinout=o
Time elapsed = 5
select * from TRN_TAX_MHEARING where TRN_TAX_MHEARINGid=0
Time elapsed = 5
select * from Axusers where 1=2
Time elapsed = 5
select distinct(fldname) from AxTempUserFields
Time elapsed = 5
select * from AxAttachWorkflow where lower(transid) = 'tscmh'
Time elapsed = 4
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 tscmh
>>Frame No 1
currdate =
Evaluating - date()
Result of date = 08/04/2024
currdate after validation = 08/04/2024
sourceid =
court_name =
username=mobileuser
SELECT c.court_name_mastid,
c.court_name,
c.court_code,
b.court_type_mastid,
b.court_type,
b.hierarchy_level,
c.district_name,
c.division_name,
c.tehsil_name,c.sdo_name
FROM court_name_mast c, axcourts a, court_type_mast b
WHERE a.court_name = c.court_name_mastid
AND c.court_type = b.court_type_mastid
AND a.court_name != 1
AND a.paxusername = :username
UNION
SELECT c.court_name_mastid,
c.court_name,
c.court_code,
b.court_type_mastid,
b.court_type,
b.hierarchy_level,
c.district_name,
c.division_name,
c.tehsil_name,c.sdo_name
FROM court_name_mast c, axcourts a, court_type_mast b
WHERE a.court_name = 1
AND c.court_type = b.court_type_mastid
AND c.court_name_mastid != 1
AND a.paxusername = :username
ORDER BY 2, 3
username=mobileuser
username=mobileuser
Time elapsed = 8
Evaluating - m_courtname
m_courtname = ??????????? ???????? ????????? ???? ????? (AB-MGRSBY),HO
court_name after validation = ??????????? ???????? ????????? ???? ????? (AB-MGRSBY),HO Id = 1245660000858
c_code = 10003
Finding linkfield in fieldenter function
Linkfield found and assigning Query from link field in fieldenter function
Query assigned in fieldenter function
c_code after validation = 10001
bench_type =
bench_typeid =
bench_name =
bench_nameid =
s_supplimentry =
Evaluating - {N}
s_supplimentry after validation = N
prehear_date = 08/04/2024
cases =
mcases =
nw_btype =
nbt =
nw_bname =
nw_bntype =
nxthear_date =
time zone difference = 0
>>Writing to tables tscmh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tscmh'
Time elapsed = 3
Saving to table TRN_TAX_MHEARING
select * from TRN_TAX_MHEARING where TRN_TAX_MHEARINGid=0
Time elapsed = 4
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 = 4
RecordId = 13318000008587
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 4
prehear_date = 08/04/2024
nxthear_date =
sourceid = 0
c_code = 10001
bench_type =
bench_name =
Posting record
Param Type = n
trn_tax_mhearingid=13318000008587
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=mobileuser
Param Type = c
createdon=08/04/2024 15:34:53
Param Type = c
username=mobileuser
Param Type = c
modifiedon=08/04/2024 15:34:53
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
prehear_date=08/04/2024 00:00:00
Param Type = c
c_code=10001
insert into TRN_TAX_MHEARING (trn_tax_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,prehear_date,nxthear_date,c_code,bench_type,bench_name) values (:trn_tax_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(:prehear_date,'dd/mm/yyyy hh24:mi:ss'),null,:c_code,null,null)
Saving to table TRN_TAX_HEARING
select * from TRN_TAX_HEARING where TRN_TAX_HEARINGid=0
Time elapsed = 287
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 = 3
RecordId = 13318000008588
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 3
puname = tax_imran
stay_amount = 0
case_purpose_name = ???
pre_bench_type =
pre_bench_name =
pre_hear_date = 08/04/2024
court_code = 10003
case_no = 2018/341
trn_tax_caseid = 786003
casestatus = 1191990000042
supplimentry = N
stay_date =
new_case_purpose = 1000492
new_benchtype = 1867990000044
new_benchname = 5753
next_hear_date = 15/05/2024
TRN_TAX_HEARINGrow = 1
Posting record
Param Type = n
trn_tax_hearingid=13318000008588
Param Type = n
trn_tax_mhearingid=13318000008587
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=mobileuser
Param Type = c
createdon=08/04/2024 15:34:53
Param Type = c
username=mobileuser
Param Type = c
modifiedon=08/04/2024 15:34:53
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
puname=tax_imran
Param Type = n
stay_amount=0
Param Type = c
case_purpose_name=???
Param Type = c
pre_hear_date=08/04/2024 00:00:00
Param Type = c
court_code=10003
Param Type = c
case_no=2018/341
Param Type = c
trn_tax_caseid=786003
Param Type = c
casestatus=1191990000042
Param Type = c
supplimentry=N
Param Type = c
new_case_purpose=1000492
Param Type = c
new_benchtype=1867990000044
Param Type = c
new_benchname=5753
Param Type = c
next_hear_date=15/05/2024 00:00:00
Param Type = n
trn_tax_hearingrow=1
insert into TRN_TAX_HEARING (trn_tax_hearingid,trn_tax_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,puname,stay_amount,case_purpose_name,pre_bench_type,pre_bench_name,pre_hear_date,court_code,case_no,trn_tax_caseid,casestatus,supplimentry,stay_date,new_case_purpose,new_benchtype,new_benchname,next_hear_date,trn_tax_hearingrow) values (:trn_tax_hearingid,:trn_tax_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,:puname,:stay_amount,:case_purpose_name,null,null,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:court_code,:case_no,:trn_tax_caseid,:casestatus,:supplimentry,null,:new_case_purpose,:new_benchtype,:new_benchname,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_tax_hearingrow)
select * from TRN_TAX_HEARING where TRN_TAX_HEARINGid=0
Time elapsed = 210
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 = 4
RecordId = 13318000008589
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 4
puname = tax_imran
stay_amount = 0
new_benchname = 5753
new_benchtype = 1867990000044
pre_bench_name =
next_hear_date = 24/05/2024
supplimentry = N
casestatus = 1191990000042
new_case_purpose = 1407220000045
case_no = 2023/127
court_code = 10003
stay_date =
trn_tax_caseid = 1450110007693
pre_bench_type =
case_purpose_name = ?????
pre_hear_date = 08/04/2024
TRN_TAX_HEARINGrow = 2
Posting record
Param Type = n
trn_tax_hearingid=13318000008589
Param Type = n
trn_tax_mhearingid=13318000008587
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=mobileuser
Param Type = c
createdon=08/04/2024 15:34:53
Param Type = c
username=mobileuser
Param Type = c
modifiedon=08/04/2024 15:34:53
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
puname=tax_imran
Param Type = n
stay_amount=0
Param Type = c
new_benchname=5753
Param Type = c
new_benchtype=1867990000044
Param Type = c
next_hear_date=24/05/2024 00:00:00
Param Type = c
supplimentry=N
Param Type = c
casestatus=1191990000042
Param Type = c
new_case_purpose=1407220000045
Param Type = c
case_no=2023/127
Param Type = c
court_code=10003
Param Type = c
trn_tax_caseid=1450110007693
Param Type = c
case_purpose_name=?????
Param Type = c
pre_hear_date=08/04/2024 00:00:00
Param Type = n
trn_tax_hearingrow=2
insert into TRN_TAX_HEARING (trn_tax_hearingid,trn_tax_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,puname,stay_amount,new_benchname,new_benchtype,pre_bench_name,next_hear_date,supplimentry,casestatus,new_case_purpose,case_no,court_code,stay_date,trn_tax_caseid,pre_bench_type,case_purpose_name,pre_hear_date,trn_tax_hearingrow) values (:trn_tax_hearingid,:trn_tax_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,:puname,:stay_amount,:new_benchname,:new_benchtype,null,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:supplimentry,:casestatus,:new_case_purpose,:case_no,:court_code,null,:trn_tax_caseid,null,:case_purpose_name,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_tax_hearingrow)
select * from TRN_TAX_HEARING where TRN_TAX_HEARINGid=0
Time elapsed = 219
Adding new record to store data from Frame 2, Row 3 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 4
RecordId = 13318000008590
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 4
puname = tax_imran
stay_amount = 0
case_purpose_name = ????? ????????? ????
pre_bench_type =
pre_bench_name =
pre_hear_date = 08/04/2024
court_code = 10003
case_no = 2024/56
trn_tax_caseid = 1785110008992
casestatus = 1191990000042
supplimentry = N
stay_date =
new_case_purpose = 1407330000044
new_benchtype = 1867990000044
new_benchname = 5753
next_hear_date = 05/07/2024
TRN_TAX_HEARINGrow = 3
Posting record
Param Type = n
trn_tax_hearingid=13318000008590
Param Type = n
trn_tax_mhearingid=13318000008587
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=mobileuser
Param Type = c
createdon=08/04/2024 15:34:54
Param Type = c
username=mobileuser
Param Type = c
modifiedon=08/04/2024 15:34:54
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
puname=tax_imran
Param Type = n
stay_amount=0
Param Type = c
case_purpose_name=????? ????????? ????
Param Type = c
pre_hear_date=08/04/2024 00:00:00
Param Type = c
court_code=10003
Param Type = c
case_no=2024/56
Param Type = c
trn_tax_caseid=1785110008992
Param Type = c
casestatus=1191990000042
Param Type = c
supplimentry=N
Param Type = c
new_case_purpose=1407330000044
Param Type = c
new_benchtype=1867990000044
Param Type = c
new_benchname=5753
Param Type = c
next_hear_date=05/07/2024 00:00:00
Param Type = n
trn_tax_hearingrow=3
insert into TRN_TAX_HEARING (trn_tax_hearingid,trn_tax_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,puname,stay_amount,case_purpose_name,pre_bench_type,pre_bench_name,pre_hear_date,court_code,case_no,trn_tax_caseid,casestatus,supplimentry,stay_date,new_case_purpose,new_benchtype,new_benchname,next_hear_date,trn_tax_hearingrow) values (:trn_tax_hearingid,:trn_tax_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,:puname,:stay_amount,:case_purpose_name,null,null,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:court_code,:case_no,:trn_tax_caseid,:casestatus,:supplimentry,null,:new_case_purpose,:new_benchtype,:new_benchname,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_tax_hearingrow)
Time elapsed for insert/update = 3921752078905
>>Executing genmaps
Time elapsed for Gen Map = 3921752078907
Time elapsed for MD Map = 3921752078908
Time elapsed for Save History = 3921752078908
Time elapsed for Save Attachment = 3921752078909
Time elapsed for After Save WF Exec = 3921752078910
Transaction commited
Result : {"message":[{"msg":"Tax Board Custom Multiple Hearing Saved","recordid":"13318000008587"}]}
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=mobileuser
Param Type = c
calledon=08/04/2024 15:34:37
Param Type = c
callfinished=08/04/2024 15:34:38
Param Type = c
structname=tscmh
Param Type = n
recordid=0
Param Type = c
servicename=Saving data
Param Type = c
serviceresult=success
Param Type = n
timetaken=1751
Param Type = n
dbtimetaken=1260
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