...
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
...