Package gb_stvspon Standard functions and procedures for International Sponsor Validation Table |
Program units |
f_code_exists | Determine if the code exists in the table |
f_get_description | Return description for the code |
Cursors |
stvspon_c |
stvspon_c
CURSOR stvspon_c( p_code stvspon.stvspon_code%TYPE) RETURN stvspon%ROWTYPE;
f_code_exists
FUNCTION f_code_exists(p_code stvspon.stvspon_code%TYPE) RETURN VARCHAR2
Determine if the code exists in the table
Parameters |
p_code |
International student sponsor code referenced on the I nternational Information Form (GOAINTL). |
Returns |
Y if found, otherwise N |
f_get_description
FUNCTION f_get_description(p_code stvspon.stvspon_code%TYPE) RETURN VARCHAR2
Return description for the code
Parameters |
p_code |
International student sponsor code referenced on the I nternational Information Form (GOAINTL). |
Returns |
Description |