@@ -378,4 +378,14 @@ select * from messages where msg_no = 'DQCNE';
...
@@ -378,4 +378,14 @@ select * from messages where msg_no = 'DQCNE';
update messages set MSG_DESCR = 'QC, Pilot, Client Dev and Live transaction cannot be edited' where msg_no = 'DQCNE';
update messages set MSG_DESCR = 'QC, Pilot, Client Dev and Live transaction cannot be edited' where msg_no = 'DQCNE';
---------------22 May------------------
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
('MSQLWFR','Workflow rejected. Cannot release to QC.','The workflow is rejected. The transaction cannot be released to QC.','E','Y',null,null,null,to_date('25-DEC-13','DD-MON-RR'),'BASE ','BASE',null,null);
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
('MSQLBER','Transaction cannot be confirmed.','Cannot confirm transaction for blank execution rights.','E','Y',null,null,null,to_date('26-AUG-09','DD-MON-RR'),'Haneesh ','SUN',null,null);