Skip to content

Commit

Permalink
Update V1.0.41__DML-UPDINS_DATA-batch_job_type_code.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Sep 25, 2023
1 parent 1ab9536 commit d886170
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET DISPLAY_ORDER=90
WHERE BATCH_JOB_TYPE_CODE='CERT_REGEN';

INSERT INTO BATCH_JOB_TYPE_CODE (BATCH_JOB_TYPE_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE)
VALUES ('ARC_STUDENTS','Archive Student batch process','A year-end process that will set student status of CUR (current) to ARC (archived)',100,TIMESTAMP'2023-09-01 00:00:00.0');
VALUES ('ARC_STUDENTS','Archive Student Batch Process','A year-end process that will set student status of CUR (current) to ARC (archived)',100,TIMESTAMP'2023-09-01 00:00:00.0');

INSERT INTO BATCH_JOB_TYPE_CODE (BATCH_JOB_TYPE_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE)
VALUES ('ARC_SCH_REPORTS','Archive School Reports process','A year-end process that archives the graduation and projected graduation summary reports',110,TIMESTAMP'2023-09-01 00:00:00.0');
VALUES ('ARC_SCH_REPORTS','Archive School Reports Process','A year-end process that archives the graduation and projected graduation summary reports',110,TIMESTAMP'2023-09-01 00:00:00.0');

0 comments on commit d886170

Please sign in to comment.