Skip to content

Commit

Permalink
Add information about packages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpangborn committed May 18, 2013
1 parent 8dd2ca0 commit 52c0596
Showing 1 changed file with 66 additions and 2 deletions.
68 changes: 66 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Packages

### MC_FA_UTIL

The MC_FA_UTIL package contains helper functions used in the RZVPBGP view.
The MC_FA_UTIL package contains the following helper functions used in the RZVPBGP view.

#### get_decision()

Expand All @@ -49,4 +49,68 @@ Returns the ROWID of the Admissions application for a given term

#### get_aidy_adm_rec()

Returns the ROWID of the most recent Admissions application for a given Aid Year.
Returns the ROWID of the most recent Admissions application for a given Aid Year.

### MC_FA_BUDGET

The MC_FA_BUDGET package contains helper functions used in Algorithmic budget rules. Most of the functions look up information from RORALGS.

#### get_art_fee()

Return the art fee amount from RORALGS. Accepts Aid Year Code and Budget Type Code as parameters.

#### get_nursing_fee()

Return the nursing fee amount from RORALGS. Accepts Aid Year Code, Budget Type Code, and Class Code as parameters.

#### get_music_fee()

Return the music fee amount from RORALGS. Accepts Aid Year Code and Budget Type Code as parameters.

#### get_loan_fees()

Return the loan fees amount from RORALGS. Accepts Aid Year Code and Budget Type Code as parameters.

#### get_grad_tuition_rate()

Return the graduate tuition rate per hour from RORALGS. Accepts Aid Year Code and Tuition Group as parameters.

#### get_grad_tech_fee()

Return the graduate technology fee from RORALGS. Accepts Aid Year Code as a parameter.

#### get_grad_room_standard()

Return the graduate room amount for standard courses from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_grad_board_standard()

Return the graduate board amount for standard courses from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_grad_books()

Return the graduate books allowance from RORALGS. Accepts Aid Year Code as a parameter.

#### get_grad_travel()

Return the graduate travel allowance from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_grad_pers()

Return the graduate personal allowance from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_grad_intensive_room()

Return the graduate room amount for intensive courses from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_grad_intensive_board()

Return the graduate board amount for intensive courses from RORALGS. Accepts Aid Year Code and Billing Hours as parameters.

#### get_ug_pt_tuit()

Return the undergraduate part-time tuition rate from RORALGS. Accepts Aid Year Code as a parameter.

#### get_ut_ov_tuit()

Return the undergraduate overloaded tuition rate from RORALGS. Accepts Aid Year Code as a parameter.

0 comments on commit 52c0596

Please sign in to comment.