Commit e1b2f16f authored by Ajit Deshmukh's avatar Ajit Deshmukh

Resovled the issues reported by the QC on Support/Implementation transaction...

Resovled the issues reported by the QC on Support/Implementation transaction confirmation the SQL is not executed on the DB and Added the validation for For Review Case
parent babb6487
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -475,3 +475,8 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -475,3 +475,8 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,OVERWRITE_CORE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,COMP_TYPE,COMP_NAME,COMM_FORMAT,FIELD_NAME,FORM_NO) values ('sql_changes','pre_proc_post_item_change','2','post_gen_val',null,'0',to_date('28-SEP-21','DD-MON-RR'),'system ','system','2','JB','ibase.webitm.ejb.sys.GenValidate',null,null,null); Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,OVERWRITE_CORE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,COMP_TYPE,COMP_NAME,COMM_FORMAT,FIELD_NAME,FORM_NO) values ('sql_changes','pre_proc_post_item_change','2','post_gen_val',null,'0',to_date('28-SEP-21','DD-MON-RR'),'system ','system','2','JB','ibase.webitm.ejb.sys.GenValidate',null,null,null);
--------10th July------------
update messages set MSG_DESCR = 'This transaction cannot be confirmed until an execution environment is assigned.' where msg_no = 'MSQLBER';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment