index

Package sb_stvcast

Standard functions and procedures for Valid values for use in combined academic standing calculation.


Program units
f_code_exists  
f_get_description  

Cursors
stvcast_c  


stvcast_c

CURSOR stvcast_c(
    p_code  stvcast.stvcast_code%TYPE)
 RETURN stvcast%ROWTYPE;

f_code_exists

Function f_code_exists(
    p_code  stvcast.stvcast_code%TYPE) RETURN VARCHAR2

Determine if the code exists in the table

Parameters
p_code   Contains valid codes.

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(
    p_code  stvcast.stvcast_code%TYPE) RETURN VARCHAR2

Return description for the code

Parameters
p_code   Contains valid codes.

Returns
Description