Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
14d86791
Commit
14d86791
authored
May 15, 2026
by
Ajit Deshmukh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made changes for the Support/Implementation Department User
parent
51f1dc37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Ajit/Manage SQL Changes APR-26/SQL/SQLs
Ajit/Manage SQL Changes APR-26/SQL/SQLs
+17
-0
No files found.
Ajit/Manage SQL Changes APR-26/SQL/SQLs
View file @
14d86791
...
@@ -360,5 +360,22 @@ AND TRIM(EMP_CODE__MERGE) = ''<loginCode>''',null,'sql_changes',null,null,null,n
...
@@ -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 ';
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';
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment