@@ -147,6 +147,8 @@ update transetup set confirm_col = null, confirm_val = null where tran_window =
...
@@ -147,6 +147,8 @@ update transetup set confirm_col = null, confirm_val = null where tran_window =
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values
('MSQLCNA','Not authorized to close the transaction.','Only Admin can close the transaction.','E','Y',null,null,'A',to_date('27-SEP-18','DD-MON-RR'),'AJIT','SYSTEM',null,'0');
('MSQLCNA','Not authorized to close the transaction.','Only Admin can close the transaction.','E','Y',null,null,'A',to_date('27-SEP-18','DD-MON-RR'),'AJIT','SYSTEM',null,'0');
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values
('MSQLCNS','Cannot Submit','Not authorised to submit the transaction','E','Y',null,null,'A',to_date('27-SEP-18','DD-MON-RR'),'AJIT ','SYSTEM',null,'0');