Commit 5463d518 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Update SQLs

parent cf0c917a
......@@ -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
('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');
......
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