...
NOTE: The primary, secondary, Fall, and Spring days will still need to be verified. The EIS Academic Calendar can assist.
Update/Insert Calendar Dates
Use the following excel sheet to fill in dates.
View file | ||
---|---|---|
|
Look below for more specifics on the dates.
Once the dates have been added run the following:
Run the UPDATE SQL scripts and COMMIT;
Verify Dates: Final Check
Once dates have been verified, SOACALD is finished.
Next, from the excel sheet, run the insert statements for SSAEXCL
Verify that the correct data in in SSAEXCL for the year
Open toad and run the following scripts:
Code Block |
---|
BEGIN
cos_copy_excl_dates (:year);
COMMIT;
END; |
Code Block |
---|
DELETE FROM
ssrexcl
WHERE SSREXCL_PTRM_CODE = 'E'
AND SSREXCL_YEAR = :year
AND SSREXCL_DESC IN
('Local Holiday', 'Flex Day', 'Non-Instructional Day'); |
Primary Instructional Day
...