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
gcmsdcjai827ccb0eea8a706c4c34a16891f84e7btrcmf001041423/05/20240104142013/0000712243000000577???23/05/20241847300000000029/05/202418473000000000NO00104142020/0057616286000004976???23/05/20241847300000000029/05/202418473000000000NO00104142021/26919521000005717???23/05/20241847300000000029/05/202418473000000000NO00104142022/33811868000007421???23/05/20241847300000000029/05/202418473000000000NO00104142024/12418972000007897??? ??????23/05/20241002300000060229/05/202410023000000602NO00104142024/17314849000008149??? ??????23/05/20241002300000060229/05/202410023000000602NO00104142023/41117007000007310????23/05/20241867800000000029/05/202418678000000000NO00104142023/39011820000008438?????23/05/2024100049229/05/20241000492NO00104142024/918085000009391???? ????? ????23/05/20241147200000000329/05/202411472000000003NO0
Executing Savedata webservice
-----------------------------
Received JSON : {"savedata":{"axpapp":"gcms","username":"dcjai","password":"827ccb0eea8a706c4c34a16891f84e7b","seed":"","s":"","transid":"trcmf","recordid":"0","recdata":[{"axp_recid1":[{"rowno":"001","text":"0","columns":{"courtcode":"10414","hearing_date":"23/05/2024"}}]},{"axp_recid2":[{"rowno":"001","text":"0","columns":{"court_code":"10414","case_no":"2013/00007","trn_rcms_caseid":"12243000000577","pre_case_purpose_name":"???","pre_hear_date":"23/05/2024","pre_case_purpose":"18473000000000","next_hear_date":"29/05/2024","new_case_purpose":"18473000000000","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"002","text":"0","columns":{"court_code":"10414","case_no":"2020/00576","trn_rcms_caseid":"16286000004976","pre_case_purpose_name":"???","pre_hear_date":"23/05/2024","pre_case_purpose":"18473000000000","next_hear_date":"29/05/2024","new_case_purpose":"18473000000000","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"003","text":"0","columns":{"court_code":"10414","case_no":"2021/269","trn_rcms_caseid":"19521000005717","pre_case_purpose_name":"???","pre_hear_date":"23/05/2024","pre_case_purpose":"18473000000000","next_hear_date":"29/05/2024","new_case_purpose":"18473000000000","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"004","text":"0","columns":{"court_code":"10414","case_no":"2022/338","trn_rcms_caseid":"11868000007421","pre_case_purpose_name":"???","pre_hear_date":"23/05/2024","pre_case_purpose":"18473000000000","next_hear_date":"29/05/2024","new_case_purpose":"18473000000000","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"005","text":"0","columns":{"court_code":"10414","case_no":"2024/124","trn_rcms_caseid":"18972000007897","pre_case_purpose_name":"??? ??????","pre_hear_date":"23/05/2024","pre_case_purpose":"10023000000602","next_hear_date":"29/05/2024","new_case_purpose":"10023000000602","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"006","text":"0","columns":{"court_code":"10414","case_no":"2024/173","trn_rcms_caseid":"14849000008149","pre_case_purpose_name":"??? ??????","pre_hear_date":"23/05/2024","pre_case_purpose":"10023000000602","next_hear_date":"29/05/2024","new_case_purpose":"10023000000602","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"007","text":"0","columns":{"court_code":"10414","case_no":"2023/411","trn_rcms_caseid":"17007000007310","pre_case_purpose_name":"????","pre_hear_date":"23/05/2024","pre_case_purpose":"18678000000000","next_hear_date":"29/05/2024","new_case_purpose":"18678000000000","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"008","text":"0","columns":{"court_code":"10414","case_no":"2023/390","trn_rcms_caseid":"11820000008438","pre_case_purpose_name":"?????","pre_hear_date":"23/05/2024","pre_case_purpose":"1000492","next_hear_date":"29/05/2024","new_case_purpose":"1000492","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}},{"rowno":"009","text":"0","columns":{"court_code":"10414","case_no":"2024/9","trn_rcms_caseid":"18085000009391","pre_case_purpose_name":"???? ????? ????","pre_hear_date":"23/05/2024","pre_case_purpose":"11472000000003","next_hear_date":"29/05/2024","new_case_purpose":"11472000000003","isadjourn":"NO","adjourn_type":"0","adjourn_remark":""}}]}]}}
Verifying username and password
User Name : dcjai
Select a.*, b.maxlogintry from AXUSERS a , axprops b WHERE lower(a.USERNAME) = :U and b.name = 'app'
U=dcjai
Time elapsed = 19
Password checking along with max.no of login specified in app.xml
update axusers set logintry = 0 where lower(username) = :U
Time elapsed = 27
Result :
Verifying completed...
Page Access Category :
User Name : dcjai
Select sysdate as sdt from dual
Time elapsed = 6
dt=23/05/2024 17:05:59
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=dcjai
dt=23/05/2024 17:05:59
dt=23/05/2024 17:05:59
Time elapsed = 10
User Groups: court_reader
select userroles from axusergroups where groupname in ( 'court_reader' )
Time elapsed = 13
User Roles : court_reader
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 = 4
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=dcjai
select a.court_name from v_axcourts a where a.PAXUSERNAME = :username order by 1
username=dcjai
Time elapsed = 5
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=dcjai
select a.court_type from v_axcourts a where a.paxusername= :username order by 1
username=dcjai
Time elapsed = 8
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type})
Calling function sqlget
Result of sqlget = DC
Result = DC
Evaluating firesql({m4},{select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1})
Calling function firesql
username=dcjai
select a.court_name_mastid from v_axcourts a where a.paxusername = :username order by 1
username=dcjai
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m4},{court_name_mastid})
Calling function sqlget
Result of sqlget = 13289000000049
Result = 13289000000049
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=dcjai
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m4},{axusersid})
Calling function sqlget
Result of sqlget = 1068220008977
Result = 1068220008977
Evaluating firesql({m4},{select :username as uname from dual})
Calling function firesql
select :username as uname from dual
username=dcjai
Time elapsed = 5
Result of firesql =
Result =
Evaluating sqlget({m4},{uname})
Calling function sqlget
Result of sqlget = dcjai
Result = dcjai
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=dcjai
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m4},{COURT_CODE})
Calling function sqlget
Result of sqlget = 10414
Result = 10414
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 = 21
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=dcjai
SELECT INITCAP (TRIM (A.DISTNAMEENG)) AS DISTNAMEENG FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=dcjai
Time elapsed = 6
Result of firesql =
Result =
Evaluating sqlget({m7},{DISTNAMEENG})
Calling function sqlget
Result of sqlget = Jaipur
Result = Jaipur
Evaluating firesql({m8},{SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1})
Calling function firesql
username=dcjai
SELECT A.COURT_CATEGOTY FROM v_axcourts a WHERE A.PAXUSERNAME = :username ORDER BY 1
username=dcjai
Time elapsed = 9
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=1068220008977
select b.department_mastid from axcourts a,department_mast b where a.deptname=b.department_mastid and A.AXUSERSID=:login_userid
login_userid=1068220008977
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=dcjai
Time elapsed = 7
Result of firesql =
Result =
Evaluating sqlget({m3},{court_type_mastid})
Calling function sqlget
Result of sqlget = 10206000000013
Result = 10206000000013
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=dcjai
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=dcjai
Time elapsed = 8
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 = 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=dcjai
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=dcjai
Time elapsed = 14
Result of firesql =
Result =
Evaluating sqlget({P1},{ct})
Calling function sqlget
Result of sqlget = 8
Result = 8
3
completed LoadAppVars
Password validation done successfully
select name from tstructs where blobno=1 and name in (SELECT SNAME FROM AXUSERACCESS WHERE RNAME IN ('court_reader') and lower(sname)='trcmf' and stype = 't' )
Time elapsed = 6
select Props from axuseraccess where lower(rname)='court_reader' and lower(sname)='trcmf' and stype = 't'
Time elapsed = 7
Sql : select props from axuseraccess where lower(rname)= :rname and lower(sname)= :sname and stype = :stype order by blobno
Paramval : court_reader,trcmf,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 = 10
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 : trcmf
ParamTYpe : c
Param List : name
select props from tstructs where lower(name)= :name order by blobno
Time elapsed = 6
Step4
tstructs\stm size:2075
Step4-0
Step4-1
Step4-2
Step4-3
Step4-4
Step5
Step6
Step9
Evaluating date()
Result =
Evaluating iif((next_hear_date>Validating trcmf
>>Frame No 1
courtcode = 10414
hearing_date = 23/05/2024
time zone difference = 0
>>Writing to tables trcmf
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'trcmf'
Time elapsed = 2
Saving to table TRN_RCMS_MHEARING
select * from TRN_RCMS_MHEARING where TRN_RCMS_MHEARINGid=0
Time elapsed = 22
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 = 16142000008142
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 5
hearing_date = 23/05/2024
courtcode = 10414
Posting record
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:00
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:00
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
hearing_date=23/05/2024 00:00:00
Param Type = c
courtcode=10414
insert into TRN_RCMS_MHEARING (trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,hearing_date,courtcode) values (:trn_rcms_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(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:courtcode)
Saving to table TRN_RCMS_HEARING
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 5
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 = 16142000008143
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 3
Select sysdate as sdt from dual
Time elapsed = 4
adjourn_remark =
trn_rcms_caseid = 12243000000577
pre_hear_date = 23/05/2024
court_code = 10414
case_no = 2013/00007
pre_case_purpose = 18473000000000
isadjourn = NO
adjourn_type = 0
new_case_purpose = 18473000000000
next_hear_date = 29/05/2024
TRN_RCMS_HEARINGrow = 1
Posting record
Param Type = n
trn_rcms_hearingid=16142000008143
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:00
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:00
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trn_rcms_caseid=12243000000577
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = c
court_code=10414
Param Type = c
case_no=2013/00007
Param Type = n
pre_case_purpose=18473000000000
Param Type = c
isadjourn=NO
Param Type = c
adjourn_type=0
Param Type = c
new_case_purpose=18473000000000
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = n
trn_rcms_hearingrow=1
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,adjourn_remark,trn_rcms_caseid,pre_hear_date,court_code,case_no,pre_case_purpose,isadjourn,adjourn_type,new_case_purpose,next_hear_date,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,null,:trn_rcms_caseid,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:court_code,:case_no,:pre_case_purpose,:isadjourn,:adjourn_type,:new_case_purpose,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 10
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 = 16142000008144
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 7
Select sysdate as sdt from dual
Time elapsed = 8
adjourn_remark =
adjourn_type = 0
trn_rcms_caseid = 16286000004976
pre_hear_date = 23/05/2024
court_code = 10414
case_no = 2020/00576
next_hear_date = 29/05/2024
isadjourn = NO
pre_case_purpose = 18473000000000
new_case_purpose = 18473000000000
TRN_RCMS_HEARINGrow = 2
Posting record
Param Type = n
trn_rcms_hearingid=16142000008144
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:00
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:00
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
adjourn_type=0
Param Type = c
trn_rcms_caseid=16286000004976
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = c
court_code=10414
Param Type = c
case_no=2020/00576
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
isadjourn=NO
Param Type = n
pre_case_purpose=18473000000000
Param Type = c
new_case_purpose=18473000000000
Param Type = n
trn_rcms_hearingrow=2
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,adjourn_remark,adjourn_type,trn_rcms_caseid,pre_hear_date,court_code,case_no,next_hear_date,isadjourn,pre_case_purpose,new_case_purpose,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,null,:adjourn_type,:trn_rcms_caseid,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:court_code,:case_no,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:isadjourn,:pre_case_purpose,:new_case_purpose,:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 6
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 = 16142000008145
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 25
Select sysdate as sdt from dual
Time elapsed = 4
adjourn_type = 0
adjourn_remark =
pre_hear_date = 23/05/2024
trn_rcms_caseid = 19521000005717
new_case_purpose = 18473000000000
pre_case_purpose = 18473000000000
next_hear_date = 29/05/2024
isadjourn = NO
case_no = 2021/269
court_code = 10414
TRN_RCMS_HEARINGrow = 3
Posting record
Param Type = n
trn_rcms_hearingid=16142000008145
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:00
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:00
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
adjourn_type=0
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = c
trn_rcms_caseid=19521000005717
Param Type = c
new_case_purpose=18473000000000
Param Type = n
pre_case_purpose=18473000000000
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
isadjourn=NO
Param Type = c
case_no=2021/269
Param Type = c
court_code=10414
Param Type = n
trn_rcms_hearingrow=3
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,adjourn_type,adjourn_remark,pre_hear_date,trn_rcms_caseid,new_case_purpose,pre_case_purpose,next_hear_date,isadjourn,case_no,court_code,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,:adjourn_type,null,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_caseid,:new_case_purpose,:pre_case_purpose,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:isadjourn,:case_no,:court_code,:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 5
Adding new record to store data from Frame 2, Row 4 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 3
RecordId = 16142000008146
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 3
adjourn_type = 0
adjourn_remark =
isadjourn = NO
trn_rcms_caseid = 11868000007421
case_no = 2022/338
court_code = 10414
pre_hear_date = 23/05/2024
next_hear_date = 29/05/2024
new_case_purpose = 18473000000000
pre_case_purpose = 18473000000000
TRN_RCMS_HEARINGrow = 4
Posting record
Param Type = n
trn_rcms_hearingid=16142000008146
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:00
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:00
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = c
trn_rcms_caseid=11868000007421
Param Type = c
case_no=2022/338
Param Type = c
court_code=10414
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
new_case_purpose=18473000000000
Param Type = n
pre_case_purpose=18473000000000
Param Type = n
trn_rcms_hearingrow=4
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,adjourn_type,adjourn_remark,isadjourn,trn_rcms_caseid,case_no,court_code,pre_hear_date,next_hear_date,new_case_purpose,pre_case_purpose,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,:adjourn_type,null,:isadjourn,:trn_rcms_caseid,:case_no,:court_code,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:new_case_purpose,:pre_case_purpose,:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 4
Adding new record to store data from Frame 2, Row 5 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 3
RecordId = 16142000008147
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 15
Select sysdate as sdt from dual
Time elapsed = 5
isadjourn = NO
adjourn_type = 0
adjourn_remark =
case_no = 2024/124
court_code = 10414
pre_hear_date = 23/05/2024
trn_rcms_caseid = 18972000007897
next_hear_date = 29/05/2024
new_case_purpose = 10023000000602
pre_case_purpose = 10023000000602
TRN_RCMS_HEARINGrow = 5
Posting record
Param Type = n
trn_rcms_hearingid=16142000008147
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:01
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:01
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
isadjourn=NO
Param Type = c
adjourn_type=0
Param Type = c
case_no=2024/124
Param Type = c
court_code=10414
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = c
trn_rcms_caseid=18972000007897
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
new_case_purpose=10023000000602
Param Type = n
pre_case_purpose=10023000000602
Param Type = n
trn_rcms_hearingrow=5
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,isadjourn,adjourn_type,adjourn_remark,case_no,court_code,pre_hear_date,trn_rcms_caseid,next_hear_date,new_case_purpose,pre_case_purpose,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,:isadjourn,:adjourn_type,null,:case_no,:court_code,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_caseid,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:new_case_purpose,:pre_case_purpose,:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 5
Adding new record to store data from Frame 2, Row 6 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 4
RecordId = 16142000008148
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 21
Select sysdate as sdt from dual
Time elapsed = 23
isadjourn = NO
adjourn_remark =
adjourn_type = 0
next_hear_date = 29/05/2024
trn_rcms_caseid = 14849000008149
case_no = 2024/173
court_code = 10414
new_case_purpose = 10023000000602
pre_case_purpose = 10023000000602
pre_hear_date = 23/05/2024
TRN_RCMS_HEARINGrow = 6
Posting record
Param Type = n
trn_rcms_hearingid=16142000008148
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:01
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:01
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
isadjourn=NO
Param Type = c
adjourn_type=0
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
trn_rcms_caseid=14849000008149
Param Type = c
case_no=2024/173
Param Type = c
court_code=10414
Param Type = c
new_case_purpose=10023000000602
Param Type = n
pre_case_purpose=10023000000602
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = n
trn_rcms_hearingrow=6
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,isadjourn,adjourn_remark,adjourn_type,next_hear_date,trn_rcms_caseid,case_no,court_code,new_case_purpose,pre_case_purpose,pre_hear_date,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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,:isadjourn,null,:adjourn_type,to_date(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_caseid,:case_no,:court_code,:new_case_purpose,:pre_case_purpose,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 16
Adding new record to store data from Frame 2, Row 7 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 15
RecordId = 16142000008149
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 3
next_hear_date = 29/05/2024
isadjourn = NO
adjourn_remark =
adjourn_type = 0
trn_rcms_caseid = 17007000007310
court_code = 10414
case_no = 2023/411
new_case_purpose = 18678000000000
pre_case_purpose = 18678000000000
pre_hear_date = 23/05/2024
TRN_RCMS_HEARINGrow = 7
Posting record
Param Type = n
trn_rcms_hearingid=16142000008149
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:01
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:01
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
isadjourn=NO
Param Type = c
adjourn_type=0
Param Type = c
trn_rcms_caseid=17007000007310
Param Type = c
court_code=10414
Param Type = c
case_no=2023/411
Param Type = c
new_case_purpose=18678000000000
Param Type = n
pre_case_purpose=18678000000000
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = n
trn_rcms_hearingrow=7
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,next_hear_date,isadjourn,adjourn_remark,adjourn_type,trn_rcms_caseid,court_code,case_no,new_case_purpose,pre_case_purpose,pre_hear_date,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:isadjourn,null,:adjourn_type,:trn_rcms_caseid,:court_code,:case_no,:new_case_purpose,:pre_case_purpose,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 6
Adding new record to store data from Frame 2, Row 8 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 4
RecordId = 16142000008150
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 4
next_hear_date = 29/05/2024
isadjourn = NO
adjourn_remark =
adjourn_type = 0
new_case_purpose = 1000492
case_no = 2023/390
court_code = 10414
trn_rcms_caseid = 11820000008438
pre_case_purpose = 1000492
pre_hear_date = 23/05/2024
TRN_RCMS_HEARINGrow = 8
Posting record
Param Type = n
trn_rcms_hearingid=16142000008150
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:01
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
isadjourn=NO
Param Type = c
adjourn_type=0
Param Type = c
new_case_purpose=1000492
Param Type = c
case_no=2023/390
Param Type = c
court_code=10414
Param Type = c
trn_rcms_caseid=11820000008438
Param Type = n
pre_case_purpose=1000492
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = n
trn_rcms_hearingrow=8
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,next_hear_date,isadjourn,adjourn_remark,adjourn_type,new_case_purpose,case_no,court_code,trn_rcms_caseid,pre_case_purpose,pre_hear_date,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:isadjourn,null,:adjourn_type,:new_case_purpose,:case_no,:court_code,:trn_rcms_caseid,:pre_case_purpose,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_hearingrow)
select * from TRN_RCMS_HEARING where TRN_RCMS_HEARINGid=0
Time elapsed = 6
Adding new record to store data from Frame 2, Row 9 Parent Row 0
update connectinfo set lastnumber=:lc,lastupdated=sysdate where connectno = :cn
Time elapsed = 8
RecordId = 16142000008151
MapName
SourceId 0
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 4
next_hear_date = 29/05/2024
new_case_purpose = 11472000000003
adjourn_remark =
adjourn_type = 0
isadjourn = NO
case_no = 2024/9
court_code = 10414
trn_rcms_caseid = 18085000009391
pre_case_purpose = 11472000000003
pre_hear_date = 23/05/2024
TRN_RCMS_HEARINGrow = 9
Posting record
Param Type = n
trn_rcms_hearingid=16142000008151
Param Type = n
trn_rcms_mhearingid=16142000008142
Param Type = n
sourceid=0
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:02
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
next_hear_date=29/05/2024 00:00:00
Param Type = c
new_case_purpose=11472000000003
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = c
case_no=2024/9
Param Type = c
court_code=10414
Param Type = c
trn_rcms_caseid=18085000009391
Param Type = n
pre_case_purpose=11472000000003
Param Type = c
pre_hear_date=23/05/2024 00:00:00
Param Type = n
trn_rcms_hearingrow=9
insert into TRN_RCMS_HEARING (trn_rcms_hearingid,trn_rcms_mhearingid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,next_hear_date,new_case_purpose,adjourn_remark,adjourn_type,isadjourn,case_no,court_code,trn_rcms_caseid,pre_case_purpose,pre_hear_date,trn_rcms_hearingrow) values (:trn_rcms_hearingid,:trn_rcms_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(:next_hear_date,'dd/mm/yyyy hh24:mi:ss'),:new_case_purpose,null,:adjourn_type,:isadjourn,:case_no,:court_code,:trn_rcms_caseid,:pre_case_purpose,to_date(:pre_hear_date,'dd/mm/yyyy hh24:mi:ss'),:trn_rcms_hearingrow)
Time elapsed for insert/update = 3925645549270
>>Executing genmaps
>>Posting from trcmf to tchdh from row 1
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 12243000000577 idvalue 0
Mapped case_no Row = 1 value = 2013/00007 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? idvalue 0
Mapped case_purpose Row = 1 value = 18473000000000 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 12243000000577
case_no = 2013/00007
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
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 = 6
prev_case_purpose after validation = 18473000000000
case_purpose = 18473000000000
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 7
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 = 16142000008152
MapName trcmf1
SourceId 16142000008143
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 5
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 18473000000000
hearing_date = 29/05/2024
case_no = 2013/00007
trn_rcms_caseregid = 12243000000577
court_code = 10414
case_purpose = 18473000000000
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008152
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008143
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:02
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=18473000000000
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2013/00007
Param Type = c
trn_rcms_caseregid=12243000000577
Param Type = c
court_code=10414
Param Type = c
case_purpose=18473000000000
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 2
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 16286000004976 idvalue 0
Mapped case_no Row = 1 value = 2020/00576 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? idvalue 0
Mapped case_purpose Row = 1 value = 18473000000000 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 16286000004976
case_no = 2020/00576
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
prev_case_purposename = ???
prev_case_purpose =
prev_case_purpose after validation = 18473000000000
case_purpose = 18473000000000
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 5
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 5
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 = 16142000008153
MapName trcmf1
SourceId 16142000008144
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 5
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 18473000000000
hearing_date = 29/05/2024
case_no = 2020/00576
trn_rcms_caseregid = 16286000004976
court_code = 10414
case_purpose = 18473000000000
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008153
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008144
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:02
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=18473000000000
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2020/00576
Param Type = c
trn_rcms_caseregid=16286000004976
Param Type = c
court_code=10414
Param Type = c
case_purpose=18473000000000
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 3
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 19521000005717 idvalue 0
Mapped case_no Row = 1 value = 2021/269 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? idvalue 0
Mapped case_purpose Row = 1 value = 18473000000000 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 19521000005717
case_no = 2021/269
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
prev_case_purposename = ???
prev_case_purpose =
prev_case_purpose after validation = 18473000000000
case_purpose = 18473000000000
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 5
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 = 16142000008154
MapName trcmf1
SourceId 16142000008145
Select sysdate as sdt from dual
Time elapsed = 18
Select sysdate as sdt from dual
Time elapsed = 7
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 18473000000000
hearing_date = 29/05/2024
case_no = 2021/269
trn_rcms_caseregid = 19521000005717
court_code = 10414
case_purpose = 18473000000000
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008154
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008145
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:02
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=18473000000000
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2021/269
Param Type = c
trn_rcms_caseregid=19521000005717
Param Type = c
court_code=10414
Param Type = c
case_purpose=18473000000000
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 4
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 11868000007421 idvalue 0
Mapped case_no Row = 1 value = 2022/338 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? idvalue 0
Mapped case_purpose Row = 1 value = 18473000000000 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 11868000007421
case_no = 2022/338
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
prev_case_purposename = ???
prev_case_purpose =
prev_case_purpose after validation = 18473000000000
case_purpose = 18473000000000
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 5
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 5
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 = 5
RecordId = 16142000008155
MapName trcmf1
SourceId 16142000008146
Select sysdate as sdt from dual
Time elapsed = 10
Select sysdate as sdt from dual
Time elapsed = 8
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 18473000000000
hearing_date = 29/05/2024
case_no = 2022/338
trn_rcms_caseregid = 11868000007421
court_code = 10414
case_purpose = 18473000000000
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008155
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008146
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:02
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:02
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=18473000000000
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2022/338
Param Type = c
trn_rcms_caseregid=11868000007421
Param Type = c
court_code=10414
Param Type = c
case_purpose=18473000000000
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 5
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 18972000007897 idvalue 0
Mapped case_no Row = 1 value = 2024/124 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? ?????? idvalue 0
Mapped case_purpose Row = 1 value = 10023000000602 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 18972000007897
case_no = 2024/124
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
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 = 9
prev_case_purpose after validation = 10023000000602
case_purpose = 10023000000602
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 5
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 = 16142000008156
MapName trcmf1
SourceId 16142000008147
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 4
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 10023000000602
hearing_date = 29/05/2024
case_no = 2024/124
trn_rcms_caseregid = 18972000007897
court_code = 10414
case_purpose = 10023000000602
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008156
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008147
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:03
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:03
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=10023000000602
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2024/124
Param Type = c
trn_rcms_caseregid=18972000007897
Param Type = c
court_code=10414
Param Type = c
case_purpose=10023000000602
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 6
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 14849000008149 idvalue 0
Mapped case_no Row = 1 value = 2024/173 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ??? ?????? idvalue 0
Mapped case_purpose Row = 1 value = 10023000000602 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 14849000008149
case_no = 2024/173
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
prev_case_purposename = ??? ??????
prev_case_purpose =
prev_case_purpose after validation = 10023000000602
case_purpose = 10023000000602
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=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 = 16142000008157
MapName trcmf1
SourceId 16142000008148
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 5
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 10023000000602
hearing_date = 29/05/2024
case_no = 2024/173
trn_rcms_caseregid = 14849000008149
court_code = 10414
case_purpose = 10023000000602
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008157
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008148
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:03
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:03
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=10023000000602
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2024/173
Param Type = c
trn_rcms_caseregid=14849000008149
Param Type = c
court_code=10414
Param Type = c
case_purpose=10023000000602
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 7
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 17007000007310 idvalue 0
Mapped case_no Row = 1 value = 2023/411 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ???? idvalue 0
Mapped case_purpose Row = 1 value = 18678000000000 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 17007000007310
case_no = 2023/411
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
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 = 5
prev_case_purpose after validation = 18678000000000
case_purpose = 18678000000000
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 8
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 = 16142000008158
MapName trcmf1
SourceId 16142000008149
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 4
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 18678000000000
hearing_date = 29/05/2024
case_no = 2023/411
trn_rcms_caseregid = 17007000007310
court_code = 10414
case_purpose = 18678000000000
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008158
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008149
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:03
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:03
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=18678000000000
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2023/411
Param Type = c
trn_rcms_caseregid=17007000007310
Param Type = c
court_code=10414
Param Type = c
case_purpose=18678000000000
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 8
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 11820000008438 idvalue 0
Mapped case_no Row = 1 value = 2023/390 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ????? idvalue 0
Mapped case_purpose Row = 1 value = 1000492 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 11820000008438
case_no = 2023/390
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
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 = 6
prev_case_purpose after validation = 1000492
case_purpose = 1000492
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 2
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=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 = 3
RecordId = 16142000008159
MapName trcmf1
SourceId 16142000008150
Select sysdate as sdt from dual
Time elapsed = 4
Select sysdate as sdt from dual
Time elapsed = 3
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 1000492
hearing_date = 29/05/2024
case_no = 2023/390
trn_rcms_caseregid = 11820000008438
court_code = 10414
case_purpose = 1000492
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008159
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008150
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:03
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:03
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=1000492
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2023/390
Param Type = c
trn_rcms_caseregid=11820000008438
Param Type = c
court_code=10414
Param Type = c
case_purpose=1000492
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
>>Posting from trcmf to tchdh from row 9
>>Mapping
Mapped court_code Row = 1 value = 10414 idvalue 0
Mapped trn_rcms_caseregid Row = 1 value = 18085000009391 idvalue 0
Mapped case_no Row = 1 value = 2024/9 idvalue 0
Mapped prev_hearing_date Row = 1 value = 23/05/2024 idvalue 0
Mapped prev_case_purposename Row = 1 value = ???? ????? ???? idvalue 0
Mapped case_purpose Row = 1 value = 11472000000003 idvalue 0
Mapped hearing_date Row = 1 value = 29/05/2024 idvalue 0
Mapped isadjourn Row = 1 value = NO idvalue 0
Mapped adjourn_type Row = 1 value = 0 idvalue 0
Mapped trans_type Row = 1 value = Feedback Submitted (Custom) idvalue 0
>>Validating tchdh
>>Frame No 1
court_code = 10414
trn_rcms_caseregid = 18085000009391
case_no = 2024/9
prev_hearing_date = 23/05/2024
hearing_date = 29/05/2024
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 = 5
prev_case_purpose after validation = 11472000000003
case_purpose = 11472000000003
trans_type = Feedback Submitted (Custom)
clcheck =
isadjourn = NO
adjourn_type = 0
decision_type =
decision_date =
>>Writing to tables tchdh
Select * FROM Sequence WHERE lower(TRANSTYPE) = 'tchdh'
Time elapsed = 3
Saving to table TRN_RCMS_CASE_HIST
select * from TRN_RCMS_CASE_HIST where TRN_RCMS_CASE_HISTid=0
Time elapsed = 5
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 = 6
RecordId = 16142000008160
MapName trcmf1
SourceId 16142000008151
Select sysdate as sdt from dual
Time elapsed = 5
Select sysdate as sdt from dual
Time elapsed = 6
trans_type = Feedback Submitted (Custom)
adjourn_type = 0
isadjourn = NO
decision_date =
decision_type = 0
prev_case_purpose = 11472000000003
hearing_date = 29/05/2024
case_no = 2024/9
trn_rcms_caseregid = 18085000009391
court_code = 10414
case_purpose = 11472000000003
prev_hearing_date = 23/05/2024
Posting record
Param Type = n
trn_rcms_case_histid=16142000008160
Param Type = c
mapname=trcmf1
Param Type = n
sourceid=16142000008151
Param Type = c
cancel=F
Param Type = c
createdby=dcjai
Param Type = c
createdon=23/05/2024 17:06:03
Param Type = c
username=dcjai
Param Type = c
modifiedon=23/05/2024 17:06:03
Param Type = c
app_desc=1
Param Type = c
app_level=1
Param Type = c
trans_type=Feedback Submitted (Custom)
Param Type = c
adjourn_type=0
Param Type = c
isadjourn=NO
Param Type = n
decision_type=0
Param Type = c
prev_case_purpose=11472000000003
Param Type = c
hearing_date=29/05/2024 00:00:00
Param Type = c
case_no=2024/9
Param Type = c
trn_rcms_caseregid=18085000009391
Param Type = c
court_code=10414
Param Type = c
case_purpose=11472000000003
Param Type = c
prev_hearing_date=23/05/2024 00:00:00
insert into TRN_RCMS_CASE_HIST (trn_rcms_case_histid,mapname,sourceid,cancel,createdby,createdon,username,modifiedon,app_desc,app_level,trans_type,adjourn_type,isadjourn,decision_date,decision_type,prev_case_purpose,hearing_date,case_no,trn_rcms_caseregid,court_code,case_purpose,prev_hearing_date) values (:trn_rcms_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,:trans_type,:adjourn_type,:isadjourn,null,:decision_type,:prev_case_purpose,to_date(:hearing_date,'dd/mm/yyyy hh24:mi:ss'),:case_no,:trn_rcms_caseregid,:court_code,:case_purpose,to_date(:prev_hearing_date,'dd/mm/yyyy hh24:mi:ss'))
Time elapsed for Gen Map = 3925645551079
Time elapsed for MD Map = 3925645551080
Time elapsed for Save History = 3925645551081
Time elapsed for Save Attachment = 3925645551082
Time elapsed for After Save WF Exec = 3925645551083
Transaction commited
Result : {"message":[{"msg":"Update Feedback (Custom) Saved","recordid":"16142000008142"}]}
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=dcjai
Param Type = c
calledon=23/05/2024 17:05:46
Param Type = c
callfinished=23/05/2024 17:05:51
Param Type = c
structname=trcmf
Param Type = n
recordid=0
Param Type = c
servicename=Saving data
Param Type = c
serviceresult=success
Param Type = n
timetaken=5009
Param Type = n
dbtimetaken=3073
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