Commit 14d86791 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Made changes for the Support/Implementation Department User

parent 51f1dc37
......@@ -360,5 +360,22 @@ AND TRIM(EMP_CODE__MERGE) = ''<loginCode>''',null,'sql_changes',null,null,null,n
delete from genmst where mod_name = 'W_SQL_CHANGES' and error_cd = 'IV_PRRGTS ';
update genmst set FLD_MIN = 'SELECT COUNT(1)
FROM sql_changes sc
WHERE sc.EXEC_RIGHTS IN (''Q'',''C'',''P'',''A'')
AND sc.tran_id = ?
AND NOT EXISTS (
SELECT 1
FROM users u,
employee e
WHERE u.code = sc.emp_code__merge
AND e.emp_code = u.emp_code
AND e.dept_code IN (''0110'',''0120'')
)' where mod_name = 'W_SQL_CHANGES' and ERROR_CD = 'DQCNE';
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';
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