Commit 51f1dc37 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Made changes for the Support/Impmentation Department User

parent 60c8d006
...@@ -533,7 +533,7 @@ public class ManageSql extends ValidatorEJB { ...@@ -533,7 +533,7 @@ public class ManageSql extends ValidatorEJB {
if ("0110".equals(deptCode) || "0120".equals(deptCode)) if ("0110".equals(deptCode) || "0120".equals(deptCode))
{ {
execAprv = "Y"; execAprv = "Y";
valueXmlString.append("<exec_rights>").append("<![CDATA[A]]>").append("</exec_rights>"); //valueXmlString.append("<exec_rights>").append("<![CDATA[A]]>").append("</exec_rights>");
valueXmlString.append("<exec_aprv protect='1'>").append("<![CDATA["+execAprv+"]]>").append("</exec_aprv>\r\n"); valueXmlString.append("<exec_aprv protect='1'>").append("<![CDATA["+execAprv+"]]>").append("</exec_aprv>\r\n");
BaseLogger.log("3", null, null, "execAprv 520>>>"+ execAprv); BaseLogger.log("3", null, null, "execAprv 520>>>"+ execAprv);
} }
......
...@@ -354,3 +354,11 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -354,3 +354,11 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
('MSQLPNC','Cannot confirm this transaction.','Cannot confirm this transaction. Pilot transaction is not confirmed.','E','Y',null,null,null,to_date('25-DEC-13','DD-MON-RR'),'BASE ','BASE',null,null); ('MSQLPNC','Cannot confirm this transaction.','Cannot confirm this transaction. Pilot transaction is not confirmed.','E','Y',null,null,null,to_date('25-DEC-13','DD-MON-RR'),'BASE ','BASE',null,null);
------------15th May-------------
Insert into USER_RIGHTS (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,ACC_FILT,DEF_FILT,OBJ_NAME,FAV_OPTION,FAV_ORDER,EXCLUDE_RIGHTS_CHAR,ATTACH_RIGHTS,NO_OFFLINE_ALLWD,MOB_DEPLOY,DEVICE_SECURITY,DEVICE_ACC_CLASS) values ('MSIMPLSUP ','SYS',23,1,0,0,0,'Manage SQL','PEASC','(EXEC_RIGHTS = ''A'' OR EXEC_RIGHTS IS NULL)
AND TRIM(EMP_CODE__MERGE) = ''<loginCode>''',null,'sql_changes',null,null,null,null,null,null,null,null);
delete from genmst where mod_name = 'W_SQL_CHANGES' and error_cd = 'IV_PRRGTS ';
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