« Direct Loan load - SWBRDLL | Main | Web login - Third party ID »

January 4, 2008

fee assessment

The new version of sfkfees stopped working the same way as the current. When a student drops a class and then another class, they get two penalty records on tbraccd. The new version was reversing the first penalty charge. I made a change to the following in p_processfeeassessment

IF (sobterm_rec.sobterm_assess_swap_ind = 'Y' AND DROPS) THEN
-- WOU mod (sobterm_rec.sobterm_assess_swap_ind = 'Y' AND REVERSE_ZEROTONINE) THEN
p_process_hours_swap(pidm_in,
term_in,
phrs,
pstart,
pend );
END IF;

/* ****************************************************** */
/* 104667, if SWAPPING is OFF, and yet PENALTY REVERSAL is*/
/* still expected in an RBT, then do the following. */
/* ****************************************************** */
/* Wou Mod
IF ( NOT(PENALTY_REV_DONE)
AND NVL(sobterm_rec.sobterm_refund_ind,'N') = 'Y'
AND REVERSE_ZEROTONINE) THEN
p_rev_nonswap_RBT(pidm_in,
term_in );
END IF;
end Wou Mod */

Posted by wendlerb at January 4, 2008 11:54 AM

Comments

Post a comment

Thanks for signing in, . Now you can comment. (sign out)

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)


Remember me?