Package sb_stvstsp Standard functions and procedures for Student Study Path Status Validation Table |
Program units |
f_enroll | Returns eligible to register code |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
stvstsp_c | Returns the record from the validation table. |
stvstsp_c
CURSOR stvstsp_c( p_code saturn.stvstsp.stvstsp_code%TYPE) RETURN saturn.stvstsp%ROWTYPE;
Returns the record from the validation table.
f_enroll
Function f_enroll(p_code saturn.stvstsp.stvstsp_code%TYPE) RETURN saturn.stvstsp.stvstsp_enroll_ind%type
Returns eligible to register code
Parameters |
p_code |
Status code for the study path. |
Returns |
stvstsp_eligible_ind |
f_code_exists
Function f_code_exists(p_code saturn.stvstsp.stvstsp_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
Status code for the study path. |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description(p_code saturn.stvstsp.stvstsp_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
Status code for the study path. |
Returns |
Description |