Skip to content

Commit

Permalink
GRAD2-2385
Browse files Browse the repository at this point in the history
HD-22918-P3 - GRAD system - IB optional program message change for transcripts
  • Loading branch information
arybakov-cgi committed Nov 3, 2023
1 parent 2ca7422 commit 0ea7b6f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
UPDATE OPTIONAL_PROGRAM_RQMT_CODE SET LABEL = REPLACE(LABEL, 'Certificate', 'Course'), DESCRIPTION = REPLACE(DESCRIPTION, 'Certificate', 'Course'), UPDATE_USER = 'GRAD2-2385', UPDATE_DATE = SYSDATE where OPTIONAL_PROGRAM_RQMT_CODE = '952';
COMMIT;



0 comments on commit 0ea7b6f

Please sign in to comment.