index

Package sb_stvcsta

Standard functions and procedures for Course Status Code Validation Table


Program units
f_code_exists  
f_get_description  

Cursors
stvcsta_c  


stvcsta_c

CURSOR stvcsta_c(
    p_code  stvcsta.stvcsta_code%TYPE)
 RETURN stvcsta%ROWTYPE;

f_code_exists

Function f_code_exists(
    p_code  stvcsta.stvcsta_code%TYPE) RETURN VARCHAR2

Determine if the code exists in the table

Parameters
p_code   Course status code referenced on the Basic Course Information Form (SCACRSE).

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(
    p_code  stvcsta.stvcsta_code%TYPE) RETURN VARCHAR2

Return description for the code

Parameters
p_code   Course status code referenced on the Basic Course Information Form (SCACRSE).

Returns
Description